瀏覽代碼

采购发货单 修改

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