From 93ec15196294abce031a86e24f4cee643b3b1c8a Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期四, 22 一月 2026 15:45:29 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue | 45 ++++++++++++++++++---------------------------
1 files changed, 18 insertions(+), 27 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
index 8df3cba..bbb00a2 100644
--- a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
@@ -66,10 +66,12 @@
{ title: "鐗╂枡缂栧彿", field: "materielCode",type :"like"},
{ title: "鐗╂枡鍚嶇О", field: "materielName",type :"like"},
{ title: "鍗曟嵁缂栧彿", field: "orderNo",type :"like"},
+ { title: "鍏宠仈搴撳瓨缂栧彿", field: "stockId",type :"int"},
],
[
{ title: "鎵规鍙�", field: "batchNo",type :"like"},
{title: "搴撳瓨鏄庣粏鐘舵��",field: "status",type: "select",dataKey:"stockStatusEmun", data: []},
+ { title: "渚涘簲鍟嗘壒娆�", field: "supplierBatch",type :"like"},
{ title: "鍒涘缓鏃ユ湡",field: "createDate",type: "datetime"},
],
]);
@@ -109,14 +111,6 @@
// sort:true,
},
{
- field: "orderNo",
- title: "鐗╂枡璇︽儏",
- type: "decimal",
- width: 90,
- align: "left",
- // sort:true,
- },
- {
field: "batchNo",
title: "鐗╂枡鎵规",
type: "string",
@@ -124,29 +118,27 @@
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: "orderNo",
+ title: "鍗曟嵁缂栧彿",
+ type: "string",
+ width: 180,
+ align: "left",
+
+ },
+ {
+ field: "supplierBatch",
+ title: "渚涘簲鍟嗘壒娆�",
+ type: "string",
+ width: 150,
+ align: "left",
+ },
{
field: "stockQuantity",
- title: "閲嶉噺",
+ title: "鐗╂枡鏁伴噺",
type: "string",
width: 80,
align: "left",
- // sort:true,
},
{
field: "status",
@@ -154,7 +146,6 @@
type: "string",
width: 120,
align: "left",
- // sort:true,
bind: { key: "stockStatusEmun", data: [] },
},
{
--
Gitblit v1.9.3