zss
2023-11-24 aae958d472f1880c5069c0870cfdfa4358168c22
src/views/warehouse/pallettransports/detail-ifslocation-form.vue
@@ -92,7 +92,7 @@
  </el-dialog>
</template>
<script>
import { getIfsLocationByGroup } from '@/api/warehouse/location'
import { getIfsLocationByGroupCopyAll } from '@/api/warehouse/location'
import { updateBatchPalletTransportsDetail } from '@/api/warehouse/pallettransports'
export default {
  components: {},
@@ -124,12 +124,13 @@
    // 查询ifs库位列表
    queryLocation() {
      this.ifsLocationData = []
      getIfsLocationByGroup({
      getIfsLocationByGroupCopyAll({
        locationNo: this.dataForm.locationNo,
        locationDesc: this.dataForm.locationDesc
      }).then((response) => {
        if (response.data.code === 0) {
          const _data = response.data.data
          const _data = response.data.data.LIST_INFO
          console.log(`output->_data`,_data)
          this.ifsLocationData = _data.map((item, index) => {
            return {
              id: index + 1,