lilei 5 ngày trước cách đây
mục cha
commit
892b5d3830

+ 3 - 3
src/views/salesManagement/salesQueryNew/comps/productActiveList.vue

@@ -87,7 +87,7 @@
             </a-col>
             <a-col flex="1">
               <a-form-item label="是否缺货">
-                <v-select code="FLAG" v-model="queryParam.outStock" allowClear placeholder="请选择是否缺货"></v-select>
+                <v-select code="FLAG" v-model="queryParam.oosFlag" allowClear placeholder="请选择是否缺货"></v-select>
               </a-form-item>
             </a-col>
             <a-col flex="2" style="margin-bottom: 10px;">
@@ -276,7 +276,7 @@ export default {
         promoFlag: undefined,
         borrowFlag: undefined, // 是否累计
         unitFlag: undefined, // 是否满足起订量
-        outStock: undefined
+        oosFlag: undefined
       },
       productType: [], // 已选产品分类
       disableSelectedRowKeys: [], // 禁用的行
@@ -653,7 +653,7 @@ export default {
       this.queryParam.productTypeSn2 = ''
       this.queryParam.productTypeSn3 = ''
       this.queryParam.borrowFlag = undefined
-      this.queryParam.outStock = undefined
+      this.queryParam.oosFlag = undefined
       this.queryParam.promoProductClz = undefined
       this.queryParam.unitFlag = undefined
       this.productType = []

+ 3 - 3
src/views/salesManagement/salesQueryNew/comps/productNormalList.vue

@@ -31,7 +31,7 @@
           </a-col>
           <a-col flex="1">
             <a-form-item label="是否缺货">
-              <v-select code="FLAG" v-model="queryParam.outStock" allowClear placeholder="请选择是否缺货"></v-select>
+              <v-select code="FLAG" v-model="queryParam.oosFlag" allowClear placeholder="请选择是否缺货"></v-select>
             </a-form-item>
           </a-col>
           <a-col flex="2" style="margin-bottom: 10px;">
@@ -308,7 +308,7 @@ export default {
         productTypeSn1: '', //  产品一级分类
         productTypeSn2: '', //  产品二级分类
         productTypeSn3: '', //  产品三级分类
-        outStock: undefined
+        oosFlag: undefined
       },
       productType: [], // 产品分类
       rowSelectionInfo: null, // 已选的产品数据
@@ -596,7 +596,7 @@ export default {
       this.queryParam.productName = ''
       this.queryParam.warehouseSn = undefined
       this.queryParam.productBrandSn = undefined
-      this.queryParam.outStock = undefined
+      this.queryParam.oosFlag = undefined
       this.queryParam.productTypeSn1 = ''
       this.queryParam.productTypeSn2 = ''
       this.queryParam.productTypeSn3 = ''