|
@@ -2779,6 +2779,12 @@
|
|
|
if (!this.title) return this.$message.error('请选择入库产品类型');
|
|
if (!this.title) return this.$message.error('请选择入库产品类型');
|
|
|
if (!this.formData.bizType)
|
|
if (!this.formData.bizType)
|
|
|
return this.$message.error('请选择入库场景');
|
|
return this.$message.error('请选择入库场景');
|
|
|
|
|
+ if (
|
|
|
|
|
+ this.formData.bizType == 12 &&
|
|
|
|
|
+ !this.formData.extInfo.documentSource
|
|
|
|
|
+ ) {
|
|
|
|
|
+ return this.$message.error('请选择委外申请单');
|
|
|
|
|
+ }
|
|
|
this.visibleDialog = true;
|
|
this.visibleDialog = true;
|
|
|
},
|
|
},
|
|
|
handleChange(data) {
|
|
handleChange(data) {
|