|
@@ -120,20 +120,20 @@ export default {
|
|
|
supplyCapacityColumns: [
|
|
|
{
|
|
|
title: '订单号',
|
|
|
- width: 120,
|
|
|
+ width: 140,
|
|
|
dataIndex: 'csrccode',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
|
{
|
|
|
title: '计划单号',
|
|
|
- width: 120,
|
|
|
+ width: 90,
|
|
|
dataIndex: 'cplanLotNumber',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- { title: '部门', width: 120, dataIndex: 'cdepCode', className: 'replacecolor' },
|
|
|
- { title: '业务员', width: 120, dataIndex: 'cpersonCode', className: 'replacecolor' },
|
|
|
- { title: '供应商', width: 120, dataIndex: 'cvenCode', className: 'replacecolor' },
|
|
|
+ { title: '部门', width: 90, dataIndex: 'cdepCode', className: 'replacecolor' },
|
|
|
+ { title: '业务员', width: 90, dataIndex: 'cpersonCode', className: 'replacecolor' },
|
|
|
+ { title: '供应商', width: 180, dataIndex: 'cvenCode', className: 'replacecolor' },
|
|
|
// customRender: function(text) {
|
|
|
// if (text == '1') {
|
|
|
// return '销售类型1'
|
|
@@ -148,11 +148,11 @@ export default {
|
|
|
// return '销售类型4'
|
|
|
// }
|
|
|
// }
|
|
|
- { title: '供应商类型', width: 120, dataIndex: 'cvenCodeType', className: 'replacecolor' },
|
|
|
- { title: '订单类型', width: 120, dataIndex: 'iorderType', className: 'replacecolor' },
|
|
|
+ { title: '供应商类型', width: 160, dataIndex: 'cvenCodeType', className: 'replacecolor' },
|
|
|
+ { title: '订单类型', width: 90, dataIndex: 'iorderType', className: 'replacecolor' },
|
|
|
{
|
|
|
title: '数量',
|
|
|
- width: 120,
|
|
|
+ width: 90,
|
|
|
dataIndex: 'iquantity',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -176,7 +176,7 @@ export default {
|
|
|
},
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- { title: '系数', width: 100, dataIndex: 'coefficient', className: 'replacecolor' }
|
|
|
+ { title: '系数', width: 60, dataIndex: 'coefficient', className: 'replacecolor' }
|
|
|
],
|
|
|
supplyCapacityData: [],
|
|
|
loading: false, // 表格加载
|