|
@@ -115,7 +115,7 @@
|
|
|
this.$message.error('请输入审批意见');
|
|
this.$message.error('请输入审批意见');
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
- if (this.taskDefinitionKey === 'storeman') {
|
|
|
|
|
|
|
+ if (this.taskDefinitionKey === 'storeman' && !!status) {
|
|
|
// 入库来源storageSource 0-正常 1-外部(外部跳过内部审核流程)
|
|
// 入库来源storageSource 0-正常 1-外部(外部跳过内部审核流程)
|
|
|
storageData.storageSource = 1;
|
|
storageData.storageSource = 1;
|
|
|
console.log(storageData);
|
|
console.log(storageData);
|