|
|
@ -24,22 +24,32 @@ export const CountadjustRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '盘点记录单号',
|
|
|
|
// field: 'countRecordNumber',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 180
|
|
|
|
// },
|
|
|
|
// isSearch: true
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '仓库代码', |
|
|
|
field: 'warehouseCode', |
|
|
|
label: '任务拆分方式', |
|
|
|
field: 'countSplitType', |
|
|
|
dictType: DICT_TYPE.COUNT_SPLIT_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable:true, |
|
|
|
isForm: true, |
|
|
|
form: { |
|
|
|
value: 'locationCode' |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '任务拆分值', |
|
|
|
field: 'countSplitCode', |
|
|
|
dictClass: 'string', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable:true, |
|
|
|
isForm: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '出库事务类型', |
|
|
@ -532,4 +542,4 @@ export const CountadjustRecordDetailRules =reactive({ |
|
|
|
creator: [ |
|
|
|
{ required: true, message: '请输入创建者', trigger: 'blur' } |
|
|
|
], |
|
|
|
}) |
|
|
|
}) |
|
|
|