刘磊
9 天以前 2de09bec5cc05bf875543fa8956167ca7db73021
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_WheelsStock_Old.vue
@@ -28,18 +28,29 @@
        const editFormOptions = ref([
        ]);
        const searchFormFields = ref({
            wheels_Location:""
            wheel_code:"",
            model:"",
            axes_type:"",
            repair_item:"",
            wheels_mttype:"",
            dqtz_state:"",
            venderno:"",
            wheels_Location:"",
        });
        const searchFormOptions = ref([
            [
                { "title": "车轮条码", "field": "wheel_code", type: "text" },
                { "title": "车型", "field": "model", type: "text" },
                { "title": "车型", "field": "model", type: "select", dataKey: "traintype_names", data: [] },
                //{ "title": "库存类型", "field": "StockType", type: "select", dataKey: "GroupType", data: [] },
                { "title": "轮型", "field": "axes_type", type: "text" },
            ],
            [
                { "title": "库位号", "field": "locate", type: "text" },
                { "title": "新/旧", "field": "repair_item", type: "select", dataKey: "NewOld", data: [] },
                { "title": "动拖属性", "field": "dqtz_state", type: "text" },
               { "title": "等级", "field": "venderno", type: "text" },
            ],
            [
                { "title": "库位号", "field": "wheels_Location", type: "text" },
            ]
        ]);
        const columns = ref([