2213980799@qq.com преди 1 година
родител
ревизия
d2473f0463
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/views/purchasingManage/purchaseOrder/invoice/components/addInvoiceDialog.vue

+ 3 - 0
src/views/purchasingManage/purchaseOrder/invoice/components/addInvoiceDialog.vue

@@ -317,6 +317,9 @@ export default {
             productList,
             pricingWay,
           });
+          if(sourceType==1){
+            this.form.isQmsCheck=1
+          }
           this.$refs.inventoryTableref &&
           this.$refs.inventoryTableref.putTableValue(productList);
         });