Browse Source

去掉盘点调整的任务拆分值

intex_online20250327
赵雪冰 3 weeks ago
parent
commit
9bed7f2129
  1. 26
      src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts

26
src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts

@ -35,7 +35,7 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([
field: 'number', field: 'number',
sort: 'custom', sort: 'custom',
table: { table: {
width: 180, width: 200,
fixed: 'left' fixed: 'left'
}, },
isForm: false, isForm: false,
@ -71,17 +71,17 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([
} }
}, },
{ // {
label: '任务拆分值', // label: '任务拆分值',
field: 'countSplitCode', // field: 'countSplitCode',
dictClass: 'string', // dictClass: 'string',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
isTable:true, // isTable:true,
isForm: true // isForm: true
}, // },
// { // {
// label: '申请单号', // label: '申请单号',
// field: 'requestNumber', // field: 'requestNumber',
@ -97,7 +97,7 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([
field: 'countRequestNumber', field: 'countRequestNumber',
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 220
}, },
form: { form: {
// labelMessage: '信息提示说明!!!', // labelMessage: '信息提示说明!!!',

Loading…
Cancel
Save