Explorar el Código

fix: 不走mes生产委外入库报错问题修复isManualCreate = 1

liujt hace 7 meses
padre
commit
8d363bdfa8

+ 2 - 0
src/views/purchasingManage/purchasePlanManage/components/addDialog.vue

@@ -588,6 +588,8 @@
             (val) => val.value == this.form.sourceType
           )?.label;
           this.form.files = this.form.files || [];
+          // 不走mes生产委外入库报错问题
+          this.form.isManualCreate = 1;
           const rawDetailList =
             (this.$refs.rawDetailListRef &&
               this.$refs.rawDetailListRef.getTableValue()) ||