diff --git a/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts index 5e9281f58..f7193add4 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts @@ -97,26 +97,26 @@ export const DeliverJobMain = useCrudSchemas( }, isTable: false }, - { - label: '客户订单号', - field: 'customerOrderNumber', - sort: 'custom', - table: { - width: 180 - }, - isSearch: true, - search: { - component: 'Input', - }, - isTable: true, - isForm: true, - form: { - component: 'Input', - componentProps: { + // { + // label: '客户订单号', + // field: 'customerOrderNumber', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isSearch: true, + // search: { + // component: 'Input', + // }, + // isTable: true, + // isForm: true, + // form: { + // component: 'Input', + // componentProps: { - } - } - }, + // } + // } + // }, { label: '承运商', @@ -824,6 +824,27 @@ export const DeliverJobDetail = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '客户订单号', + field: 'customerOrderNumber', + sort: 'custom', + table: { + width: 180 + }, + isSearch: true, + search: { + component: 'Input', + }, + isTable: true, + isForm: true, + form: { + component: 'Input', + componentProps: { + + } + } + }, + { label: '在途库位', field: 'onTheWayLocationCode', diff --git a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts index f98e86bea..8b637059c 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverRecordMain/deliverRecordMain.data.ts @@ -63,26 +63,26 @@ export const DeliverRecordMain = useCrudSchemas( // width: 150 // }, // }, - { - label: '客户订单号', - field: 'customerOrderNumber', - sort: 'custom', - table: { - width: 180 - }, - isSearch: true, - search: { - component: 'Input', - }, - isTable: true, - isForm: true, - form: { - component: 'Input', - componentProps: { + // { + // label: '客户订单号', + // field: 'customerOrderNumber', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isSearch: true, + // search: { + // component: 'Input', + // }, + // isTable: true, + // isForm: true, + // form: { + // component: 'Input', + // componentProps: { - } - } - }, + // } + // } + // }, { label: '状态', field: 'status', @@ -645,6 +645,26 @@ export const DeliverRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '客户订单号', + field: 'customerOrderNumber', + sort: 'custom', + table: { + width: 180 + }, + isSearch: true, + search: { + component: 'Input', + }, + isTable: true, + isForm: true, + form: { + component: 'Input', + componentProps: { + + } + } + }, { label: '单价', field: 'singlePrice', diff --git a/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts index c2aaa8bc2..907763b58 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts @@ -271,26 +271,26 @@ export const DeliverRequestMain = useCrudSchemas( isTable: false, isForm: false, }, - { - label: '客户订单号', - field: 'customerOrderNumber', - sort: 'custom', - table: { - width: 180 - }, - isSearch: true, - search: { - component: 'Input', - }, - isTable: true, - isForm: true, - form: { - component: 'Input', - componentProps: { + // { + // label: '客户订单号', + // field: 'customerOrderNumber', + // sort: 'custom', + // table: { + // width: 180 + // }, + // isSearch: true, + // search: { + // component: 'Input', + // }, + // isTable: true, + // isForm: true, + // form: { + // component: 'Input', + // componentProps: { - } - } - }, + // } + // } + // }, { label: '承运商', field: 'carrierCode', @@ -927,7 +927,26 @@ export const DeliverRequestDetail = useCrudSchemas(reactive([ disabled: true } } - }, + }, { + label: '客户订单号', + field: 'customerOrderNumber', + sort: 'custom', + table: { + width: 180 + }, + isSearch: true, + search: { + component: 'Input', + }, + isTable: true, + isForm: true, + form: { + component: 'Input', + componentProps: { + + } + } + }, // { // label: '承运商', // field: 'carrierCode',