opt:优化倒扣逻辑:改成按明细回传
This commit is contained in:
@@ -112,11 +112,19 @@
|
||||
</el-descriptions>
|
||||
<el-table :data="currentRow.details || []" size="mini" style="width: 100%; margin-top: 12px;">
|
||||
<el-table-column prop="seq" label="行序号" width="80" />
|
||||
<el-table-column label="回传状态" min-width="140">
|
||||
<template slot-scope="scope">
|
||||
{{ statusLabel(scope.row.status) }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="materialno" label="物料编号" min-width="120" />
|
||||
<el-table-column prop="unitno" label="单位编号" min-width="100" />
|
||||
<el-table-column prop="qty" label="数量" min-width="100" />
|
||||
<el-table-column prop="baseqty" label="基础数量" min-width="100" />
|
||||
<el-table-column prop="warehouseno" label="仓库编号" min-width="120" />
|
||||
<el-table-column prop="updateTime" label="更新时间" min-width="120" />
|
||||
<el-table-column prop="remark" label="说明" min-width="120" />
|
||||
<el-table-column prop="srcbillno" label="源单据编号" min-width="140" />
|
||||
<el-table-column prop="srcbillno" label="源单据编号" min-width="140" />
|
||||
<el-table-column prop="lotnumber" label="批号" min-width="100" />
|
||||
<el-table-column prop="tracknumber" label="追踪号" min-width="120" />
|
||||
@@ -154,7 +162,7 @@ const createDefaultForm = () => ({
|
||||
status: '0',
|
||||
requestId: '',
|
||||
createdBy: '',
|
||||
updatedTime: '',
|
||||
updateTime: '',
|
||||
details: []
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user