|
@@ -231,14 +231,14 @@
|
|
|
businessId: this.businessId
|
|
businessId: this.businessId
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
- //采购员核对
|
|
|
|
|
- if (this.taskDefinitionKey === 'purchaserCheck') {
|
|
|
|
|
- let arr = await this.getTableValue();
|
|
|
|
|
- if (!arr) {
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
- await UpdateInformation(arr);
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // //采购员核对
|
|
|
|
|
+ // if (this.taskDefinitionKey === 'purchaserCheck') {
|
|
|
|
|
+ // let arr = await this.getTableValue();
|
|
|
|
|
+ // if (!arr) {
|
|
|
|
|
+ // return;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // await UpdateInformation(arr);
|
|
|
|
|
+ // }
|
|
|
let API = !!status ? approveTaskWithVariables : rejectTask;
|
|
let API = !!status ? approveTaskWithVariables : rejectTask;
|
|
|
API({
|
|
API({
|
|
|
id: this.taskId,
|
|
id: this.taskId,
|