From a751e547d67c4f8e2c6fddf958c1559f792515bd Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期五, 27 六月 2025 16:11:50 +0800
Subject: [PATCH] 添加工作流

---
 src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModelEdit.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModelEdit.vue b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModelEdit.vue
index 9b0c3eb..5e50be4 100644
--- a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModelEdit.vue
+++ b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModelEdit.vue
@@ -45,17 +45,17 @@
         <a-row :gutter="24">
 
           <a-col :span="12">
-            <a-form-item label="鏃ユ湡" :labelCol="labelCol" :wrapperCol="wrapperCol">
-              <j-date   date-format="YYYY-MM-DD" placeholder="璇烽�夋嫨鏃ユ湡"
-                      v-decorator="['efficientDate', validatorRules.efficientDate]"></j-date>
-            </a-form-item>
-
-          </a-col>
-          <a-col :span="12">
             <a-form-item label='鍔犲伐鏁伴噺' :labelCol="labelCol" :wrapperCol="wrapperCol">
               <a-input-number :min="0"   placeholder="璇疯緭鍏ュ姞宸ユ暟閲�"  v-decorator="['processQuantity', validatorRules.processQuantity]"></a-input-number>
             </a-form-item>
           </a-col>
+
+          <a-col :span="12">
+            <a-form-item label="鏃ユ湡" :labelCol="labelCol" :wrapperCol="wrapperCol">
+              <j-date   date-format="YYYY-MM-DD" placeholder="璇烽�夋嫨鏃ユ湡"
+                        v-decorator="['efficientDate', validatorRules.efficientDate]"></j-date>
+            </a-form-item>
+          </a-col>
         </a-row>
         <a-row :gutter="24">
           <a-col :span="24">

--
Gitblit v1.9.3