陈勇
10 天以前 9de6c7c6d835ba5161d64114d154bfc7676244a1
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/widesea_wms/basicinfo/Dt_LocationInfo.vue
@@ -27,23 +27,17 @@
            enalbeStatus: "",
            locationStatus: "",
            locationType: "",
            row: "", column: "", layer: "",
            //roadwayNo: ""
            remark: ""
        });
        const editFormOptions = ref([
            [
                { "title": "行", "field": "row", type: "int" },
                { "title": "层", "field": "column", type: "int" },
                { "title": "个", "field": "layer", type: "int" },
            ],
            [
                { "title": "货位类型", "field": "locationType", "type": "select", dataKey: "LocationType", data: [] },
                { "title": "货位状态", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] },
                { "title": "是否禁用", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] },
            ],
            // [
            //     { "title": "巷道编号", "field": "roadwayNo", type: "text" },
            // ]
            [
                { "title": "备注", "field": "remark", type: "text" },
            ]
        ]);
        const searchFormFields = ref({ "LocationID": "", roadwayNo: "", "column": "", "row": "", "layer": "" });
@@ -61,7 +55,7 @@
            ],
            [
                { "title": "是否禁用", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] },
                { "title": "巷道编号", "field": "roadwayNo", type: "text" },
                { "title": "巷道编号", "field": "roadwayNo", type: "string" },
                //{ "title": "深度", "field": "depth", "type": "text" },
                // { "title": "层", "field": "layer", type: "text" },
            ]
@@ -80,7 +74,7 @@
        { field: 'enalbeStatus', title: '是否禁用', type: 'int', width: 75, align: 'left', bind: { key: "EnalbeStatus", data: [] } },
        // { field: 'isLocked', title: '是否锁定', type: 'bool', width: 110, align: 'left', bind: { key: "IsLocked", data: [] } },
        { field: 'locationDesc', title: '货位描述', type: 'string', width: 110, align: 'left', hidden: true },
        { field: 'remark', title: '备注', type: 'string', width: 110, align: 'left', bind: { key: "AllowStatus", data: [] } },
        { field: 'remark', title: '备注', type: 'string', width: 110, align: 'left' },
        { 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' },