From d01658c63cd541fe4ea5cec5c4bd7f23b9408cdb Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期六, 18 十月 2025 15:04:56 +0800
Subject: [PATCH] 前端,pda,后端接口更改,新增,优化
---
WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrderDetail.vue | 107 ++++++++++++++++++++---------------------------------
1 files changed, 40 insertions(+), 67 deletions(-)
diff --git a/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrderDetail.vue b/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrderDetail.vue
index e992c4c..871ce9b 100644
--- a/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrderDetail.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrderDetail.vue
@@ -38,50 +38,7 @@
});
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 searchFormFields = ref({
@@ -91,10 +48,18 @@
});
const searchFormOptions = ref([
[
- { title: "璁惧缂栧彿", field: "deviceCode" },
- { title: "璁惧绫诲瀷", field: "deviceType" },
- { title: "璁惧鐘舵��", field: "deviceStatus" },
- ],
+ { title: "鐗╂枡缂栧彿", field: "materielCode", type: "like" },
+ { title: "鐗╂枡鍚嶇О", field: "materielName", type: "like" },
+ { title: "鍑哄簱鍗曚富閿�", field: "orderId", type: "int" },
+ { title: "鎵规鍙�", field: "batchNo", type: "like" },
+ ],
+ [
+ {
+ field: "orderDetailStatus",title: "璁㈠崟鏄庣粏鐘舵��",type: "select",dataKey:"orderDetailStatusEnum", data: []
+ },
+ { title: "鍒涘缓鑰�", field: "creater", type: "like" },
+ { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
+ ],
]);
const columns = ref([
{
@@ -112,7 +77,6 @@
type: "string",
width: 90,
align: "left",
- hidden: true,
},
{
field: "materielCode",
@@ -122,17 +86,19 @@
align: "left",
},
{
- field: "materielName",
- title: "鐗╂枡鍚嶇О",
+ field: "remark",
+ title: "澶囨敞",
type: "string",
- width: 150,
+ width: 600,
align: "left",
+ color:"red"
},
+
{
field: "batchNo",
title: "鎵规鍙�",
type: "decimal",
- width: 90,
+ width: 150,
align: "left",
},
{
@@ -142,26 +108,26 @@
width: 90,
align: "left",
},
- {
- field: "lockQuantity",
- title: "閿佸畾鏁伴噺",
- type: "int",
- width: 120,
- align: "left",
- },
+
{
field: "overOutQuantity",
title: "宸插嚭鏁伴噺",
type: "string",
- width: 200,
+ width: 80,
align: "left",
},
{
field: "orderDetailStatus",
title: "璁㈠崟鏄庣粏鐘舵��",
type: "string",
- width: 180,
- align: "left",
+ width: 90,
+ bind: { key: "orderDetailStatusEnum", data: [] },
+ },
+ {
+ field: "locationName",
+ title: "鎸囧畾鍑哄簱璐т綅",
+ type: "string",
+ width: 200,
},
{
field: "creater",
@@ -192,12 +158,20 @@
align: "left",
},
{
- field: "remark",
- title: "澶囨敞",
+ field: "materielName",
+ title: "鐗╂枡鍚嶇О",
type: "string",
- width: 100,
+ width: 150,
align: "left",
},
+ {
+ field: "lockQuantity",
+ title: "閿佸畾鏁伴噺",
+ type: "int",
+ width: 120,
+ align: "left",
+ },
+
]);
const detail = ref({
cnName: "#detailCnName",
@@ -218,4 +192,3 @@
},
});
</script>
-
\ No newline at end of file
--
Gitblit v1.9.3