xiaojiao
2 天以前 9376389dbf19d202f766a4fe47cf80dfe4db4f42
ÏîÄ¿´úÂë/WIDESEA_WCSClient/src/views/basicinfo/stationmanager.vue
@@ -23,6 +23,7 @@
      stationArea: "",
      stationStatus: "",
      remark: "",
      StationDeviceCode: "",
    });
    const editFormOptions = ref([
        [{ title: "站台位置", field: "stationLocation", type: "string" }],
@@ -38,7 +39,10 @@
          dataKey: "stationStatus",
          data: [],
        }],
        [{ title: "叫料号地址", field: "stationChildCode", type: "string" }],
         [{ title: "零件号地址", field: "stationDeviceCode", type: "string" }],
        [{ title: "备注", field: "remark", type: "textarea" }],
    ]);
    const searchFormFields = ref({
      taskNum: "",
@@ -65,6 +69,8 @@
          dataKey: "stationStatus",
          data: [],
        }],
         [{ title: "叫料号地址", field: "stationChildCode", type: "string" }],
         [{ title: "零件号地址", field: "stationDeviceCode", type: "string" }],
        [{ title: "备注", field: "remark", type: "textarea" }],
    ]);
    const columns = ref([
@@ -103,6 +109,20 @@
        bind: { key: "stationStatus", data: [] }
      },
      {
        field: "stationChildCode",
        title: "叫料号地址",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "stationDeviceCode",
        title: "零件号地址",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "remark",
        title: "备注",
        type: "string",