From 96f8501cc973232b340e36a61992ec1ad47e4a31 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期六, 12 七月 2025 11:10:34 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/JiAnLiKu --- WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue index 3756d65..ad11c22 100644 --- a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue +++ b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue @@ -106,7 +106,7 @@ type: "string", width: 90, align: "left", - sort:true, + // sort:true, }, { field: "materielCode", @@ -114,7 +114,7 @@ type: "string", width: 150, align: "left", - sort:true, + // sort:true, }, { field: "materielName", @@ -122,7 +122,7 @@ type: "string", width: 150, align: "left", - sort:true, + // sort:true, }, { field: "orderNo", @@ -130,7 +130,7 @@ type: "decimal", width: 90, align: "left", - sort:true, + // sort:true, }, { field: "batchNo", @@ -138,31 +138,31 @@ type: "string", width: 120, align: "left", - sort:true, + // sort:true, }, - { - field: "serialNumber", - title: "鍖呭彿", - type: "string", - width: 50, - align: "left", - sort:true, - }, - { - field: "batchNoName", - title: "鐗╂枡鎵规璇︽儏", - type: "int", - width: 120, - align: "left", - sort:true, - }, + // { + // field: "serialNumber", + // title: "鍖呭彿", + // type: "string", + // width: 50, + // align: "left", + // sort:true, + // }, + // { + // field: "batchNoName", + // title: "鐗╂枡鎵规璇︽儏", + // type: "int", + // width: 120, + // align: "left", + // // sort:true, + // }, { field: "stockQuantity", title: "閲嶉噺", type: "string", width: 80, align: "left", - sort:true, + // sort:true, }, { field: "status", @@ -170,7 +170,7 @@ type: "string", width: 120, align: "left", - sort:true, + // sort:true, bind: { key: "stockStatusEmun", data: [] }, }, { @@ -179,7 +179,7 @@ type: "string", width: 90, align: "left", - sort:true, + // sort:true, }, { field: "createDate", -- Gitblit v1.9.3