Browse Source

YT-2717:丰田非补给品导入 申请 任务 和记录 页面调整 查询导出 新增和导入

intex_online20250528
songguoqiang 2 weeks ago
parent
commit
2e3151cc5d
  1. 59
      src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts
  2. 58
      src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts
  3. 59
      src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

59
src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts

@ -97,26 +97,26 @@ export const DeliverJobMain = useCrudSchemas(
}, },
isTable: false isTable: false
}, },
{ // {
label: '客户订单号', // label: '客户订单号',
field: 'customerOrderNumber', // field: 'customerOrderNumber',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
}, // },
isSearch: true, // isSearch: true,
search: { // search: {
component: 'Input', // component: 'Input',
}, // },
isTable: true, // isTable: true,
isForm: true, // isForm: true,
form: { // form: {
component: 'Input', // component: 'Input',
componentProps: { // componentProps: {
} // }
} // }
}, // },
{ {
label: '承运商', label: '承运商',
@ -824,6 +824,27 @@ export const DeliverJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{
label: '客户订单号',
field: 'customerOrderNumber',
sort: 'custom',
table: {
width: 180
},
isSearch: true,
search: {
component: 'Input',
},
isTable: true,
isForm: true,
form: {
component: 'Input',
componentProps: {
}
}
},
{ {
label: '在途库位', label: '在途库位',
field: 'onTheWayLocationCode', field: 'onTheWayLocationCode',

58
src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts

@ -63,26 +63,26 @@ export const DeliverRecordMain = useCrudSchemas(
// width: 150 // width: 150
// }, // },
// }, // },
{ // {
label: '客户订单号', // label: '客户订单号',
field: 'customerOrderNumber', // field: 'customerOrderNumber',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
}, // },
isSearch: true, // isSearch: true,
search: { // search: {
component: 'Input', // component: 'Input',
}, // },
isTable: true, // isTable: true,
isForm: true, // isForm: true,
form: { // form: {
component: 'Input', // component: 'Input',
componentProps: { // componentProps: {
} // }
} // }
}, // },
{ {
label: '状态', label: '状态',
field: 'status', field: 'status',
@ -645,6 +645,26 @@ export const DeliverRecordDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150 width: 150
}, },
}, },
{
label: '客户订单号',
field: 'customerOrderNumber',
sort: 'custom',
table: {
width: 180
},
isSearch: true,
search: {
component: 'Input',
},
isTable: true,
isForm: true,
form: {
component: 'Input',
componentProps: {
}
}
},
{ {
label: '单价', label: '单价',
field: 'singlePrice', field: 'singlePrice',

59
src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts

@ -271,26 +271,26 @@ export const DeliverRequestMain = useCrudSchemas(
isTable: false, isTable: false,
isForm: false, isForm: false,
}, },
{ // {
label: '客户订单号', // label: '客户订单号',
field: 'customerOrderNumber', // field: 'customerOrderNumber',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 180 // width: 180
}, // },
isSearch: true, // isSearch: true,
search: { // search: {
component: 'Input', // component: 'Input',
}, // },
isTable: true, // isTable: true,
isForm: true, // isForm: true,
form: { // form: {
component: 'Input', // component: 'Input',
componentProps: { // componentProps: {
} // }
} // }
}, // },
{ {
label: '承运商', label: '承运商',
field: 'carrierCode', field: 'carrierCode',
@ -927,7 +927,26 @@ export const DeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([
disabled: true disabled: true
} }
} }
}, }, {
label: '客户订单号',
field: 'customerOrderNumber',
sort: 'custom',
table: {
width: 180
},
isSearch: true,
search: {
component: 'Input',
},
isTable: true,
isForm: true,
form: {
component: 'Input',
componentProps: {
}
}
},
// { // {
// label: '承运商', // label: '承运商',
// field: 'carrierCode', // field: 'carrierCode',

Loading…
Cancel
Save