Admin
2025-12-03 d41acebbd89f171b0eeb205fca4f68043ca85f95
项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/check/Dt_CheckResult.vue
@@ -30,10 +30,14 @@
            
        ]);
        const searchFormFields = ref({
            cltm:"",
            result:"",
        });
        const searchFormOptions = ref([
            [
                { "title": "杞﹁疆鏉$爜", "field": "cltm", type: "like" },
                { "title": "鏄惁鍚堟牸", "field": "result", type: "select", dataKey: "IsQuan", data: [] },
            ],
        ]);
        const columns = ref([
            { field: 'iD', title: '涓婚敭ID', type: 'int', width: 110, readonly: true, hidden: true, require: true, align: 'left' },