From 75e3bca44b111c167b9389e4e51b2ce577a9f9e0 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期日, 10 八月 2025 10:35:50 +0800
Subject: [PATCH] 优化更新
---
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