Browse Source

盘点计划

intex_pandian
王宇飞 4 weeks ago
parent
commit
8d31c05be7
  1. 29
      src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

29
src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

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

Loading…
Cancel
Save