From 768405ab8a119d04f4d861f031b9ba38e84cf81c Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期三, 01 四月 2026 16:14:24 +0800
Subject: [PATCH] 1
---
WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue | 85 ++++++++++++++----------------------------
1 files changed, 28 insertions(+), 57 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue b/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue
index ad11c22..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([
[
@@ -63,31 +59,17 @@
});
const searchFormOptions = ref([
[
- { title: "鐗╂枡缂栧彿", field: "materielCode",type:"like"},
- { title: "鐗╂枡鍚嶇О", field: "materielName",type:"like" },
- { title: "鐗╂枡璇︽儏", field: "orderNo" ,type:"like"},
-
-
+ { 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: "batchNoName",type:"like" },
- { title: "閲嶉噺", field: "stockQuantity",type:"like" },
+ { title: "鎵规鍙�", field: "batchNo",type :"like"},
+ {title: "搴撳瓨鏄庣粏鐘舵��",field: "status",type: "select",dataKey:"stockStatusEmun", data: []},
+ { title: "渚涘簲鍟嗘壒娆�", field: "supplierBatch",type :"like"},
+ { title: "鍒涘缓鏃ユ湡",field: "createDate",type: "datetime"},
],
- [
- {
- title: "搴撳瓨鏄庣粏鐘舵��",
- field: "stockQuantity",
- type:"like"
- },
- {
- field: "stockId",
- title: "搴撳瓨淇℃伅涓婚敭",
- type: "string",
- width: 90,
- align: "left",
- },
- ]
]);
const columns = ref([
{
@@ -125,14 +107,6 @@
// sort:true,
},
{
- field: "orderNo",
- title: "鐗╂枡璇︽儏",
- type: "decimal",
- width: 90,
- align: "left",
- // sort:true,
- },
- {
field: "batchNo",
title: "鐗╂枡鎵规",
type: "string",
@@ -140,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",
@@ -170,7 +142,6 @@
type: "string",
width: 120,
align: "left",
- // sort:true,
bind: { key: "stockStatusEmun", data: [] },
},
{
--
Gitblit v1.9.3