Browse Source

盘点默认数据

master_hella_20240701
wangyufei 3 months ago
parent
commit
37a480c67d
  1. 5
      src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

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

@ -43,10 +43,13 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
form: {
value:'MANUAL',
},
isSearch: true isSearch: true
}, },
{ {
label: '执行周期', label: '',//执行周期
field: 'crontab', field: 'crontab',
sort: 'custom', sort: 'custom',
table: { table: {

Loading…
Cancel
Save