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