xiaojiao
2026-01-24 c5f01e9a882b16f534166d033312c5c8ba8d94dd
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/services/basicinfo/Dt_locationinfo.vue
@@ -30,7 +30,7 @@
    const editFormOptions = ref([
      [
        // { title: '库区/区域id', field: 'location_areaid', type: 'text' },
        { title: '货位id', field: 'location_id', type: 'text' },
        { title: '货位id', field: 'location_id', type: 'text', disabled:true },
        {
          dataKey: 'LocationState',
          data: [],
@@ -39,31 +39,31 @@
          type: 'select',
        },
      ],
      [
        { title: '行', required: true, field: 'location_line', type: 'number' },
        {
          title: '列',
          required: true,
          field: 'location_column',
          type: 'number',
        },
        {
          title: '层',
          required: true,
          field: 'location_layer',
          type: 'number',
        },
      ],
      [
        {
          dataKey: 'LocationLocked',
          data: [],
          title: '是否被锁定',
          required: true,
          field: 'location_islocked',
          type: 'select',
        },
      ],
      // [
      //   { title: '行', required: true, field: 'location_line', type: 'number' },
      //   {
      //     title: '列',
      //     required: true,
      //     field: 'location_column',
      //     type: 'number',
      //   },
      //   {
      //     title: '层',
      //     required: true,
      //     field: 'location_layer',
      //     type: 'number',
      //   },
      // ],
      // [
      //   {
      //     dataKey: 'LocationLocked',
      //     data: [],
      //     title: '是否被锁定',
      //     required: true,
      //     field: 'location_islocked',
      //     type: 'select',
      //   },
      // ],
    ]);
    const searchFormFields = ref({
      location_id: '',