duyongjia
2024-11-29 c362218b8ef0af6402d3715fbed040ac1cbe0433
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Client/src/views/basic/locationInfo.vue
@@ -27,9 +27,12 @@
      sortName: "id",
    });
    const editFormFields = ref({
      locationCode:"",
      locationName:"",
      row: "",
      column: "",
      layer: "",
      roadwayNo:"",
      depth: "",
      locationType: "",
      locationStatus: "",
@@ -39,6 +42,40 @@
    const editFormOptions = ref([
      [
        {
          title: "货位编号",
          required: true,
          field: "locationCode",
          type: "string",
        },
        {
          title: "货位名称",
          required: true,
          field: "locationName",
          type: "string",
        },
         {
          title: "巷道编号",
          required: true,
          field: "roadwayNo",
          type: "string",
        },
        {
          title: "货位深度",
          field: "depth",
          type: "string",
          hidden: true,
        },
         {
          title: "备注",
          field: "remark",
          type: "string",
          hidden: true,
        },
      ],
        [
         {
          title: "货位行",
          required: true,
          field: "row",
@@ -56,12 +93,6 @@
          field: "layer",
          type: "string",
        },
        // {
        //   title: "货位深度",
        //   required: true,
        //   field: "depth",
        //   type: "string",
        // },
      ],
      [
        {
@@ -82,17 +113,12 @@
        },
        {
          title: "区域主键",
          required: true,
          //required: true,
          field: "areaId",
          type: "string",
          hidden: true,
        },
        // {
        //   title: "巷道编号",
        //   required: true,
        //   field: "roadwayNo",
        //   type: "string",
        // },
      ],
    ]);
    const searchFormFields = ref({