仓库-出库单功能优化
This commit is contained in:
@@ -165,8 +165,8 @@ export default {
|
||||
this.printData.materialList = res.data
|
||||
}
|
||||
})
|
||||
this.loading = false;
|
||||
return;
|
||||
// this.loading = false;
|
||||
// return;
|
||||
WmOutOrderApi.generateOutorderplan({ shipment_num: getKey }).then((res) => {
|
||||
if (res.code === 200) {
|
||||
this.printData.planlList = res.data
|
||||
|
||||
Reference in New Issue
Block a user