feat 辅材入库区分到货单
This commit is contained in:
parent
1ae35d6501
commit
1720ee6bda
@ -304,6 +304,8 @@ function handleQuery() {
|
||||
NoChargeStockIn({
|
||||
commitDate : state.commitDate,
|
||||
USER : localStorage.get("userId"),
|
||||
SITENAME: localStorage.get('siteName') || 'SDK',
|
||||
RECEIVEREQUESTNAME: state.queryParams.params.RECEIVEREQUESTNAME,
|
||||
BOXLIST: {
|
||||
...state.MATERIALRECEIVEACT
|
||||
}
|
||||
|
@ -87,6 +87,7 @@
|
||||
<el-table border v-loading="receiveLoading" :data="state.receiveList"
|
||||
highlight-current-row row-key="id">
|
||||
<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="requestQuantity" label="订单数量" width="180"/>
|
||||
<el-table-column prop="deliveryNum" label="到库数量" width="180">
|
||||
|
Loading…
x
Reference in New Issue
Block a user