Browse Source

Merge remote-tracking branch 'origin/master_hella' into master_hella

hella_online_20240927
gaojs 2 months ago
parent
commit
d9af7c598e
  1. 19
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts

19
src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts

@ -256,15 +256,16 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
// } // }
// } // }
// }, // },
// { {
// label: '备注', label: '备注',
// field: 'remark', field: 'remark',
// sort: 'custom', sort: 'custom',
// table: { table: {
// width: 150 width: 150
// }, },
// isTable: false, isTable: true,
// }, sortTableDefault:1000
},
// { // {
// label: '自动提交', // label: '自动提交',
// field: 'autoCommit', // field: 'autoCommit',

Loading…
Cancel
Save