From 41570480eac58895b5b0fabe6ad9237444746de7 Mon Sep 17 00:00:00 2001
From: hdy <1105738590@qq.com>
Date: 星期三, 24 一月 2024 15:27:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 jcdm-ui/src/views/main/da/passingStationCollection/index.vue |    4 +-
 jcdm-ui/src/views/main/da/tileMatchRules/index.vue           |    8 ++--
 jcdm-ui/src/views/main/rm/repairData/index.vue               |    4 +-
 jcdm-ui/src/views/main/cfkb/Instructions/index.vue           |   91 ++++++++++++++++++++++++++++-----------------
 jcdm-ui/src/views/main/bs/material/index.vue                 |    2 
 jcdm-ui/src/views/main/bs/orderScheduling/index.vue          |    4 +-
 jcdm-ui/src/views/main/da/collectionParamConf/index.vue      |    4 +-
 7 files changed, 69 insertions(+), 48 deletions(-)

diff --git a/jcdm-ui/src/views/main/bs/material/index.vue b/jcdm-ui/src/views/main/bs/material/index.vue
index 640c5c6..695c4fe 100644
--- a/jcdm-ui/src/views/main/bs/material/index.vue
+++ b/jcdm-ui/src/views/main/bs/material/index.vue
@@ -186,7 +186,7 @@
         </el-form-item>
         <el-form-item label="鐗╂枡绫诲瀷" prop="typeL">
           <!--          <el-input v-model="form.typeL" placeholder="璇疯緭鍏ョ被鍨�" />-->
-          <el-select v-model="form.typeL" style="width: 204px;" placeholder="璇烽�夋嫨鍗曚綅" clearable>
+          <el-select v-model="form.typeL"  placeholder="璇烽�夋嫨鍗曚綅" >
             <el-option
               v-for="dict in dict.type.material_type"
               :key="dict.value"
diff --git a/jcdm-ui/src/views/main/bs/orderScheduling/index.vue b/jcdm-ui/src/views/main/bs/orderScheduling/index.vue
index 706695b..d14ee27 100644
--- a/jcdm-ui/src/views/main/bs/orderScheduling/index.vue
+++ b/jcdm-ui/src/views/main/bs/orderScheduling/index.vue
@@ -276,12 +276,12 @@
     />
 
     <!-- 娣诲姞鎴栦慨鏀硅鍗曟帓浜у璇濇 -->
-    <el-dialog v-dialogpop-up :title="title" :visible.sync="open" width="500px" append-to-body>
+    <el-dialog v-dialogpop-up :title="title" :visible.sync="open" width="700px" append-to-body>
       <span slot="title">
         <i class="el-icon-s-order"></i>
         {{titleName}}
       </span>
-      <el-form ref="form" :model="form" :rules="rules" label-width="80px">
+      <el-form ref="form" inline :model="form" :rules="rules" label-width="80px">
         <el-form-item label="璁㈠崟缂栧彿" prop="orderNo">
           <el-input v-model="form.orderNo" placeholder="璇疯緭鍏ヨ鍗曠紪鍙�" />
         </el-form-item>
diff --git a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
index 7c57df7..48a3e91 100644
--- a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
+++ b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue
@@ -2,26 +2,29 @@
   <div class="app-container">
     <el-row :gutter="3">
       <el-col :span="6">
-        <el-card shadow="always">
-          <img style="width: 200px;height: 50px; margin-left: 40px; margin-top: 0px" src="@/assets/logo/jcdm2.png" alt="dark">
-          <span style="margin-left: 66px; font-weight: bold">{{currentTime}}</span>
+        <el-card shadow="always" class="boxSize">
+          <div class="centerImg">
+            <img style="width: 140px;height: 30px;" src="@/assets/logo/jcdm2.png" alt="dark">
+<!--            <span class="nextLine" style="font-weight: bold">{{currentTime}}</span>-->
+          </div>
+
         </el-card>
       </el-col>
       <el-col :span="3">
-        <el-card shadow="always">
-          <span class="centerText" style="margin-top: 26px">{{locationCode}}</span>
+        <el-card shadow="always" class="boxSize">
+          <span class="centerText" style="height: 60px">{{locationCode}}</span>
         </el-card>
       </el-col>
       <el-col :span="15">
-        <el-card shadow="always">
-          <span class="centerText">{{locationName}}</span>
+        <el-card shadow="always" class="boxSize">
+          <span class="centerText" >{{locationName}}</span>
         </el-card>
       </el-col>
     </el-row>
     <el-row :gutter="3" style="margin-top: 5px">
       <el-col :span="6">
-        <div style="height: 600px;overflow: auto;">
-          <div  class="container" style="height: 50px;background-color: #00afff;margin-bottom: 10px">
+        <div style="height: 550px;overflow: auto;">
+          <div  class="container" style="height: 50px;background-color: #00afff;margin-bottom: 5px">
             <span class="centered">浣滀笟娴佺▼</span>
           </div>
           <div v-for="(item,index) in tableData" :key="item.index" class="outerDiv" :id="'outerDiv'+index">
@@ -35,34 +38,40 @@
         </div>
       </el-col>
       <el-col :span="18">
-        <el-col :span="20">
-          <el-card style="height: 600px" shadow="always">
-            <el-row style="height: 100px">
-              <span style="color: #31b431;font-size: 30px;font-weight: bold">{{address}}</span>
+        <el-col :span="18">
+          <el-card style="height: 550px" shadow="always">
+            <el-row style="height: 60px">
+              <span style="color: #31b431;font-size: 20px;font-weight: bold">{{address}}</span>
             </el-row>
-            <el-row style="height: 400px">
-              <el-image style="height: 390px;width: 960px" :src="src"></el-image>
+            <el-row style="height: 420px">
+              <div class="centerImg">
+                <el-image style="height: 400px;width: 400px;" :src="src"></el-image>
+              </div>
+
 <!--              {{src}}-->
             </el-row>
-            <el-row style="height: 100px">
-              <el-button type="primary" @click="backClick()" style="height: 50px; width: 130px; font-size: 20px; float: left" icon="el-icon-d-arrow-left">涓婁竴姝�</el-button>
-              <el-button type="primary" @click="nextStep()" style="height: 50px; width: 130px; font-size: 20px; float: right">涓嬩竴姝�<i class="el-icon-d-arrow-right"></i></el-button>
+            <el-row style="height: 100%;width: 100%">
+              <el-button type="primary" @click="backClick()" style="height: 50%; width: 20%; font-size: 20%; float: left" icon="el-icon-d-arrow-left">涓婁竴姝�</el-button>
+              <el-button type="primary" @click="nextStep()" style="height: 50%; width: 20%; font-size: 20%; float: right">涓嬩竴姝�<i class="el-icon-d-arrow-right"></i></el-button>
             </el-row>
           </el-card>
         </el-col>
-        <el-col :span="4">
-          <el-card style="height: 600px" shadow="always">
-            <el-row style="height: 100px;margin-top: 100px">
-              <el-button type="primary" @click="processDocuments()" style="height: 50px; width: 130px; font-size: 20px; float: left" icon="el-icon-folder-opened">宸ヨ壓鏂囦欢</el-button>
+        <el-col :span="6">
+          <el-card style="height: 550px;width: 100%" shadow="always">
+            <el-row >
+              <div class="centerImg" style="height: 30%; margin-top: 60%">
+                <el-button type="primary" @click="processDocuments()" style="height: 40%; width: 90%; font-size: 70%; float: left" icon="el-icon-folder-opened">宸ヨ壓鏂囦欢</el-button>
+              </div>
+
             </el-row>
-            <el-row style="height: 80px;margin-top: 5px">
-              <el-button type="info" @click="changeProducts('2V91')" :class="{ 'active': isClickd === '2V91' }" style="height: 50px; width: 130px; font-size: 20px; float: left" icon="el-icon-s-unfold">2V91</el-button>
+            <el-row style="height: 30%;margin-top: 40%" class="centerImg">
+              <el-button type="info" @click="changeProducts('2V91')" :class="{ 'active': isClickd === '2V91' }" style="height: 40%; width: 80%; font-size: 70%; float: left" icon="el-icon-s-unfold">2V91</el-button>
             </el-row>
-            <el-row style="height: 80px;">
-              <el-button type="info" @click="changeProducts('191')" :class="{ 'active': isClickd === '191' }" style="height: 50px; width: 130px; font-size: 20px; float: left" icon="el-icon-s-unfold">191</el-button>
+            <el-row style="height: 30%;margin-top: 5%" class="centerImg">
+              <el-button type="info" @click="changeProducts('191')" :class="{ 'active': isClickd === '191' }" style="height: 40%; width: 80%; font-size: 70%; float: left" icon="el-icon-s-unfold">191</el-button>
             </el-row>
-            <el-row style="height: 80px;">
-              <el-button type="info" @click="changeProducts('0JWF')" :class="{ 'active': isClickd === '0JWF' }" style="height: 50px; width: 130px; font-size: 20px; float: left" icon="el-icon-s-unfold">0JWF</el-button>
+            <el-row style="height: 30%;margin-top: 5%" class="centerImg">
+              <el-button type="info" @click="changeProducts('0JWF')" :class="{ 'active': isClickd === '0JWF' }" style="height: 40%; width: 80%; font-size: 70%; float: left" icon="el-icon-s-unfold">0JWF</el-button>
             </el-row>
           </el-card>
         </el-col>
@@ -310,8 +319,8 @@
   width: fit-content;
   min-width: 102%;
   /*width: 300px;*/
-  height: 50px;
-  margin-bottom: 10px;
+  height: 30px;
+  margin-bottom: 5px;
 }
 
 .innerDiv1 {
@@ -339,6 +348,7 @@
   white-space: nowrap;
   padding-left: 5px;
   padding-right: 5px;
+  font-size: 20px;
 }
 .container {
   display: flex;
@@ -356,13 +366,10 @@
 .centerText{
   color: black;
   font-weight: bold;
-  font-size: 40px;
+  font-size: 20px;
   display: flex;
   justify-content: center;
-  margin-top: 20px
-}
-::v-deep .el-card__body{
-  height: 100px;
+  margin-top: 5px
 }
 .active {
   background-color: #31b431; /* 鐐瑰嚮鍚庣殑鑳屾櫙鑹� */
@@ -374,5 +381,19 @@
 ::v-deep .el-dialog__footer{
   margin-top: 10px;
 }
+::v-deep .el-card .is-always-shadow{
+  height: 60px;
+}
+.boxSize{
+  height: 60px;
+}
+.nextLine{
+  display: block;
+}
+.centerImg{
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
 
 </style>
diff --git a/jcdm-ui/src/views/main/da/collectionParamConf/index.vue b/jcdm-ui/src/views/main/da/collectionParamConf/index.vue
index 5c342fc..79e1b0e 100644
--- a/jcdm-ui/src/views/main/da/collectionParamConf/index.vue
+++ b/jcdm-ui/src/views/main/da/collectionParamConf/index.vue
@@ -202,12 +202,12 @@
     />
 
     <!-- 娣诲姞鎴栦慨鏀归噰闆嗗弬鏁伴厤缃璇濇 -->
-    <el-dialog v-dialogpop-up :title="title" :visible.sync="open" width="500px" append-to-body>
+    <el-dialog v-dialogpop-up :title="title" :visible.sync="open" width="700px" append-to-body>
       <span slot="title">
         <i class="el-icon-s-order"></i>
         {{titleName}}
       </span>
-      <el-form ref="form" :model="form" :rules="rules" label-width="120px">
+      <el-form ref="form" inline :model="form" :rules="rules" label-width="120px">
         <el-form-item label="宸ュ簭缂栧彿" prop="processesCode">
           <el-input v-model="form.processesCode" placeholder="璇疯緭鍏ュ伐搴忕紪鍙�" />
         </el-form-item>
diff --git a/jcdm-ui/src/views/main/da/passingStationCollection/index.vue b/jcdm-ui/src/views/main/da/passingStationCollection/index.vue
index 0b6aa0f..9918df7 100644
--- a/jcdm-ui/src/views/main/da/passingStationCollection/index.vue
+++ b/jcdm-ui/src/views/main/da/passingStationCollection/index.vue
@@ -142,8 +142,8 @@
     />
 
     <!-- 娣诲姞鎴栦慨鏀逛骇鍝佽繃绔欓噰闆嗗璇濇 -->
-    <el-dialog v-dialogpop-up :title="title" :visible.sync="open" width="500px" append-to-body>
-      <el-form ref="form" :model="form" :rules="rules" label-width="120px">
+    <el-dialog v-dialogpop-up :title="title" :visible.sync="open" width="1000px" append-to-body>
+      <el-form ref="form" inline :model="form" :rules="rules" label-width="120px">
         <el-form-item label="宸ュ崟缂栧彿" prop="workOrderNo">
           <el-input v-model="form.workOrderNo" type="textarea" placeholder="璇疯緭鍏ュ唴瀹�" />
         </el-form-item>
diff --git a/jcdm-ui/src/views/main/da/tileMatchRules/index.vue b/jcdm-ui/src/views/main/da/tileMatchRules/index.vue
index 03168e7..e8ec77e 100644
--- a/jcdm-ui/src/views/main/da/tileMatchRules/index.vue
+++ b/jcdm-ui/src/views/main/da/tileMatchRules/index.vue
@@ -249,12 +249,12 @@
     />
 
     <!-- 娣诲姞鎴栦慨鏀归厤鐡﹁鍒欏璇濇 -->
-    <el-dialog v-dialogpop-up :title="title" :visible.sync="open" width="500px" append-to-body>
+    <el-dialog v-dialogpop-up :title="title" :visible.sync="open" width="1000px" append-to-body>
       <span slot="title">
         <i class="el-icon-s-order"></i>
         {{titleName}}
       </span>
-      <el-form ref="form" :model="form" :rules="rules" label-width="80px">
+      <el-form ref="form"  inline :model="form" :rules="rules" label-width="80px">
         <el-form-item label="浜у搧绯诲垪" prop="productSeries">
           <el-input v-model="form.productSeries" placeholder="璇疯緭鍏ヤ骇鍝佺郴鍒�" />
         </el-form-item>
@@ -295,12 +295,12 @@
           <el-input v-model="form.updateUser" placeholder="璇疯緭鍏ユ洿鏀圭敤鎴�" />
         </el-form-item>
         <el-form-item label="鐘舵��" prop="state">
-          <el-select v-model="form.state" placeholder="璇烽�夋嫨鐘舵��">
+          <el-select v-model="form.state"  placeholder="璇烽�夋嫨鐘舵��" >
             <el-option
               v-for="dict in dict.type.sys_normal_disable"
               :key="dict.value"
               :label="dict.label"
-              :value="parseInt(dict.value)"
+              :value="dict.value"
             ></el-option>
           </el-select>
         </el-form-item>
diff --git a/jcdm-ui/src/views/main/rm/repairData/index.vue b/jcdm-ui/src/views/main/rm/repairData/index.vue
index 082f05f..8723ddc 100644
--- a/jcdm-ui/src/views/main/rm/repairData/index.vue
+++ b/jcdm-ui/src/views/main/rm/repairData/index.vue
@@ -167,8 +167,8 @@
 
 
     <!-- 娣诲姞鎴栦慨鏀硅繑淇暟鎹璇濇 -->
-    <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>
-      <el-form ref="form" :model="form" :rules="rules" label-width="80px">
+    <el-dialog :title="title" :visible.sync="open" width="700px" append-to-body>
+      <el-form ref="form" inline :model="form" :rules="rules" label-width="80px">
         <el-form-item label="鎬绘垚缂栫爜" prop="snCode">
           <el-input v-model="form.snCode" placeholder="璇疯緭鍏ユ�绘垚缂栫爜" />
         </el-form-item>

--
Gitblit v1.9.3