Browse Source

生产查询

master
常熟吴彦祖 4 months ago
parent
commit
0776afdb9d
  1. 23
      src/views/modules/boxManage/saleBoxManage.vue

23
src/views/modules/boxManage/saleBoxManage.vue

@ -159,7 +159,27 @@
min-width="100"
label="装箱人">
</el-table-column>
<el-table-column
prop="batchNo"
header-align="center"
align="left"
min-width="100"
label="合约号">
</el-table-column>
<el-table-column
prop="wareHouseID"
header-align="center"
align="left"
min-width="100"
label="仓库">
</el-table-column>
<el-table-column
prop="locationId"
header-align="center"
align="left"
min-width="100"
label="库位">
</el-table-column>
</el-table>
</el-tab-pane>
</el-tabs>
@ -177,7 +197,6 @@
import excel from "@/utils/excel-util.js";
import boxing from "./com_saleBoxManage_boxing.vue"
import {
getOutboundDetail,
getOutboundDetailWithRoll,
searchOutboundNotification
} from '../../../api/qc/outbound_notification'

Loading…
Cancel
Save