feat 辅材入库区分到货单

This commit is contained in:
Amjacks 2025-04-14 11:42:28 +08:00
parent 1ae35d6501
commit 1720ee6bda
2 changed files with 3 additions and 0 deletions

View File

@ -304,6 +304,8 @@ function handleQuery() {
NoChargeStockIn({ NoChargeStockIn({
commitDate : state.commitDate, commitDate : state.commitDate,
USER : localStorage.get("userId"), USER : localStorage.get("userId"),
SITENAME: localStorage.get('siteName') || 'SDK',
RECEIVEREQUESTNAME: state.queryParams.params.RECEIVEREQUESTNAME,
BOXLIST: { BOXLIST: {
...state.MATERIALRECEIVEACT ...state.MATERIALRECEIVEACT
} }

View File

@ -87,6 +87,7 @@
<el-table border v-loading="receiveLoading" :data="state.receiveList" <el-table border v-loading="receiveLoading" :data="state.receiveList"
highlight-current-row row-key="id"> highlight-current-row row-key="id">
<el-table-column prop="receiveRequestName" fixed="left" label="单号"/> <el-table-column prop="receiveRequestName" fixed="left" label="单号"/>
<el-table-column prop="receiveRequestDetailName" fixed="left" label="详情号"/>
<el-table-column prop="materialSpecName" fixed="left" label="料号"/> <el-table-column prop="materialSpecName" fixed="left" label="料号"/>
<el-table-column prop="requestQuantity" label="订单数量" width="180"/> <el-table-column prop="requestQuantity" label="订单数量" width="180"/>
<el-table-column prop="deliveryNum" label="到库数量" width="180"> <el-table-column prop="deliveryNum" label="到库数量" width="180">