|
@@ -8,12 +8,13 @@ export default [
|
|
|
{
|
|
|
prop: 'type',
|
|
|
label: '工单退货类型',
|
|
|
- width: '160',
|
|
|
+ width: '100',
|
|
|
_slot_: 'type'
|
|
|
},
|
|
|
{
|
|
|
prop: 'outChildCode',
|
|
|
- label: '发货工单编号'
|
|
|
+ label: '发货工单编号',
|
|
|
+ width: '140'
|
|
|
},
|
|
|
{
|
|
|
prop: 'outCode',
|
|
@@ -25,6 +26,56 @@ export default [
|
|
|
label: '状态',
|
|
|
_slot_: 'status'
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: 'return_wsm_code',
|
|
|
+ label: '退货仓库编码',
|
|
|
+ width: '130px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'return_wsm_name',
|
|
|
+ label: '退货仓库名称',
|
|
|
+ width: '130px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'return_contactor_name',
|
|
|
+ label: '退货仓库负责人',
|
|
|
+ width: '110px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'return_supplierName',
|
|
|
+ label: '退货仓库供应商名称',
|
|
|
+ width: '130px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'return_supplierNo',
|
|
|
+ label: '退货仓库供应商编码',
|
|
|
+ width: '130px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'send_wsm_code',
|
|
|
+ label: '发货仓库编码',
|
|
|
+ width: '130px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'send_wsm_name',
|
|
|
+ label: '发货仓库名称',
|
|
|
+ width: '130px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'send_contactor_name',
|
|
|
+ label: '发货仓库负责人',
|
|
|
+ width: '110px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'send_supplierName',
|
|
|
+ label: '发货仓库供应商名称',
|
|
|
+ width: '130px'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ prop: 'send_supplierNo',
|
|
|
+ label: '发货仓库供应商编码',
|
|
|
+ width: '130px'
|
|
|
+ },
|
|
|
// {
|
|
|
// prop: 'companyNo',
|
|
|
// label: '业务公司编号',
|