فهرست منبع

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

liujt 7 ماه پیش
والد
کامیت
8d363bdfa8
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/views/purchasingManage/purchasePlanManage/components/addDialog.vue

+ 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()) ||