辅助属性和一些优化
This commit is contained in:
parent
9d8a63a6e8
commit
d0af518339
|
@ -65,6 +65,14 @@
|
|||
<div class="label">计划跟踪号:</div>
|
||||
<div class="value">{{ item.erpMtoNo | dv}}</div>
|
||||
</div>
|
||||
<div class="detail-item">
|
||||
<div class="label">颜色:</div>
|
||||
<div class="value">{{ item.fauxProp | dv}}</div>
|
||||
</div>
|
||||
<div class="detail-item">
|
||||
<div class="label">数量:</div>
|
||||
<div class="value">{{ item.erpQty | dv}} {{item.unitName}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="check-icon">
|
||||
|
|
|
@ -246,9 +246,9 @@ export default {
|
|||
{key: 'createTime', visible: true, label: '创建时间', minWidth: null, sortable: true, overflow: false, align: 'center', width: "180"},
|
||||
{key: 'finishedTime', visible: true, label: '完成时间', minWidth: null, sortable: false, overflow: false, align: 'center', width: "180"},
|
||||
{key: 'seconds', visible: true, label: '耗时', minWidth: null, sortable: false, overflow: false, align: 'center', width: null},
|
||||
{key: 'addCount', visible: true, label: '新增', minWidth: null, sortable: false, overflow: false, align: 'center', width: "80"},
|
||||
{key: 'updateCount', visible: true, label: '修改', minWidth: null, sortable: false, overflow: false, align: 'center', width: "80"},
|
||||
{key: 'failCount', visible: true, label: '失败', minWidth: null, sortable: false, overflow: false, align: 'center', width: "80"},
|
||||
// {key: 'addCount', visible: true, label: '新增', minWidth: null, sortable: false, overflow: false, align: 'center', width: "80"},
|
||||
// {key: 'updateCount', visible: true, label: '修改', minWidth: null, sortable: false, overflow: false, align: 'center', width: "80"},
|
||||
// {key: 'failCount', visible: true, label: '失败', minWidth: null, sortable: false, overflow: false, align: 'center', width: "80"},
|
||||
],
|
||||
// 排序方式
|
||||
orderSorts: ['ascending', 'descending', null],
|
||||
|
|
|
@ -229,7 +229,7 @@ export default {
|
|||
{key: 'erpDocumentStatus', visible: false, label: '单据', minWidth: null, sortable: true, overflow: false, align: 'center', width: "80"},
|
||||
{key: 'erpDescription', visible: false, label: '主备注', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'materialNumber', visible: true, label: '物料', minWidth: null, sortable: false, overflow: false, align: 'center', width: null},
|
||||
{key: 'fauxPropId', visible: true, label: '辅助属性', minWidth: null, sortable: true, overflow: true, align: 'center', width: null},
|
||||
{key: 'fauxProp', visible: true, label: '辅助属性', minWidth: null, sortable: true, overflow: true, align: 'center', width: null},
|
||||
{key: 'workShopName', visible: true, label: '车间', minWidth: null, sortable: true, overflow: false, align: 'center', width: "100"},
|
||||
{key: 'erpIsRework', visible: true, label: '返工', minWidth: null, sortable: true, overflow: false, align: 'center', width: "80"},
|
||||
{key: 'percentage', visible: true, label: '进度', minWidth: null, sortable: false, overflow: false, align: 'left', width: "120"},
|
||||
|
|
|
@ -202,6 +202,7 @@ export default {
|
|||
{key: 'id', visible: false, label: 'ID', minWidth: null, sortable: true, overflow: false, align: 'center', width: "100"},
|
||||
{key: 'orderErpMtoNo', visible: true, label: '计划跟踪号', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'orderErpBillNo', visible: true, label: '生产订单', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'orderFauxProp', visible: true, label: '辅助属性', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'reportId', visible: false, label: '报表编号', minWidth: null, sortable: true, overflow: false, align: 'center', width: "100"},
|
||||
{key: 'reportDeptName', visible: true, label: '车间', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
{key: 'reportDate', visible: true, label: '日期', minWidth: null, sortable: true, overflow: false, align: 'center', width: null},
|
||||
|
|
Loading…
Reference in New Issue
Block a user