|
@@ -250,12 +250,12 @@ export default {
|
|
|
width: 100,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- {
|
|
|
- title: '成衣件数',
|
|
|
- dataIndex: 'garmentNmb',
|
|
|
- width: 100,
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '成衣件数',
|
|
|
+ // dataIndex: 'garmentNmb',
|
|
|
+ // width: 100,
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '业务类型',
|
|
|
dataIndex: 'businessTypeText',
|
|
@@ -384,13 +384,13 @@ export default {
|
|
|
customRender: t => ellipsis(t),
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- {
|
|
|
- title: '价格备注',
|
|
|
- dataIndex: 'priceRemarks',
|
|
|
- width: 280,
|
|
|
- customRender: t => ellipsis(t),
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '价格备注',
|
|
|
+ // dataIndex: 'priceRemarks',
|
|
|
+ // width: 280,
|
|
|
+ // customRender: t => ellipsis(t),
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '订单变更说明',
|
|
|
dataIndex: 'orderChangeDescription',
|
|
@@ -469,6 +469,9 @@ export default {
|
|
|
res.result.records[i].id = randomUUID();
|
|
|
}
|
|
|
this.orderListData = res.result.records
|
|
|
+ this.orderListData.map(item =>{
|
|
|
+ item.boxNumber = Number(item.boxNumber).toFixed(0)
|
|
|
+ })
|
|
|
this.pagination = {
|
|
|
total: res.result.total,
|
|
|
current: res.result.current,
|