Browse Source

HL-6276 主表备注字段隐藏

hella_online_20241024
chenfang 1 month ago
parent
commit
ecea665fee
  1. 18
      src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts
  2. 14
      src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts

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

@ -571,15 +571,15 @@ export const DeliverRequestMain = useCrudSchemas(
}
}
},
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
isTable: true
},
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: true
// },
{
label: '创建时间',
field: 'createTime',

14
src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts

@ -359,13 +359,13 @@ export const StockupMainRequest = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
},
{
label: '备注',
field: 'remarkMain',
sort: 'custom',
isSearch: false,
isTable: false,
},
// {
// label: '备注',
// field: 'remarkMain',
// sort: 'custom',
// isSearch: false,
// isTable: false,
// },
{
label: '自动提交',
field: 'autoCommit',

Loading…
Cancel
Save