|
@@ -1,12 +1,8 @@
|
|
|
export default [
|
|
|
+
|
|
|
{
|
|
|
prop: 'outChildCode',
|
|
|
- label: '发货工单编号',
|
|
|
- width: '160'
|
|
|
- },
|
|
|
- {
|
|
|
- prop: 'orderCode',
|
|
|
- label: '确认单编号',
|
|
|
+ label: '发货工单号',
|
|
|
width: '160'
|
|
|
},
|
|
|
{
|
|
@@ -15,38 +11,41 @@ export default [
|
|
|
width: '160'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'companyNo',
|
|
|
- label: '业务公司编号',
|
|
|
+ prop: 'orderCode',
|
|
|
+ label: '确认单编号',
|
|
|
width: '160'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'companyName',
|
|
|
- label: '业务公司编号',
|
|
|
- width: '160'
|
|
|
+ prop: 'status',
|
|
|
+ label: '状态',
|
|
|
+ _slot_: 'status',
|
|
|
+ width: '85px'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'customer_code',
|
|
|
- label: '客户编号',
|
|
|
- width: '160'
|
|
|
+ prop: 'order_type',
|
|
|
+ label: '商品类型',
|
|
|
+ _slot_: 'order_type',
|
|
|
+ width: '85'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'customer_name',
|
|
|
- label: '客户名称',
|
|
|
- width: '160'
|
|
|
+ prop: 'order_source',
|
|
|
+ label: '订单来源',
|
|
|
+ _slot_: 'order_source',
|
|
|
+ width: '85'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'supplierNo',
|
|
|
- label: '供应商编号 ',
|
|
|
- width: '160'
|
|
|
+ prop: 'num',
|
|
|
+ label: '总数量',
|
|
|
+ width: '70'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'supplierName',
|
|
|
- label: '供应商名称',
|
|
|
+ prop: 'wsm_code',
|
|
|
+ label: '仓库编号',
|
|
|
width: '160'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'supplierNo',
|
|
|
- label: '供应商编号 ',
|
|
|
+ prop: 'wsm_name',
|
|
|
+ label: '仓库名称',
|
|
|
width: '160'
|
|
|
},
|
|
|
{
|
|
@@ -59,29 +58,35 @@ export default [
|
|
|
label: '商品上线编码',
|
|
|
width: '160'
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
- prop: 'order_type',
|
|
|
- label: '商品类型',
|
|
|
- _slot_: 'order_type',
|
|
|
- width: '85'
|
|
|
+ prop: 'companyNo',
|
|
|
+ label: '业务公司编号',
|
|
|
+ width: '160'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'order_source',
|
|
|
- label: '订单来源',
|
|
|
- _slot_: 'order_source',
|
|
|
- width: '85'
|
|
|
+ prop: 'companyName',
|
|
|
+ label: '业务公司编号',
|
|
|
+ width: '160'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'num',
|
|
|
- label: '总数量',
|
|
|
- width: '70'
|
|
|
+ prop: 'customer_code',
|
|
|
+ label: '客户编号',
|
|
|
+ width: '160'
|
|
|
},
|
|
|
{
|
|
|
- prop: 'status',
|
|
|
- label: '状态',
|
|
|
- _slot_: 'status',
|
|
|
- width: '120px'
|
|
|
+ prop: 'customer_name',
|
|
|
+ label: '客户名称',
|
|
|
+ width: '160'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'supplierNo',
|
|
|
+ label: '供应商编号 ',
|
|
|
+ width: '160'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'supplierName',
|
|
|
+ label: '供应商名称',
|
|
|
+ width: '160'
|
|
|
},
|
|
|
// {
|
|
|
// prop: 'send_status',
|
|
@@ -89,11 +94,6 @@ export default [
|
|
|
// _slot_: 'send_status',
|
|
|
// width: '120px'
|
|
|
// },
|
|
|
- {
|
|
|
- prop: 'wsm_code',
|
|
|
- label: '仓库编号',
|
|
|
- width: '160'
|
|
|
- },
|
|
|
{
|
|
|
prop: 'addtime',
|
|
|
label: '下单时间',
|
|
@@ -122,3 +122,71 @@ export default [
|
|
|
// good_type_code 是 string 商品属性
|
|
|
// good_name 是 string 商品名称
|
|
|
// status 是 string 状态
|
|
|
+
|
|
|
+export const sendOutOrderColumns = [
|
|
|
+ {
|
|
|
+ type: 'index',
|
|
|
+ label: '序号',
|
|
|
+ width: '70px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'value0',
|
|
|
+ label: '发货工单号',
|
|
|
+ width: '156px'
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ prop: 'value1',
|
|
|
+ label: '订单编号',
|
|
|
+ width: '156px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'value11',
|
|
|
+ label: '商品名称',
|
|
|
+ 'min-width': '180px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'value14',
|
|
|
+ label: '发货数量',
|
|
|
+ width: '100px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'value18',
|
|
|
+ label: '物流公司',
|
|
|
+ width: '150px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'value19',
|
|
|
+ label: '物流单号',
|
|
|
+ width: '150px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'value20',
|
|
|
+ label: '物流费用',
|
|
|
+ width: '140px'
|
|
|
+ }
|
|
|
+]
|
|
|
+
|
|
|
+export const head = [
|
|
|
+ '发货工单号',
|
|
|
+ '确认单编号',
|
|
|
+ '发货申请单号',
|
|
|
+ '业务公司编号',
|
|
|
+ '业务公司名称',
|
|
|
+ '客户编号',
|
|
|
+ '客户名称',
|
|
|
+ '供应商编号',
|
|
|
+ '供应商名称',
|
|
|
+ '商品成本编号',
|
|
|
+ '商品上线编号',
|
|
|
+ '商品名称',
|
|
|
+ '订单来源',
|
|
|
+ '商品类型',
|
|
|
+ '数量',
|
|
|
+ '分单状态',
|
|
|
+ '下单时间',
|
|
|
+ '申请人名称',
|
|
|
+ '物流公司',
|
|
|
+ '物流单号',
|
|
|
+ '物流费用'
|
|
|
+]
|