1
huangxiaoqiang
3 天以前 3296ae7c136f405db78c395635e72efa1c0d0125
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Client/src/views/basicinfo/Dt_StationManager.vue
@@ -16,7 +16,7 @@
export default defineComponent({
    setup() {
        const table = ref({
            key: 'areaID',
            key: 'stationID',
            footer: "Foots",
            cnName: '站台信息',
            name: 'basicinfo/Dt_StationManager',
@@ -24,10 +24,27 @@
            sortName: "AreaCode"
        });
        const editFormFields = ref({
            stationStatus:"",
            stationType:"",
            stationPLC:"",
            roadway:"",
            stationChildCode:"",
            stationArea:"",
            remark:"",
            stationRemark:"",
            stationNextChildCode:"",
            stationLocation:"",
            stationFloor:"",
            rGVName:"",
            levelPointFist:"",
            levelPointSecond:""
        });
        const editFormOptions = ref([
        [
                { "title": "状态", "field": "stationStatus",type: "select",dataKey: "deviceStatus",data: [],},
            
            ],
        ]);
        const searchFormFields = ref({});
        const searchFormOptions = ref([
@@ -36,29 +53,18 @@
                { "title": "所属PLC", "field": "stationPLC", type: "text" },
                { "title": "巷道号", "field": "roadway", type: "text" },
               
            ],
            [
                { "title": "设备区域", "field": "stationArea", type: "text" },
                { "title": "MOM设备编号", "field": "stationEquipMOM", type: "text" },
                { "title": "NG子设备编号", "field": "stationNGChildCode", type: "text" },
            ],
            [
                { "title": "NG子设备坐标", "field": "remark", type: "text" },
                { "title": "线体编号", "field": "stationChildCode", type: "text" },
                { "title": "产线", "field": "productLine", type: "text" },
            ]
        ]);
        const columns = ref([{ field: 'stationID', title: '主键', type: 'int', sort: true, hidden: true, width: 110, readonly: true, require: true, align: 'left' },
        { field: 'stationType', title: '站台类型', type: 'int', sort: true, width: 110, require: true, align: 'left', sort: true },
        { field: 'stationPLC', title: '所属PLC', type: 'string', sort: true, width: 110, align: 'left' },
        { field: 'roadway', title: '巷道号', type: 'string', sort: true, width: 110, align: 'left' },   
        { field: 'stationLocation', title: '堆垛机出入库坐标', type: 'string', sort: true, width: 110, align: 'left' },
        { field: 'stationChildCode', title: '线体编号', type: 'string', sort: true, width: 110, align: 'left' },
        { field: 'stationArea', title: '设备区域', type: 'int', sort: true, width: 100,  align: 'left' },
        { field: 'remark', title: '备注', type: 'string', sort: true, width: 110,  align: 'left' },
        { field: 'stationRemark', title: '备注', type: 'int', sort: true, width: 110, align: 'left',  },
        { field: 'stationStatus', title: '状态', type: 'int', sort: true, width: 110, align: 'left',  },
        { field: 'stationNextChildCode', title: '下一站台', type: 'string', sort: true, width: 110,  align: 'left' },
        { field: 'stationRemark', title: '工位', type: 'int', sort: true, width: 110, align: 'left',  },
        { field: 'stationStatus', title: '状态', type: 'int', sort: true, width: 110, align: 'left', bind: { key: "deviceStatus", data: [] }, },
        { field: 'creater', title: '创建人', type: 'string', sort: true, width: 110, align: 'left' },
        { field: 'createDate', title: '创建时间', type: 'datetime', sort: true, width: 150, align: 'left', sort: true },
        { field: 'modifier', title: '修改人', type: 'string', sort: true, width: 100,  align: 'left' },