仓库-出库单功能优化

This commit is contained in:
赵正易
2024-03-26 12:28:01 +08:00
parent 2cf3b116d3
commit 88cca6e5a5
7 changed files with 65 additions and 51 deletions

View File

@@ -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