zhangchengsong
3 天以前 0e450768c357b45701a2e5ed162f4e93b3dd617c
ÏîÄ¿´úÂë/WIDESEAWCS_Client/src/views/system/Dt_PlatformStation.vue
@@ -22,34 +22,22 @@
        key: "station_id",
        footer: "Foots",
        cnName: "站台信息",
        name: "PlatformStation",
        url: "/PlatformStation/",
        name: "Dt_PlatformStation",
        url: "/Dt_PlatformStation/",
        sortName: "station_id",
      });
      const editFormFields = ref({
        station_code: "",
        station_name: "",
        station_material: "",
        // station_code: "",
        // station_name: "",
        // station_material: "",
        station_enable: "",
        station_Area: "",
        station_remark: "",
        station_storey:''
        // station_Area: "",
        // station_remark: "",
        // station_storey:''
      });
      const editFormOptions = ref([
        [
          {
            title: "站台编号",
            field: "station_code",
            type: "int",
          },
          {
            title: "站台类型",
            required: true,
            field: "station_material",
            type: "select",
            dataKey: "PlatformStationEnum",
            data: [],
          },{
            title: "是否启用",
            required: true,
            field: "station_enable",
@@ -59,24 +47,24 @@
          },
          
        ],
        [
        {
            title: "站台所属编号",
            required: true,
            field: "childPosiDeviceCode",
            type: "string",
          },{
            title: "堆垛机站台编号",
            required: true,
            field: "station_storey",
            type: "string",
          },
          {
            title: "备注",
            field: "station_remark",
            type: "string",
          },
        ]
        // [
        // {
        //     title: "站台所属编号",
        //     required: true,
        //     field: "childPosiDeviceCode",
        //     type: "string",
        //   },{
        //     title: "堆垛机站台编号",
        //     required: true,
        //     field: "station_storey",
        //     type: "string",
        //   },
        //   {
        //     title: "备注",
        //     field: "station_remark",
        //     type: "string",
        //   },
        // ]
      ]);
      const searchFormFields = ref({
        station_code: "",
@@ -163,6 +151,14 @@
          align: "left",
          sort:true
          // link: true,
        },{
          field: "ro_id",
          title: "仓库编号",
          type: "string",
          width: 120,
          align: "left",
          sort:true
          // link: true,
        }
      ]);
      return {