mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化采购bug
This commit is contained in:
parent
f69873f234
commit
a5419ec330
@ -193,6 +193,9 @@
|
||||
}
|
||||
let _data = _staffInfo.data;
|
||||
vc.copyObject(_data[0], $that.addItemOutInfo.audit);
|
||||
if(!_data[0].assignee.startsWith('-')){
|
||||
$that.addItemOutInfo.audit.staffId = $that.addItemOutInfo.audit.assignee;
|
||||
}
|
||||
},
|
||||
function() {
|
||||
console.log('请求失败处理');
|
||||
|
||||
@ -164,6 +164,9 @@
|
||||
}
|
||||
let _data = _staffInfo.data;
|
||||
vc.copyObject(_data[0], $that.addPurchaseApplyInfo.audit);
|
||||
if(!_data[0].assignee.startsWith('-')){
|
||||
$that.addPurchaseApplyInfo.audit.staffId = $that.addPurchaseApplyInfo.audit.assignee;
|
||||
}
|
||||
},
|
||||
function() {
|
||||
console.log('请求失败处理');
|
||||
|
||||
@ -259,6 +259,9 @@
|
||||
}
|
||||
let _data = _staffInfo.data;
|
||||
vc.copyObject(_data[0], $that.allocationStorehouseApplyInfo.audit);
|
||||
if(!_data[0].assignee.startsWith('-')){
|
||||
$that.allocationStorehouseApplyInfo.audit.staffId = $that.allocationStorehouseApplyInfo.audit.assignee;
|
||||
}
|
||||
},
|
||||
function() {
|
||||
console.log('请求失败处理');
|
||||
|
||||
@ -162,6 +162,9 @@
|
||||
}
|
||||
let _data = _staffInfo.data;
|
||||
vc.copyObject(_data[0], $that.addOwnerSettledApplyInfo.audit);
|
||||
if(!_data[0].assignee.startsWith('-')){
|
||||
$that.addOwnerSettledApplyInfo.audit.staffId = $that.addOwnerSettledApplyInfo.audit.assignee;
|
||||
}
|
||||
},
|
||||
function() {
|
||||
console.log('请求失败处理');
|
||||
|
||||
@ -212,6 +212,9 @@
|
||||
}
|
||||
let _data = _staffInfo.data;
|
||||
vc.copyObject(_data[0], $that.addItemReleaseViewInfo.audit);
|
||||
if(!_data[0].assignee.startsWith('-')){
|
||||
$that.addItemReleaseViewInfo.audit.staffId = $that.addItemReleaseViewInfo.audit.assignee;
|
||||
}
|
||||
},
|
||||
function () {
|
||||
console.log('请求失败处理');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user