From 03dd618453fa57bd5b884c0249c4d98f5db60035 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期五, 11 七月 2025 19:57:40 +0800 Subject: [PATCH] 添加WMSPDA权限、PDA程序 --- 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