huangxiaoqiang
2 天以前 992dda365964db4383873ba85f74a49d2b34fb85
删除货位状态列定义

从 `Dt_BillGroupStock_Hty.vue` 文件中移除了关于“货位状态”的列定义,具体是删除了以下行:`{ "title": "货位状态", "field": "locationStatus", type: "select", dataKey: "LocationState", data: [] }`。
已修改1个文件
1 ■■■■ 文件已修改
Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock_Hty.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSClient/src/views/widesea_wms/stock/Dt_BillGroupStock_Hty.vue
@@ -48,7 +48,6 @@
            ], [
                { "title": "库位号", "field": "locationCode", type: "text" },
                { "title": "巷道", "field": "roadwayNo", type: "text" },
                { "title": "货位状态", "field": "locationStatus", type: "select", dataKey: "LocationState", data: [] },
                { "title": "物料编码", "field": "materielCode", type: "text"},
            ]
        ]);