Browse Source

盘点计划物料忽略名单和库位忽略名单字段修改

hella_online_20240829
zhang_li 4 months ago
parent
commit
6b3b1e8090
  1. 2
      src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

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

@ -128,6 +128,7 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: 150
},
isForm:false,
form: {
componentProps: {
isSearchList: true, // 开启查询弹窗
@ -147,6 +148,7 @@ export const CountPlanMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
width: 150
},
isForm: false,
form: {
componentProps: {
isSearchList: true, // 开启查询弹窗

Loading…
Cancel
Save