|
|
@ -40,14 +40,14 @@ export const CountRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '仓库代码', |
|
|
|
field: 'warehouseCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '仓库代码',
|
|
|
|
// field: 'warehouseCode',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '阶段', |
|
|
|
field: 'stage', |
|
|
@ -615,4 +615,4 @@ export const CountRecordDetailRules = reactive({ |
|
|
|
creator: [ |
|
|
|
{ required: true, message: '请输入创建者', trigger: 'blur' } |
|
|
|
], |
|
|
|
}) |
|
|
|
}) |
|
|
|