2213980799@qq.com 1 год назад
Родитель
Сommit
d2473f0463

+ 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);
         });