仓库-出库单-成品库,出库记录样式功能修改

This commit is contained in:
赵正易
2024-03-22 16:12:41 +08:00
parent 6159ca7ab1
commit d709dd8d51
5 changed files with 10 additions and 5 deletions

View File

@@ -165,6 +165,8 @@ export default {
this.printData.materialList = res.data
}
})
this.loading = false;
return;
WmOutOrderApi.generateOutorderplan({ shipment_num: getKey }).then((res) => {
if (res.code === 200) {
this.printData.planlList = res.data