|
@@ -150,23 +150,23 @@
|
|
|
>
|
|
>
|
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
- <el-form-item label="发货商品" prop="product">
|
|
|
|
|
- <el-select
|
|
|
|
|
- v-model="queryParams.productId"
|
|
|
|
|
- filterable
|
|
|
|
|
- remote
|
|
|
|
|
- reserve-keyword
|
|
|
|
|
- placeholder="请输入关键词"
|
|
|
|
|
- :remote-method="getProduct"
|
|
|
|
|
- :loading="loading">
|
|
|
|
|
- <el-option
|
|
|
|
|
- v-for="item in options"
|
|
|
|
|
- :key="item.productId"
|
|
|
|
|
- :label="item.productName"
|
|
|
|
|
- :value="item.productId">
|
|
|
|
|
- </el-option>
|
|
|
|
|
- </el-select>
|
|
|
|
|
- </el-form-item>
|
|
|
|
|
|
|
+<!-- <el-form-item label="发货商品" prop="product">-->
|
|
|
|
|
+<!-- <el-select-->
|
|
|
|
|
+<!-- v-model="queryParams.productId"-->
|
|
|
|
|
+<!-- filterable-->
|
|
|
|
|
+<!-- remote-->
|
|
|
|
|
+<!-- reserve-keyword-->
|
|
|
|
|
+<!-- placeholder="请输入关键词"-->
|
|
|
|
|
+<!-- :remote-method="getProduct"-->
|
|
|
|
|
+<!-- :loading="loading">-->
|
|
|
|
|
+<!-- <el-option-->
|
|
|
|
|
+<!-- v-for="item in options"-->
|
|
|
|
|
+<!-- :key="item.productId"-->
|
|
|
|
|
+<!-- :label="item.productName"-->
|
|
|
|
|
+<!-- :value="item.productId">-->
|
|
|
|
|
+<!-- </el-option>-->
|
|
|
|
|
+<!-- </el-select>-->
|
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
<el-form-item>
|
|
<el-form-item>
|
|
|
<el-button icon="el-icon-search" size="mini" type="cyan" @click="handleQuery">搜索</el-button>
|
|
<el-button icon="el-icon-search" size="mini" type="cyan" @click="handleQuery">搜索</el-button>
|
|
|
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
|
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|