Browse Source

HL-6280 主子备注区分

hella_online_20241024
chenfang 1 month ago
parent
commit
304eadad43
  1. 2
      src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts

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

@ -361,7 +361,7 @@ export const StockupMainRequest = useCrudSchemas(reactive<CrudSchema[]>([
}, },
{ {
label: '备注', label: '备注',
field: 'remark', field: 'remarkMain',
sort: 'custom', sort: 'custom',
isSearch: false, isSearch: false,
isTable: false, isTable: false,

Loading…
Cancel
Save