Zhang-Hong-Lin
3 天以前 232cdf071bfe3bd2b77ba05accba89b67fcc1edc
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Client/src/views/wmsPart/locationInfo.vue
@@ -1,5 +1,6 @@
<template>
  <!--加上     :extend="extend"    å¯ä»¥å‡ºçŽ°æŸ¥çœ‹æ˜Žç»†é€‰é¡¹-->
  <view-grid
    ref="grid"
    :columns="columns"
@@ -9,7 +10,6 @@
    :searchFormFields="searchFormFields"
    :searchFormOptions="searchFormOptions"
    :table="table"
    :extend="extend"
  ></view-grid>
</template>
    <script>
@@ -23,11 +23,9 @@
      cnName: "货位信息",
      name: "locationInfo",
      url: "/LocationInfo/",
      sortName: "id"
      sortName: "createDate"
    });
    const editFormFields = ref({
      locationStatus: ""
    });
    const editFormFields = ref({});
    const editFormOptions = ref([
      [
        {
@@ -35,7 +33,12 @@
          field: "locationStatus",
          type: "select",
          dataKey: "locationStatusEnum",
          data: []
        },
        {
          title: "禁用状态",
          field: "enableStatus",
          type: "select",
          dataKey: "enableStatusEnum",
        }
      ]
    ]);
@@ -92,14 +95,6 @@
        require: true,
        align: "left"
      },
      // {
      //   field: "areaId",
      //   title: "区域主键",
      //   type: "string",
      //   width: 90,
      //   align: "left",
      //   bind: {key: "areainfo",data: []}
      // },
      {
        field: "locationCode",
        title: "货位编号",
@@ -115,27 +110,32 @@
        align: "left"
      },
      {
        field: "roadwayNo",
        title: "巷道编号",
        type: "decimal",
        width: 100,
        align: "left"
      },
      {
        field: "row",
        title: "货位行",
        type: "string",
        type: "int",
        width: 90,
        align: "left",
        hidden: true
        align: "left"
      },
      {
        field: "column",
        title: "货位列",
        type: "int",
        width: 120,
        align: "left",
        hidden: true
        align: "left"
      },
      {
        field: "depth",
        title: "工位",
        type: "int",
        width: 120,
        align: "left"
      },
      {
        field: "roadwayNo",
        title: "巷道编号",
        type: "decimal",
        width: 100,
        align: "left"
      },
      {
        field: "layer",
@@ -208,14 +208,6 @@
        width: 160,
        align: "left",
        sort: true
      },
      {
        field: "remark",
        title: "备注",
        type: "string",
        width: 100,
        align: "left",
        hidden: true
      }
    ]);
    const detail = ref({