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" min-width="100"
label="装箱人"> label="装箱人">
</el-table-column> </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-table>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
@ -177,7 +197,6 @@
import excel from "@/utils/excel-util.js"; import excel from "@/utils/excel-util.js";
import boxing from "./com_saleBoxManage_boxing.vue" import boxing from "./com_saleBoxManage_boxing.vue"
import { import {
getOutboundDetail,
getOutboundDetailWithRoll, getOutboundDetailWithRoll,
searchOutboundNotification searchOutboundNotification
} from '../../../api/qc/outbound_notification' } from '../../../api/qc/outbound_notification'

Loading…
Cancel
Save