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,
},
},
{
label: '物料描述',
field: 'itemDescription',
sort: 'custom',
table: {
width: 150,
},
form: {
component: 'Editor',
componentProps: {
valueHtml: '',
height: 200
}
}
},
// {
// label: '物料描述',
// field: 'itemDescription',
// sort: 'custom',
// table: {
// width: 150,
// },
// form: {
// component: 'Editor',
// componentProps: {
// valueHtml: '',
// height: 200
// }
// }
// },
{
label: '库位',
field: 'toLocationCode',

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

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

Loading…
Cancel
Save