From 18d2f40bbf40469b033de6f07ca8a8e3bc191132 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期六, 26 四月 2025 19:21:40 +0800 Subject: [PATCH] 优化代码 --- 项目代码/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue | 58 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" index 845074b..5fa54bc 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" @@ -171,35 +171,35 @@ width: 90, align: "left", }, - { - field: "serialNumber", - title: "搴忓垪鍙�", - type: "int", - width: 120, - align: "left", - }, - { - field: "stockQuantity", - title: "搴撳瓨鏁伴噺", - type: "string", - width: 200, - align: "left", - }, - { - field: "outboundQuantity", - title: "鍑哄簱鏁伴噺", - type: "string", - width: 180, - align: "left", - }, - { - field: "status", - title: "搴撳瓨鏄庣粏鐘舵��", - type: "string", - width: 120, - align: "left", - bind: { key: "stockStatusEmun", data: [] }, - }, + // { + // field: "serialNumber", + // title: "搴忓垪鍙�", + // type: "int", + // width: 120, + // align: "left", + // }, + // { + // field: "stockQuantity", + // title: "搴撳瓨鏁伴噺", + // type: "string", + // width: 200, + // align: "left", + // }, + // { + // field: "outboundQuantity", + // title: "鍑哄簱鏁伴噺", + // type: "string", + // width: 180, + // align: "left", + // }, + // { + // field: "status", + // title: "搴撳瓨鏄庣粏鐘舵��", + // type: "string", + // width: 120, + // align: "left", + // bind: { key: "stockStatusEmun", data: [] }, + // }, { field: "creater", title: "鍒涘缓浜�", -- Gitblit v1.9.3