fix: 包装订单新增字段
This commit is contained in:
@@ -29,11 +29,13 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="forder_NO" label="订单号" width="160" />
|
||||
<el-table-column prop="fsale_NO" label="客户" width="160" />
|
||||
<el-table-column prop="fmatspec" label="物料规格" width="160" />
|
||||
<el-table-column prop="forder_SUBNUM" label="订单数量" width="160" />
|
||||
<el-table-column prop="guadansum" label="订单已挂单数量" width="160" />
|
||||
<el-table-column label="所需数量" width="160" >
|
||||
<el-table-column label="所需数量" width="160">
|
||||
<template slot-scope="scope">
|
||||
{{scope.row.forder_SUBNUM - scope.row.guadansum}}
|
||||
{{ scope.row.forder_SUBNUM - scope.row.guadansum }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="fmaterial_NAME" label="物料名称" width="180" show-overflow-tooltip />
|
||||
|
||||
Reference in New Issue
Block a user