From 643dc13a9b4b7c49bd98a4f6ba506daffb304158 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 05 一月 2023 16:48:54 +0800
Subject: [PATCH] 1.节拍工价  取消行功能优化

---
 src/views/scgl/gd.vue   |   16 ++++++++--------
 src/views/zzmx/jpgj.vue |   10 ++++++----
 src/styles/global.css   |    1 +
 public/favicon.ico      |    0 
 4 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/public/favicon.ico b/public/favicon.ico
index 34b63ac..1d643d0 100644
--- a/public/favicon.ico
+++ b/public/favicon.ico
Binary files differ
diff --git a/src/styles/global.css b/src/styles/global.css
index af5ecb4..d0026d2 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -83,6 +83,7 @@
   width: 100%;
   margin: 10px auto;
   /*margin-top: 20px;*/
+  box-shadow: 0 0 5px #d7d6d6;
 }
 
 .operationClass {
diff --git a/src/views/scgl/gd.vue b/src/views/scgl/gd.vue
index e235e64..8bc0a55 100644
--- a/src/views/scgl/gd.vue
+++ b/src/views/scgl/gd.vue
@@ -1220,15 +1220,15 @@
           />
         </el-table>
 
-        <div v-if="formApprove.m_po" style="display: flex;margin-top: 20px;align-content: center;height: 130px;line-height: 130px;">
-          <div style="font-size: 18px;font-weight: bolder">婧愬崟鍗曞彿锛�</div>
-          <div id="qrCodeSource" ref="qrCodeSource" style="width: 130px;height: 130px;overflow: hidden" />
-        </div>
+        <!--        <div v-if="formApprove.m_po" style="display: flex;margin-top: 20px;align-content: center;height: 130px;line-height: 130px;">-->
+        <!--          <div style="font-size: 18px;font-weight: bolder">婧愬崟鍗曞彿锛�</div>-->
+        <!--          <div id="qrCodeSource" ref="qrCodeSource" style="width: 130px;height: 130px;overflow: hidden" />-->
+        <!--        </div>-->
 
-        <div v-if="formApprove.m_po" style="margin-top: 5px;">
-          <img src="../../assets/images/UP.png" alt="" style="margin-left: 107px;">
-          <div style="font-size: 18px;font-weight: bolder;">鏍规嵁鍗曞彿鎵爜鍏ュ簱锛岀敤PDA鎵弿姝や簩缁寸爜</div>
-        </div>
+        <!--        <div v-if="formApprove.m_po" style="margin-top: 5px;">-->
+        <!--          <img src="../../assets/images/UP.png" alt="" style="margin-left: 107px;">-->
+        <!--          <div style="font-size: 18px;font-weight: bolder;">鏍规嵁鍗曞彿鎵爜鍏ュ簱锛岀敤PDA鎵弿姝や簩缁寸爜</div>-->
+        <!--        </div>-->
 
       </div>
       <span slot="footer" class="dialog-footer">
diff --git a/src/views/zzmx/jpgj.vue b/src/views/zzmx/jpgj.vue
index 8c67361..de525e9 100644
--- a/src/views/zzmx/jpgj.vue
+++ b/src/views/zzmx/jpgj.vue
@@ -431,10 +431,10 @@
           >
             <template slot-scope="{row}">
               <div class="operationClass">
-                <el-button v-show="row.isVisible===1" type="text" @click="saveRow(row)">淇濆瓨</el-button>
-                <el-button v-show="row.isVisible===1" type="text" @click="cancelRow(row)">鍙栨秷</el-button>
-                <el-button v-show="row.isVisible===0" type="text" @click="editRow(row)">缂栬緫</el-button>
-                <el-button v-show="row.isVisible===0" type="text" @click="copyRow(row)">澶嶅埗</el-button>
+                <el-button v-if="row.isVisible===1" type="text" @click="saveRow(row)">淇濆瓨</el-button>
+                <el-button v-if="row.isVisible===1" type="text" @click="cancelRow(row)">鍙栨秷</el-button>
+                <el-button v-if="row.isVisible===0" type="text" @click="editRow(row)">缂栬緫</el-button>
+                <el-button v-if="row.isVisible===0" type="text" @click="copyRow(row)">澶嶅埗</el-button>
               </div>
             </template>
           </el-table-column>
@@ -714,6 +714,8 @@
     // 鍙栨秷琛�
     cancelRow(row) {
       this.getEqpTable()
+      this.radioChange(this.radioChangeTempValue)
+      this.dialogForm.stepcode = this.radioChangeTempValue
       this.isEqpTableEdit = true
     },
     // 缂栬緫琛�

--
Gitblit v1.9.3