zss
2023-11-24 7ffc7991a25e19c913b382a2245bd97a40511718
src/views/warehouse/pallettransports/ifslocation-form.vue
@@ -142,13 +142,13 @@
  methods: {
    formatLocType(val){
      let list = this.locTypeOption
      console.log(val,list)
      list.forEach(ele=>{
        console.log(Number(ele.value) == Number(val));
        if(Number(ele.value) == Number(val)){
          return ele.label
        }
      let index = list.findIndex(ele=>{
        return ele.value == val
      })
      if(index!=null){
        return list[index].label
      }
      return null
    },
    // 查询ifs库位列表
    queryLocation() {