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