lilei 3 éve
szülő
commit
c70ec67adb

+ 3 - 3
src/views/inventoryManagement/inventoryChecking/selfDisk.vue

@@ -46,7 +46,7 @@
                   </a-col>
                   <a-col :md="6" :sm="24">
                     <a-form-item label="产品品牌">
-                      <ProductBrand id="inventoryCheckSelfDiskList-productBrand" v-model="queryParam.brandSn"></ProductBrand>
+                      <ProductBrand id="inventoryCheckSelfDiskList-productBrand" sysFlag="" v-model="queryParam.brandSn"></ProductBrand>
                     </a-form-item>
                   </a-col>
                   <template v-if="advanced">
@@ -136,7 +136,7 @@
                   </a-col>
                   <a-col :md="6" :sm="24">
                     <a-form-item label="产品品牌">
-                      <ProductBrand id="inventoryCheckSelfDiskList-productBrand" v-model="chooseQueryParam.brandSn"></ProductBrand>
+                      <ProductBrand id="inventoryCheckSelfDiskList-productBrand" sysFlag="" v-model="chooseQueryParam.brandSn"></ProductBrand>
                     </a-form-item>
                   </a-col>
                   <template v-if="chooseAdvanced">
@@ -562,7 +562,7 @@ export default {
       return {
         on: {
           dblclick: (event) => {
-			event.stopPropagation()
+            event.stopPropagation()
             this.handleAdd(record)
           }
         }