wankeda
3 天以前 6cc35000a6e138cfad96e7b02f8aeddcdb4ba6bf
´úÂë¹ÜÀí/NEWCode/WIDESEAWCS_Client/src/views/system/Dt_Stationinfo.vue
@@ -32,9 +32,13 @@
      sortName: "id",
    });
    const editFormFields = ref({
      stationType: "",
      // id:"",
      stationCode:"",
      location_state: "",
      lastUpdateTime: "",
            enable:"",
            area:"",
      remark:"",
    });
    const editFormOptions = ref([
      [
@@ -45,12 +49,12 @@
          type: "text",
          disabled: true,
        },
        {
          title: "物料类型",
          field: "stationType",
          type: "select",
          dataKey: "materieInfo",
        },
        // {
        //   title: "物料类型",
        //   field: "remark",
        //   type: "select",
        //   dataKey: "materieInfo",
        // },
        {
          title: "缓存架状态",
          required: false,
@@ -63,23 +67,30 @@
          ],
        },
      ],
      [
        {
          title: "备注",
          field: "remark",
          type: "text",
        },
      // [
        //         {
        //   title: "区域",
        //   field: "area",
        //   type: "textarea",
        // },
        // {
        //   title: "物料类型",
        //   field: "remark",
        //   type: "textarea",
        // },
        //  {
        //   title: "最后更新时间",
        //   field: "lastUpdateTime",
        //   type: "datetime",
        // },
      ],
      // ],
    ]);
    const searchFormFields = ref({
      route_began: "",
      route_end: "",
      stationCode: "",
      location_state: "",
      area: "",
      enable:"",
      remark:"",
    });
    const searchFormOptions = ref([
      [
@@ -111,7 +122,7 @@
          ],
          type: "select",
        },
        { title: "备注", field: "remark", type: "like" },
        { title: "物料类型", field: "remark", type: "like" },
      ],
    ]);
    const columns = ref([
@@ -180,7 +191,7 @@
      },
      {
        field: "remark",
        title: "备注",
        title: "物料类型",
        type: "string",
        width: 100,
        align: "left",