From ca54833cebd878d27d411edab28c3a2850415074 Mon Sep 17 00:00:00 2001
From: Huangxiaoqiang-03 <1247017146@qq.com>
Date: 星期一, 21 十月 2024 17:34:02 +0800
Subject: [PATCH] 更新前端页面
---
代码管理/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
index 0f7617f..f758cf1 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
@@ -28,6 +28,7 @@
});
const editFormFields = ref({
orderType: "",
+ orderNo:"",
upperOrderNo: "",
orderStatus: "",
remark: "",
@@ -42,6 +43,11 @@
dataKey: "outOrderType",
data: [],
},
+ {
+ field: "orderNo",
+ title: "鍗曟嵁缂栧彿",
+ type: "string",
+ },
{
title: "涓婃父鍗曟嵁缂栧彿",
field: "upperOrderNo",
@@ -119,6 +125,7 @@
type: "string",
width: 120,
align: "left",
+ link: true,
},
{
field: "upperOrderNo",
@@ -133,6 +140,7 @@
type: "string",
width: 150,
align: "left",
+ bind: { key: "outOrderType", data: [] },
},
{
field: "orderStatus",
@@ -140,6 +148,7 @@
type: "decimal",
width: 90,
align: "left",
+ bind: { key: "outboundStatusEnum", data: [] },
},
{
field: "createType",
@@ -147,6 +156,7 @@
type: "string",
width: 90,
align: "left",
+ bind: { key: "createType", data: [] },
},
{
field: "creater",
@@ -260,6 +270,7 @@
type: "string",
width: 180,
align: "left",
+ bind: { key: "orderDetailStatusEnum", data: [] },
},
{
field: "creater",
--
Gitblit v1.9.3