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: '备注', // label: '备注',
field: 'remark', // field: 'remark',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
isTable: true // isTable: true
}, // },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',

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

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

Loading…
Cancel
Save