|
@@ -1118,10 +1118,10 @@
|
|
|
if (!this.title) return this.$message.error('请选择出库产品类型');
|
|
if (!this.title) return this.$message.error('请选择出库产品类型');
|
|
|
if (!this.formData.bizType && this.formData.bizType !== 0)
|
|
if (!this.formData.bizType && this.formData.bizType !== 0)
|
|
|
return this.$message.error('请选择出库场景');
|
|
return this.$message.error('请选择出库场景');
|
|
|
-
|
|
|
|
|
- if (this.formData.bizType == 4 && !this.formData.sourceBizNo) {
|
|
|
|
|
- return this.$message.error('请选择来源单据');
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // && !this.formData.sourceBizNo
|
|
|
|
|
+ // if (this.formData.bizType == 4) {
|
|
|
|
|
+ // return this.$message.error('请选择来源单据');
|
|
|
|
|
+ // }
|
|
|
|
|
|
|
|
this.$refs.assetsDialogRef.open();
|
|
this.$refs.assetsDialogRef.open();
|
|
|
},
|
|
},
|