huanghongfeng
3 天以前 5ffc36a1db18d3112a9b50a9cf3953d7fcf21bae
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/basicinfo/Dt_SelectionStandards.vue
@@ -24,6 +24,7 @@
            sortName: "id"
        });
        const editFormFields = ref({
            "id":"",
            "carType": "",
            "mttype": "",
            "neworold": "",
@@ -32,14 +33,15 @@
            "upperValue": "",
            "isCantainGK": "",
            "lowerValue_gk": "",
            "upperValue_gk": ""
            "upperValue_gk": "",
            "postContainer":""
        });
        const editFormOptions = ref([
            [
                { "title": "适用车型", "field": "carType", "type": "textarea" },
            ],
            [
                { "title": "动拖属性", "field": "mttype", "type": "text" },
                 { "title": "动拖属性", "field": "mttype", "type": "select", dataKey: "dongtuoshux", data: []  },
                { "title": "新旧属性", "field": "neworold", "type": "select", dataKey: "NewOld", data: []  },
                { "title": "毂孔等级", "field": "gkdj", "type": "select", dataKey: "Level", data: [] },
            ],
@@ -54,17 +56,20 @@
            [
                { "title": "截面过盈量下限", "field": "lowerValue_gk", "type": "decimal" },
                { "title": "截面过盈量上限", "field": "upperValue_gk", "type": "decimal" }
            ],
            [
                { "title": "制动盘方向", "field": "postContainer", "type": "select", dataKey: "", data: [{key:"中",value:"中"},{key:"ä¾§",value:"ä¾§"}] },
            ]
        ]);
        const searchFormFields = ref({
            "carType":"",
            mttype:""
            "mttype":""
        });
        const searchFormOptions = ref([
            [
                { "title": "适用车型", "field": "carType", type: "like" },
                { "title": "适用车型", "field": "carType", type: "text" },
                //{ "title": "货位状态", "field": "locationStatus", "type": "select", dataKey: "LocationState", data: [] },
                { "title": "动拖属性", "field": "mttype", type: "text" },
                { "title": "动拖属性", "field": "mttype", "type": "select", dataKey: "dongtuoshux", data: []  },
            ],
            [
                //{ "title": "是否禁用", "field": "enalbeStatus", "type": "select", dataKey: "EnalbeStatus", data: [] }
@@ -74,7 +79,7 @@
        ]);
        const columns = ref([{ field: 'id', title: 'ID', type: 'int', width: 110, hidden: true, readonly: true, require: true, align: 'left' },
        { field: 'carType', title: '适用车型', type: 'string', width: 200, require: true, align: 'left' },
        { field: 'mttype', title: '动拖属性', type: 'string', width: 90, align: 'left' },
        { field: 'mttype', title: '动拖属性', type: 'string', width: 110, align: 'left', bind: { key: "dongtuoshux", data: [] } },
        { field: 'neworold', title: '新旧属性', type: 'string', width: 90, require: true, align: 'left',bind: { key: "NewOld", data: []} },
        { field: 'gkdj', title: '毂孔等级', type: 'string', width: 90, align: 'left',bind: { key: "Level", data: []} },
        { field: 'lowerValue', title: '过盈量下限', type: 'decimal', width: 90, align: 'left' },
@@ -86,6 +91,7 @@
        { field: 'createDate', title: '创建时间', type: 'datetime', sort: true, width: 90, align: 'left', sort: true },
        //{ field: 'modifier', title: '修改人', type: 'string', sort: true, width: 90, align: 'left' },
        //{ field: 'modifyDate', title: '修改时间', type: 'datetime', sort: true, width: 90, align: 'left', sort: true },
        { field: 'postContainer', title: '制动盘方向', type: 'bool', width: 120, align: 'left', bind: { key: "", data: [{key:"中",value:"中"},{key:"ä¾§",value:"ä¾§"}]} },
        ]);
        const detail = ref({
            cnName: "#detailCnName",