From 13b0203002f21fdd6aa800636ab3bcc2bf5ba801 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期五, 05 十二月 2025 09:45:13 +0800
Subject: [PATCH] 1
---
项目代码/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue | 72 ++++++++++++++++++++++++++----------
1 files changed, 52 insertions(+), 20 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
index 270d8d1..3e16cc5 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outboundOrder.vue"
@@ -54,14 +54,6 @@
const editFormOptions = ref([
[
{
- title: "鍗曟嵁绫诲瀷",
- required: true,
- field: "orderType",
- type: "select",
- dataKey: "outOrderType",
- data: [],
- },
- {
field: "orderNo",
title: "鍗曟嵁缂栧彿",
type: "string",
@@ -81,17 +73,40 @@
readonly: true,
},
{
- title: "浠撳簱",
- field: "warehouseId",
- type: "select",
- dataKey: "warehouses",
- data: [],
- required: true,
+ title: "鍘傚尯",
+ field: "factoryArea",
+ type: "string",
},
+ ],
+ [
{
title: "澶囨敞",
field: "remark",
type: "textarea",
+ },
+ {
+ title: "涓氬姟绫诲瀷",
+ field: "businessType",
+ type: "select",
+ dataKey: "businessType",
+ data: [],
+ require: true,
+ },
+ {
+ title: "鏄惁鍒嗘壒",
+ field: "isBatch",
+ type: "select",
+ dataKey: "enable",
+ data: [],
+ require: true,
+ },
+ {
+ title: "鎿嶄綔鑰�",
+ field: "operator",
+ type: "string",
+ hidden:true,
+ readonly: true,
+
},
],
]);
@@ -114,6 +129,7 @@
type: "select",
dataKey: "outOrderType",
data: [],
+ hidden:true
},
{
title: "鍗曟嵁鐘舵��",
@@ -152,7 +168,6 @@
type: "string",
width: 160,
align: "left",
- // link: true,
},
{
field: "upperOrderNo",
@@ -168,6 +183,7 @@
width: 150,
align: "left",
bind: { key: "outOrderType", data: [] },
+ hidden:true
},
{
field: "businessType",
@@ -216,6 +232,13 @@
align: "left",
},
{
+ field: "operator",
+ title: "鎿嶄綔浜�",
+ type: "string",
+ width: 120,
+ align: "left",
+ },
+ {
field: "creater",
title: "鍒涘缓浜�",
type: "string",
@@ -253,7 +276,7 @@
]);
const detail = ref({
cnName: "鍑哄簱鏄庣粏鍗�",
- table: "OnboundOrderDetail",
+ table: "Details",
columns: [
{
field: "id",
@@ -297,7 +320,6 @@
width: 90,
align: "left",
edit: { type: "string" },
- required: true,
},
{
field: "supplyCode",
@@ -306,7 +328,6 @@
width: 90,
align: "left",
edit: { type: "string" },
- required: true,
},
{
field: "orderQuantity",
@@ -318,13 +339,22 @@
required: true,
},
{
- field: "rowNo",
+ field: "lineNo",
title: "琛屽彿",
type: "string",
width: 90,
align: "left",
edit: { type: "number" },
- required: true,
+ readonly:true
+ },
+ {
+ field: "rowNo",
+ title: "琛屽彿2",
+ type: "int",
+ width: 90,
+ align: "left",
+ edit: { type: "number" },
+ readonly:true
},
{
field: "lockQuantity",
@@ -346,7 +376,9 @@
type: "string",
width: 180,
align: "left",
+ edit: { type: "select" },
bind: { key: "orderDetailStatusEnum", data: [] },
+ readonly:true
},
{
field: "creater",
--
Gitblit v1.9.3