Browse Source

YT-1554: 物料描述去掉

intex_online20241228
ljlong_2630 2 months ago
parent
commit
b8fdcb3e1d
  1. 30
      src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts
  2. 30
      src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts

30
src/views/wms/deliversettlementManage/saleEstimate/finishedShipmentMain/finishedShipmentMain.data.ts

@ -182,21 +182,21 @@ export const FinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150, width: 150,
}, },
}, },
{ // {
label: '物料描述', // label: '物料描述',
field: 'itemDescription', // field: 'itemDescription',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150, // width: 150,
}, // },
form: { // form: {
component: 'Editor', // component: 'Editor',
componentProps: { // componentProps: {
valueHtml: '', // valueHtml: '',
height: 200 // height: 200
} // }
} // }
}, // },
{ {
label: '库位', label: '库位',
field: 'toLocationCode', field: 'toLocationCode',

30
src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/unfinishedShipmentMain.data.ts

@ -176,21 +176,21 @@ export const UnfinishedShipmentDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150, width: 150,
}, },
}, },
{ // {
label: '物料描述', // label: '物料描述',
field: 'itemDescription', // field: 'itemDescription',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150, // width: 150,
}, // },
form: { // form: {
component: 'Editor', // component: 'Editor',
componentProps: { // componentProps: {
valueHtml: '', // valueHtml: '',
height: 200 // height: 200
} // }
} // }
}, // },
{ {
label: '库位', label: '库位',
field: 'toLocationCode', field: 'toLocationCode',

Loading…
Cancel
Save