From aa63e0401cea4e367c9d9fd620d996a688c0a01f Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 21 五月 2025 15:18:51 +0800
Subject: [PATCH] 添加PDA人工入库功能
---
项目代码/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue | 114 ++++++++++++++++++---------------------------------------
1 files changed, 36 insertions(+), 78 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
index f777c39..361f294 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/stock/stockInfoDetail.vue"
@@ -36,54 +36,7 @@
devicePlcType: "",
deviceRemark: "",
});
- const editFormOptions = ref([
- [
- {
- title: "璁惧缂栧彿",
- required: true,
- field: "deviceCode",
- type: "string",
- },
- {
- title: "璁惧鍚嶇О",
- required: true,
- field: "deviceName",
- type: "string",
- },
- {
- title: "璁惧绫诲瀷",
- required: true,
- field: "deviceType",
- type: "string",
- },
- {
- title: "璁惧鐘舵��",
- required: true,
- field: "deviceStatus",
- type: "string",
- },
- ],
- [
- { title: "璁惧IP", required: true, field: "deviceIp", type: "string" },
- {
- title: "璁惧绔彛",
- required: true,
- field: "devicePort",
- type: "string",
- },
- {
- title: "PLC绫诲瀷",
- required: true,
- field: "devicePlcType",
- type: "string",
- },
- {
- title: "澶囨敞",
- field: "deviceRemark",
- type: "string",
- },
- ],
- ]);
+ const editFormOptions = ref([]);
const searchFormFields = ref({
orderNo: "",
batchNo: "",
@@ -109,19 +62,24 @@
[
// { title: "鎵规鍙�", field: "batchNo" },
{
- title: "鎵规鍙�",
- field: "batchNo",
+ title: "鎵瑰彿",
+ field: "orderNo",
type: "select",
dataKey: "StockbatchNos",
data: [],
},
{
- title: "搴撳瓨鏄庣粏鐘舵��",
- field: "status",
- type: "select",
- dataKey: "stockStatusEmun",
- data: [],
+ title: "鏌滃彿",
+ field: "batchNo",
+ type: "like",
},
+ // {
+ // title: "搴撳瓨鏄庣粏鐘舵��",
+ // field: "status",
+ // type: "select",
+ // dataKey: "stockStatusEmun",
+ // data: [],
+ // },
],
]);
const columns = ref([
@@ -159,39 +117,39 @@
},
{
field: "orderNo",
- title: "鍗曟嵁缂栧彿",
+ title: "鎵瑰彿",
type: "decimal",
width: 90,
align: "left",
},
{
field: "batchNo",
- title: "鎵规鍙�",
+ title: "鏌滃彿",
type: "string",
width: 90,
align: "left",
},
- {
- field: "serialNumber",
- title: "搴忓垪鍙�",
- type: "int",
- width: 120,
- align: "left",
- },
- {
- field: "stockQuantity",
- title: "搴撳瓨鏁伴噺",
- type: "string",
- width: 200,
- align: "left",
- },
- {
- field: "outboundQuantity",
- title: "鍑哄簱鏁伴噺",
- type: "string",
- width: 180,
- align: "left",
- },
+ // {
+ // field: "serialNumber",
+ // title: "搴忓垪鍙�",
+ // type: "int",
+ // width: 120,
+ // align: "left",
+ // },
+ // {
+ // field: "stockQuantity",
+ // title: "搴撳瓨鏁伴噺",
+ // type: "string",
+ // width: 200,
+ // align: "left",
+ // },
+ // {
+ // field: "outboundQuantity",
+ // title: "鍑哄簱鏁伴噺",
+ // type: "string",
+ // width: 180,
+ // align: "left",
+ // },
// {
// field: "status",
// title: "搴撳瓨鏄庣粏鐘舵��",
--
Gitblit v1.9.3