From 67d4e9ca4267049cc67cff15828080d2d5dfce0b Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期三, 01 四月 2026 16:23:01 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue | 57 ++++++++++++++++++++++-----------------------------------
1 files changed, 22 insertions(+), 35 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
index 8df3cba..5d81cc3 100644
--- a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
@@ -18,14 +18,10 @@
sortName: "id",
});
const editFormFields = ref({
- deviceCode: "",
- deviceName: "",
- deviceType: "",
- deviceStatus: "",
- deviceIp: "",
- devicePort: "",
- devicePlcType: "",
- deviceRemark: "",
+ materielCode: "",
+ materielName: "",
+ orderNo: "",
+ serialNumber: "",
});
const editFormOptions = ref([
[
@@ -66,10 +62,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 +107,6 @@
// sort:true,
},
{
- field: "orderNo",
- title: "鐗╂枡璇︽儏",
- type: "decimal",
- width: 90,
- align: "left",
- // sort:true,
- },
- {
field: "batchNo",
title: "鐗╂枡鎵规",
type: "string",
@@ -124,29 +114,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 +142,6 @@
type: "string",
width: 120,
align: "left",
- // sort:true,
bind: { key: "stockStatusEmun", data: [] },
},
{
--
Gitblit v1.9.3