修改调货单
This commit is contained in:
parent
d6407785e5
commit
8b6af70e74
@ -181,6 +181,7 @@
|
||||
}
|
||||
}
|
||||
this.getDeviceStorageUserList();
|
||||
this.getDeviceStorageData();
|
||||
this.getPdaDeviceData();
|
||||
if (this.type == "edit") {
|
||||
this.getDeviceBill();
|
||||
@ -349,6 +350,7 @@
|
||||
//获取调货仓库
|
||||
getDeviceStorageData() {
|
||||
getDeviceStorageList().then(res => {
|
||||
console.log(res)
|
||||
if (res && res.data) {
|
||||
this.storageOutData = res.data.map(
|
||||
item => {
|
||||
|
Loading…
Reference in New Issue
Block a user