From 820c1c23027dfe95a02d93d6a1611f8ef7f6d6c9 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期一, 09 九月 2024 16:45:20 +0800
Subject: [PATCH] Merge branch 'master' of http://47.96.225.205:8888/r/operation_pc-v2

---
 pages/order/list/_id.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/pages/order/list/_id.vue b/pages/order/list/_id.vue
index 87dd692..5a1cb0c 100644
--- a/pages/order/list/_id.vue
+++ b/pages/order/list/_id.vue
@@ -354,6 +354,13 @@
             { label: '合伙人:', id: 'partnerName', type: 'input' },
             { label: '库区:', id: 'warehouseName', type: 'input' },
             { label: '库位:', id: 'warehouseLocationCode', type: 'input' },
+            {
+              label: '备注:',
+              id: 'remarks',
+              type: 'input',
+              el: { type: 'textarea' },
+              span: 24,
+            },
           ],
         },
       ],

--
Gitblit v1.9.3