1
huanghongfeng
2 天以前 279077bf41bc726b474ca5d76cd2b8393d41d867
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue
@@ -41,7 +41,7 @@
    const searchFormOptions = ref([
      [
        { title: "货位编号", field: "locationCode" ,type: "like",},
        { title: "巷道编号", field: "roadwayNo" },
        { title: "巷道编号", field: "roadwayNo" ,type: "like",},
        { title: "货位类型", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: []},
        { title: "禁用状态", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: []},
      ],