소스 검색

采购发货单 修改

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