howie 3 rokov pred
rodič
commit
ea16f756a1

+ 1 - 0
src/views/deposit_commerce/deposit_list.vue

@@ -476,6 +476,7 @@ export default {
       })
     },
     handleRadio() {
+      this.currentPage = 1
       this.getList()
     },
     hanleDownloadFiles() {

+ 1 - 0
src/views/deposit_home/deposit_list.vue

@@ -476,6 +476,7 @@ export default {
       })
     },
     handleRadio() {
+      this.currentPage =1
       this.getList()
     },
     hanleDownloadFiles() {

+ 1 - 1
src/views/sales_policy/components/AddPolicy.vue

@@ -827,7 +827,7 @@ export default {
 
       const paramss = {
         pageNum: this.dcurrentPage,
-        pageSize: this.dpageSize,
+        pageSize: -1,
         policyId: this.comCode,
         saleTypeCode: "",
       };

+ 1 - 1
src/views/sales_policy/components/editPolicy.vue

@@ -827,7 +827,7 @@ export default {
 
       const paramss = {
         pageNum: this.dcurrentPage,
-        pageSize: this.dpageSize,
+        pageSize: -1,
         policyId: this.searchForm.code,
         saleTypeCode: ''
       }

+ 20 - 21
src/views/supply/policy/components/retail_form.vue

@@ -460,25 +460,17 @@
                     :label="item.title"
                     :value="item.code"
                   />
-                </el-select> </el-form-item></el-col>
-            <!-- <el-col :xs="24" :sm="8" :lg="8">
-              <el-form-item label="条件">
-                <el-select
-                  v-model="screenForm.factorId"
-                  filterable
-                  @change="handleFactor"
-                  placeholder="选择条件"
-                  style="width: 100%"
-                >
-                  <el-option
-                    v-for="(item, index) in factor"
-                    :key="item.id"
-                    :label="'条件' + (index + 1)"
-                    :value="item.id"
-                  ></el-option>
-                </el-select>
+                </el-select> </el-form-item>
+                </el-col>
+            <el-col :xs="24" :sm="8" :lg="11">
+              <el-form-item label="型号">
+                 <el-input
+                v-model="screenForm.specification"
+                placeholder="请输入型号"
+
+              />
               </el-form-item>
-            </el-col> -->
+            </el-col>
             <el-col :xs="24" :sm="12" :lg="11">
               <el-form-item label="销售类型">
                 <el-select
@@ -499,7 +491,12 @@
               </el-form-item>
             </el-col>
 
-            <el-col :xs="24" :sm="12" :lg="2" class="tr">
+            <el-col :xs="24" :sm="12" :lg="11" class="tr">
+             <!-- <el-button
+                type="primary"
+                size="small"
+                @click="handlePolicyTypeList"
+              >查询</el-button> -->
               <el-button
                 type="primary"
                 size="small"
@@ -800,7 +797,8 @@ export default {
       screenForm: {
         policyId: '',
         saleTypeCode: '',
-        factorId: ''
+        factorId: '',
+        specification:''
       },
       currentPage: 1,
       listTotal: 0,
@@ -1133,7 +1131,8 @@ export default {
         pageNum: this.currentPage,
         pageSize: -1,
         policyConditionId,
-        popType
+        popType,
+        specification:this.screenForm.specification
       })
 
       if (!fang) {