dengjunjie
2024-11-14 c827fe7b0c5b3b444d76ba0d96a2649c764630dd
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue
@@ -38,12 +38,12 @@
    });
    const editFormOptions = ref([
      [
        {
          title: "仓库主键",
          required: true,
          field: "AreaId",
          type: "string",
        },
        // {
        //   title: "仓库主键",
        //   required: true,
        //   field: "AreaId",
        //   type: "string",
        // },
        {
          title: "巷道编号",
          required: true,
@@ -56,13 +56,13 @@
          field: "deviceNo",
          type: "string",
        },
        {
          title: "禁用状态",
          required: true,
          field: "enalbeStatus",
          type: "string",
          readonly: true,
        },
        // {
        //   title: "禁用状态",
        //   required: true,
        //   field: "enalbeStatus",
        //   type: "string",
        //   readonly: true,
        // },
      ],
      [
        {
@@ -75,6 +75,8 @@
          field: "inSCStationCode",
          type: "string",
        },
      ],
      [
        {
          title: "出库站台编号",
          field: "outStationCode",
@@ -133,13 +135,13 @@
        width: 90,
        align: "left",
      },
      {
        field: "areaId",
        title: "仓库主键",
        type: "int",
        width: 90,
        align: "left",
      },
      // {
      //   field: "areaId",
      //   title: "仓库主键",
      //   type: "int",
      //   width: 90,
      //   align: "left",
      // },
      {
        field: "enableStatus",
        title: "禁用状态",