|
|
@ -81,39 +81,37 @@ |
|
|
|
columns: [ |
|
|
|
{checkbox: true}, |
|
|
|
{field: 'deliveryGoodsDetailId',title: '发货通知单详情id', visible: false}, |
|
|
|
{title: '出库单号',field: 'noticeOrderNumber',visible: false}, |
|
|
|
{title: '出货状态',field: 'deliveryGoodsFlag',visible: false, |
|
|
|
formatter: function(value, row, index) { |
|
|
|
return $.table.selectDictLabel(deliveryGoodsFlagDatas, value); |
|
|
|
} |
|
|
|
}, |
|
|
|
{title: '出库单号',field: 'noticeOrderNumber'}, |
|
|
|
// {title: '出货状态',field: 'deliveryGoodsFlag', |
|
|
|
// formatter: function(value, row, index) { |
|
|
|
// return $.table.selectDictLabel(deliveryGoodsFlagDatas, value); |
|
|
|
// } |
|
|
|
// }, |
|
|
|
{title: '出货状态',field: 'deliverStatus'}, |
|
|
|
{title: '业务员',field: 'finishProductName'}, |
|
|
|
{title: '关联销售单号',field: 'salesOrderNumber',}, |
|
|
|
{title: '员工ID',field: 'staffNo',visible: false}, |
|
|
|
{title: '业务员',field: 'saleStaff'}, |
|
|
|
{title: '关联出库单号',field: '',}, |
|
|
|
{title: '订单类型',field: '',}, |
|
|
|
{title: '订单类型',field: 'outboundType',}, |
|
|
|
{title: '出库类型',field: 'orderType',}, |
|
|
|
{title: '客户ID',field: 'enterpriseCode'}, |
|
|
|
{title: '客户公司名称',field: 'enterpriseName'}, |
|
|
|
{title: '联系人',field: 'customerContact',visible: false}, |
|
|
|
{title: '客户厂区',field: 'customerFactory',visible: false}, |
|
|
|
{title: '客户订单号',field: '',}, |
|
|
|
{title: '物料总量数量合计',field: '',}, |
|
|
|
{title: '国内汇率',field: 'rmbTax',visible: false}, |
|
|
|
{title: '美元汇率',field: 'usdTax',visible: false}, |
|
|
|
{title: '不含税总价(RMB)',field: 'noRmbSum'}, |
|
|
|
{title: '含税总价(RMB)',field: 'rmbSum'}, |
|
|
|
{title: '付款条件',field: 'paymentTerms'}, |
|
|
|
{title: '国内汇率',field: ''}, |
|
|
|
{title: '美元汇率',field: ''}, |
|
|
|
{title: '不含税总价(RMB)',field: ''}, |
|
|
|
{title: '含税总价(RMB)',field: ''}, |
|
|
|
{title: '不含税总价(美元)',field: ''}, |
|
|
|
{title: '计划交付时间',field: ''}, |
|
|
|
{title: '客户验收时间',field: ''}, |
|
|
|
{title: '付款条件',field: ''}, |
|
|
|
{title: '交付条件',field: ''}, |
|
|
|
{title: '收货人联系人联系电话',field: ''}, |
|
|
|
{title: '送货日期',field: 'deliveryDate'}, |
|
|
|
{title: '收货地址',field: 'deliveryAddress'}, |
|
|
|
{title: '客户订单号',field: 'customerNumber',}, |
|
|
|
{title: '物料总量',field: 'productQuantity'}, |
|
|
|
{title: '数量合计',field: 'amountMoney'}, |
|
|
|
{title: '不含税总价(RMB)',field: 'allPriceExcludingTaxRmb'}, |
|
|
|
{title: '含税总价(RMB)',field: 'allPriceIncludesTax'}, |
|
|
|
{title: '不含税总价(美元)',field: 'allPriceExcludingTaxDollar'}, |
|
|
|
{title: '计划交付时间',field: 'plannedDeliveryTime'}, |
|
|
|
{title: '客户验收时间',field: 'acceptanceTime'}, |
|
|
|
{title: '付款条件',field: 'paymentCondition'}, |
|
|
|
{title: '交付条件',field: 'deliveryCondition'}, |
|
|
|
{title: '收货联系人',field: 'customerContact'}, |
|
|
|
{title: '联系电话',field: 'contactNumber'}, |
|
|
|
{title: '收货地址',field: 'contactAddress'}, |
|
|
|
{title: '送货日期',field: 'deliverTime'}, |
|
|
|
{title: '录入时间',field: 'createTime'}, |
|
|
|
{title: '更新人',field: 'updateBy'}, |
|
|
|
{title: '上次更新时间',field: 'updateTime'}, |
|
|
|
{ |
|
|
|
title: '操作', |
|
|
|
align: 'center', |
|
|
|