Browse Source

盘点:YT-2137 多余的盘点方式去掉

intex_online20250327
赵雪冰 3 weeks ago
parent
commit
a85653374a
  1. 6
      src/views/wms/countManage/count/countRequestMain/countRequestMain.data.ts

6
src/views/wms/countManage/count/countRequestMain/countRequestMain.data.ts

@ -35,7 +35,7 @@ export const CountRequestMain = useCrudSchemas(<CrudSchema[]>([
field: 'number', field: 'number',
sort: 'custom', sort: 'custom',
table: { table: {
width: 180, width: 200,
fixed: 'left' fixed: 'left'
}, },
isForm: false, isForm: false,
@ -59,7 +59,7 @@ export const CountRequestMain = useCrudSchemas(<CrudSchema[]>([
field: 'planNumber', field: 'planNumber',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 200
}, },
form: { form: {
// labelMessage: '信息提示说明!!!', // labelMessage: '信息提示说明!!!',
@ -88,7 +88,7 @@ export const CountRequestMain = useCrudSchemas(<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isSearch: true, isSearch: false,
}, },
{ {
label: '任务拆分方式', label: '任务拆分方式',

Loading…
Cancel
Save