|
@@ -158,7 +158,7 @@ export default {
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// { title: '订单号', width: 120, dataIndex: 'orderNumber', fixed: 'left', className: 'replacecolor' },
|
|
|
- { title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 220, align: 'left', className: 'replacecolor' },
|
|
|
+ // { title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 220, align: 'left', className: 'replacecolor' },
|
|
|
{ title: '客户简称', dataIndex: 'clientAbbreviation', width: 120, className: 'replacecolor' },
|
|
|
{
|
|
|
title: '分销点',
|
|
@@ -333,6 +333,7 @@ export default {
|
|
|
item.preDeliveryDate = item.hod
|
|
|
})
|
|
|
this.$refs.addPreBookDrawer.data = res.result.syLetterDepositItemList;
|
|
|
+ debugger
|
|
|
this.$refs.addPreBookDrawer.visible = true
|
|
|
}else{
|
|
|
this.$message.error(res.message)
|