|
@@ -113,10 +113,11 @@ export default {
|
|
orderLIstColumns: [
|
|
orderLIstColumns: [
|
|
{
|
|
{
|
|
title: '订单号',
|
|
title: '订单号',
|
|
- width: 180,
|
|
|
|
|
|
+ width: 260,
|
|
dataIndex: 'orderNumber',
|
|
dataIndex: 'orderNumber',
|
|
fixed: 'left',
|
|
fixed: 'left',
|
|
className: 'replacecolor',
|
|
className: 'replacecolor',
|
|
|
|
+ align: 'left',
|
|
// customRender: t => ellipsis(t),
|
|
// customRender: t => ellipsis(t),
|
|
customCell: this.showDrawer,
|
|
customCell: this.showDrawer,
|
|
scopedSlots: { customRender: 'orderNumber' }
|
|
scopedSlots: { customRender: 'orderNumber' }
|
|
@@ -141,7 +142,7 @@ export default {
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
},
|
|
},
|
|
{ title: '客户简称', width: 150, dataIndex: 'customerAbbreviation', className: 'replacecolor' },
|
|
{ title: '客户简称', width: 150, dataIndex: 'customerAbbreviation', className: 'replacecolor' },
|
|
- { title: '客户名称', width: 120, dataIndex: 'customerName', className: 'replacecolor' },
|
|
|
|
|
|
+ { title: '客户名称', width: 220, dataIndex: 'customerName', align: 'left', className: 'replacecolor' },
|
|
{ title: '供应商', width: 120, dataIndex: 'supplier', className: 'replacecolor' },
|
|
{ title: '供应商', width: 120, dataIndex: 'supplier', className: 'replacecolor' },
|
|
{ title: '汇率', width: 90, dataIndex: 'exchangeRate', className: 'replacecolor' },
|
|
{ title: '汇率', width: 90, dataIndex: 'exchangeRate', className: 'replacecolor' },
|
|
{ title: '整单合计', width: 120, dataIndex: 'wholeOrderTotal', className: 'replacecolor' },
|
|
{ title: '整单合计', width: 120, dataIndex: 'wholeOrderTotal', className: 'replacecolor' },
|
|
@@ -174,7 +175,7 @@ export default {
|
|
|
|
|
|
{
|
|
{
|
|
title: '订单变更说明',
|
|
title: '订单变更说明',
|
|
- width: 180,
|
|
|
|
|
|
+ width: 220,
|
|
dataIndex: 'orderChangeDescription',
|
|
dataIndex: 'orderChangeDescription',
|
|
fixed: 'right',
|
|
fixed: 'right',
|
|
customRender: t => ellipsis(t),
|
|
customRender: t => ellipsis(t),
|
|
@@ -247,6 +248,7 @@ export default {
|
|
this.$refs.orderDetailDrawer.getOrderChild()
|
|
this.$refs.orderDetailDrawer.getOrderChild()
|
|
console.log('---', this.$refs.orderDetailDrawer.record)
|
|
console.log('---', this.$refs.orderDetailDrawer.record)
|
|
console.log('打开订单详情')
|
|
console.log('打开订单详情')
|
|
|
|
+ this.$refs.orderDetailDrawer.orderDetail = record
|
|
// 子表信息获取
|
|
// 子表信息获取
|
|
// orderByNum({ orderNumber: record.orderNumber }).then(res => {
|
|
// orderByNum({ orderNumber: record.orderNumber }).then(res => {
|
|
// if (res.success) {
|
|
// if (res.success) {
|