|
|
@ -48,17 +48,6 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '盘点方式', |
|
|
|
dictType: DICT_TYPE.COUNT_MODE, |
|
|
|
dictClass: 'string', |
|
|
|
field: 'countMode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
fixed: 'left' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '状态', |
|
|
|
field: 'status', |
|
|
@ -101,6 +90,20 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '盘点方式', |
|
|
|
dictType: DICT_TYPE.COUNT_MODE, |
|
|
|
dictClass: 'string', |
|
|
|
field: 'countMode', |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|
component: 'Radio' |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 180, |
|
|
|
fixed: 'left' |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '明盘', |
|
|
|
field: 'isOpenCount', |
|
|
@ -109,7 +112,7 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isTable: true, |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'FALSE', |
|
|
|
value: 'TRUE', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'FALSE', |
|
|
|
activeValue: 'TRUE' |
|
|
@ -132,7 +135,7 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
isTable:true, |
|
|
|
isForm: true, |
|
|
|
form: { |
|
|
|
value: 'masterId', |
|
|
|
value: 'locationCode', |
|
|
|
componentProps: { |
|
|
|
disabled:true |
|
|
|
} |
|
|
|