|
@@ -122,32 +122,6 @@ const columns = [
|
|
|
label: '添加时间',
|
|
|
width: 150
|
|
|
},
|
|
|
-
|
|
|
- // {
|
|
|
- // prop:"post_company",
|
|
|
- // label:"快递名称",
|
|
|
- // },
|
|
|
- // {
|
|
|
- // prop:"post_fee",
|
|
|
- // label:"物流费",
|
|
|
- // },
|
|
|
- // {
|
|
|
- // prop:"post_own",
|
|
|
- // label:"费用承担方",
|
|
|
- // width:"100",
|
|
|
- // _slot_: "post_own",
|
|
|
-
|
|
|
- // },
|
|
|
- // {
|
|
|
- // prop: 'customer_code',
|
|
|
- // label: '客户编码',
|
|
|
- // width: '150'
|
|
|
- // },
|
|
|
- // {
|
|
|
- // prop: 'customer_name',
|
|
|
- // label: '客户名称',
|
|
|
- // width: '200'
|
|
|
- // },
|
|
|
{
|
|
|
prop: '',
|
|
|
label: '操作',
|
|
@@ -241,12 +215,6 @@ const sellshowColumns = [
|
|
|
label: '发货总数量',
|
|
|
span: 6
|
|
|
},
|
|
|
- // {
|
|
|
- // prop: 'except_code',
|
|
|
- // label: '期望',
|
|
|
- // _slot_: 'except_code',
|
|
|
- // span: 6
|
|
|
- // },
|
|
|
{
|
|
|
prop: 'error_msg',
|
|
|
label: '异常原因',
|