仓库-出库单-成品库,出库记录样式功能修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user