From d37a5b150239025e9be96d3d8861b41930c8e056 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 20 三月 2026 16:48:52 +0800
Subject: [PATCH] 进销存升级 1.部分样式统一优化

---
 src/views/procurementManagement/paymentHistory/index.vue               |    1 
 src/views/collaborativeApproval/rulesRegulationsManagement/index.vue   |    2 
 src/views/productionManagement/workOrder/index.vue                     |    2 
 src/views/inventoryManagement/stockWarning/index.vue                   |    4 
 src/views/procurementManagement/paymentEntry/index.vue                 |    3 -
 src/views/salesManagement/salesLedger/index.vue                        |   12 +--
 src/views/productManagement/productIdentifier/index.vue                |    2 
 src/views/collaborativeApproval/sealManagement/index.vue               |    4 
 src/views/salesManagement/invoiceLedger/index.vue                      |    6 +-
 src/views/basicData/customerFile/index.vue                             |   41 +++++--------
 src/views/procurementManagement/purchaseReturnOrder/index.vue          |    2 
 src/views/qualityManagement/metricMaintenance/index.vue                |    4 
 src/views/collaborativeApproval/planTemplate/index.vue                 |    2 
 src/views/inventoryManagement/stockManagement/Unqualified.vue          |    8 +-
 src/views/salesManagement/salesLedger/fileList.vue                     |    4 
 src/views/collaborativeApproval/knowledgeBase/index.vue                |    2 
 src/views/salesManagement/deliveryLedger/index.vue                     |   10 +--
 src/views/salesManagement/receiptPayment/index.vue                     |    3 -
 src/views/salesManagement/strategyControl/index.vue                    |    4 
 src/views/inventoryManagement/issueManagement/index.vue                |    2 
 src/components/PIMTable/PIMTable.vue                                   |    3 
 src/views/inventoryManagement/stockManagement/Qualified.vue            |    8 +-
 src/views/salesManagement/salesQuotation/index.vue                     |    2 
 src/views/financialManagement/salesRefund/index.vue                    |    2 
 src/views/collaborativeApproval/customerVisit/index.vue                |    2 
 src/views/procurementManagement/procurementLedger/index.vue            |    3 -
 src/views/collaborativeApproval/processTracking/index.vue              |    2 
 src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue |    2 
 src/views/salesManagement/orderManagement/index.vue                    |    2 
 src/views/collaborativeApproval/approvalProcess/fileList.vue           |    6 +-
 src/views/salesManagement/receiptPaymentHistory/index.vue              |    1 
 src/views/collaborativeApproval/noticeManagement/index.vue             |    4 -
 src/views/energyManagement/dynamicEnergySaving/index.vue               |    6 -
 33 files changed, 65 insertions(+), 96 deletions(-)

diff --git a/src/components/PIMTable/PIMTable.vue b/src/components/PIMTable/PIMTable.vue
index 1a2ef5d..eb0cf87 100644
--- a/src/components/PIMTable/PIMTable.vue
+++ b/src/components/PIMTable/PIMTable.vue
@@ -189,7 +189,6 @@
                 :disabled="isOperationDisabled(o, scope.row)"
                 :style="{
                   color: getOperationColor(o, scope.row),
-                  fontWeight: 'bold',
                 }"
                 >{{ o.name }}</el-button
               >
@@ -430,6 +429,8 @@
   const baseColor =
     operation?.name === "鍒犻櫎" || operation?.name === "delete"
       ? "#D93025"
+      : operation?.name === "璇︽儏"
+      ? "#67C23A"
       : operation?.color || "var(--el-color-primary)";
 
   if (isOperationDisabled(operation, row)) {
diff --git a/src/views/basicData/customerFile/index.vue b/src/views/basicData/customerFile/index.vue
index ad1c5bb..79b1616 100644
--- a/src/views/basicData/customerFile/index.vue
+++ b/src/views/basicData/customerFile/index.vue
@@ -276,9 +276,8 @@
       </el-form>
       <template #footer>
         <div class="dialog-footer">
+          <el-button type="primary" @click="submitReminderForm">纭</el-button>
           <el-button @click="closeReminderDialog">鍙栨秷</el-button>
-          <el-button type="primary"
-                     @click="submitReminderForm">鎻愪氦</el-button>
         </div>
       </template>
     </el-dialog>
@@ -360,9 +359,8 @@
       </el-form>
       <template #footer>
         <div class="dialog-footer">
+          <el-button type="primary" @click="submitNegotiationForm">纭</el-button>
           <el-button @click="closeNegotiationDialog">鍙栨秷</el-button>
-          <el-button type="primary"
-                     @click="submitNegotiationForm">鎻愪氦</el-button>
         </div>
       </template>
     </el-dialog>
@@ -494,7 +492,6 @@
             <template #default="{ row }">
               <el-button type="info"
                          link
-                         size="small"
                          @click="openAttachmentDialog(row)">
                 <el-icon>
                   <Paperclip />
@@ -510,13 +507,11 @@
             <template #default="{ row, $index }">
               <el-button type="primary"
                          link
-                         size="small"
                          @click="editNegotiationRecord(row, $index)">
                 淇敼
               </el-button>
               <el-button type="danger"
                          link
-                         size="small"
                          @click="deleteNegotiationRecord(row, $index)">
                 鍒犻櫎
               </el-button>
@@ -587,13 +582,11 @@
               <template #default="{ row, $index }">
                 <el-button type="primary"
                            link
-                           size="small"
                            @click="downloadAttachment(row)">
                   涓嬭浇
                 </el-button>
                 <el-button type="danger"
                            link
-                           size="small"
                            @click="deleteAttachment(row, $index)">
                   鍒犻櫎
                 </el-button>
@@ -784,7 +777,7 @@
       label: "鎿嶄綔",
       align: "center",
       fixed: "right",
-      width: 250,
+      width: 290,
       operation: [
         {
           name: "缂栬緫",
@@ -793,13 +786,13 @@
             openForm("edit", row);
           },
         },
-        {
-          name: "璇︽儏",
-          type: "text",
-          clickFun: row => {
-            openDetailDialog(row);
-          },
-        },
+				{
+					name: "娣诲姞娲借皥杩涘害",
+					type: "text",
+					clickFun: row => {
+						openNegotiationDialog(row);
+					},
+				},
         {
           name: "鍥炶鎻愰啋",
           type: "text",
@@ -807,13 +800,13 @@
             openReminderDialog(row);
           },
         },
-        {
-          name: "娣诲姞娲借皥杩涘害",
-          type: "text",
-          clickFun: row => {
-            openNegotiationDialog(row);
-          },
-        },
+				{
+					name: "璇︽儏",
+					type: "text",
+					clickFun: row => {
+						openDetailDialog(row);
+					},
+				},
       ],
     },
   ]);
diff --git a/src/views/collaborativeApproval/approvalProcess/fileList.vue b/src/views/collaborativeApproval/approvalProcess/fileList.vue
index 5cc65f1..498f474 100644
--- a/src/views/collaborativeApproval/approvalProcess/fileList.vue
+++ b/src/views/collaborativeApproval/approvalProcess/fileList.vue
@@ -4,9 +4,9 @@
       <el-table-column label="闄勪欢鍚嶇О" prop="name" min-width="400" show-overflow-tooltip />
       <el-table-column fixed="right" label="鎿嶄綔" width="150" align="center">
         <template #default="scope">
-          <el-button link type="primary" size="small" @click="downLoadFile(scope.row)">涓嬭浇</el-button>
-          <el-button link type="primary" size="small" @click="lookFile(scope.row)">棰勮</el-button>
-          <el-button link type="danger" size="small" @click="handleDelete(scope.row)">鍒犻櫎</el-button>
+          <el-button link type="primary" @click="downLoadFile(scope.row)">涓嬭浇</el-button>
+          <el-button link type="primary" @click="lookFile(scope.row)">棰勮</el-button>
+          <el-button link type="danger" @click="handleDelete(scope.row)">鍒犻櫎</el-button>
         </template>
       </el-table-column>
     </el-table>
diff --git a/src/views/collaborativeApproval/customerVisit/index.vue b/src/views/collaborativeApproval/customerVisit/index.vue
index 3122f3f..68396eb 100644
--- a/src/views/collaborativeApproval/customerVisit/index.vue
+++ b/src/views/collaborativeApproval/customerVisit/index.vue
@@ -45,7 +45,7 @@
         <el-table-column label="鎷滆浜�" prop="visitingPeople" width="120" show-overflow-tooltip />
         <el-table-column fixed="right" label="鎿嶄綔" width="100" align="center">
           <template #default="scope">
-            <el-button link type="primary" size="small" @click="viewDetail(scope.row)">鏌ョ湅</el-button>
+            <el-button link type="primary" size="small" @click="viewDetail(scope.row)" style="color: #67C23A">鏌ョ湅</el-button>
           </template>
         </el-table-column>
       </el-table>
diff --git a/src/views/collaborativeApproval/knowledgeBase/index.vue b/src/views/collaborativeApproval/knowledgeBase/index.vue
index bdaf0b4..bdce9bd 100644
--- a/src/views/collaborativeApproval/knowledgeBase/index.vue
+++ b/src/views/collaborativeApproval/knowledgeBase/index.vue
@@ -382,7 +382,7 @@
         }
       },
       {
-        name: "鏌ョ湅",
+        name: "璇︽儏",
         type: "text",
         clickFun: (row) => {
           viewKnowledge(row);
diff --git a/src/views/collaborativeApproval/noticeManagement/index.vue b/src/views/collaborativeApproval/noticeManagement/index.vue
index 0957882..ab39769 100644
--- a/src/views/collaborativeApproval/noticeManagement/index.vue
+++ b/src/views/collaborativeApproval/noticeManagement/index.vue
@@ -210,7 +210,6 @@
                   v-if="scope.row.editing"
                   link
                   type="primary"
-                  size="small"
                   @click="handleSaveNoticeType(scope.row)"
               >
                 淇濆瓨
@@ -219,7 +218,6 @@
                   v-if="scope.row.editing"
                   link
                   type="info"
-                  size="small"
                   @click="handleCancelEdit(scope.row)"
               >
                 鍙栨秷
@@ -228,7 +226,6 @@
                   v-if="!scope.row.editing"
                   link
                   type="primary"
-                  size="small"
                   @click="handleEditNoticeType(scope.row)"
               >
                 缂栬緫
@@ -237,7 +234,6 @@
                   v-if="!scope.row.editing"
                   link
                   type="danger"
-                  size="small"
                   @click="handleDeleteNoticeType(scope.row)"
               >
                 鍒犻櫎
diff --git a/src/views/collaborativeApproval/planTemplate/index.vue b/src/views/collaborativeApproval/planTemplate/index.vue
index 0af6d8b..fa2bfd9 100644
--- a/src/views/collaborativeApproval/planTemplate/index.vue
+++ b/src/views/collaborativeApproval/planTemplate/index.vue
@@ -123,7 +123,7 @@
               </div>
               <div class="plan-actions">
                 <el-button size="small" @click="handleEditPlan(plan)">缂栬緫</el-button>
-                <el-button size="small" @click="handleViewDetail(plan)">璇︽儏</el-button>
+                <el-button size="small" @click="handleViewDetail(plan)" style="color: #67C23A">璇︽儏</el-button>
                 <el-dropdown @command="(command) => handleMoreAction(plan, command)">
                   <el-button size="small">
                     鏇村<el-icon class="el-icon--right"><ArrowDown /></el-icon>
diff --git a/src/views/collaborativeApproval/processTracking/index.vue b/src/views/collaborativeApproval/processTracking/index.vue
index 67f5106..197a438 100644
--- a/src/views/collaborativeApproval/processTracking/index.vue
+++ b/src/views/collaborativeApproval/processTracking/index.vue
@@ -59,7 +59,7 @@
           <el-table-column label="鎿嶄綔" width="150">
             <template #default="{ row }">
               <el-button type="text" @click="updateStatus(row)">鏇存柊鐘舵��</el-button>
-              <el-button type="text" @click="viewDetails(row)">璇︽儏</el-button>
+              <el-button type="text" @click="viewDetails(row)" style="color: #67C23A">璇︽儏</el-button>
             </template>
           </el-table-column>
         </el-table>
diff --git a/src/views/collaborativeApproval/rulesRegulationsManagement/index.vue b/src/views/collaborativeApproval/rulesRegulationsManagement/index.vue
index ba8e46d..6f55955 100644
--- a/src/views/collaborativeApproval/rulesRegulationsManagement/index.vue
+++ b/src/views/collaborativeApproval/rulesRegulationsManagement/index.vue
@@ -341,10 +341,10 @@
       fixed: "right",
       align: "center",
       operation: [
-        { name: "鏌ョ湅", clickFun: (row) => viewRegulation(row) },
         { name: "缂栬緫", clickFun: (row) => handleEdit(row) },
         { name: "搴熷純", clickFun: (row) => repealEdit(row) },
         { name: "鐗堟湰鍘嗗彶", clickFun: (row) => viewVersionHistory(row) },
+        { name: "璇︽儏", clickFun: (row) => viewRegulation(row) },
         { name: "闄勪欢", clickFun: (row) => openFileDialog(row) },
       ],
     },
diff --git a/src/views/collaborativeApproval/sealManagement/index.vue b/src/views/collaborativeApproval/sealManagement/index.vue
index c0d13f2..a6232c2 100644
--- a/src/views/collaborativeApproval/sealManagement/index.vue
+++ b/src/views/collaborativeApproval/sealManagement/index.vue
@@ -236,7 +236,6 @@
     fixed: 'right',
     align: 'center',
     operation: [
-      { name: '鏌ョ湅', clickFun: (row) => viewSealDetail(row) },
       {
         name: '瀹℃壒',
         clickFun: (row) => approveSeal(row),
@@ -246,7 +245,8 @@
         name: '鎷掔粷',
         clickFun: (row) => rejectSeal(row),
         showHide: (row) => row.status === 'pending'
-      }
+      },
+			{ name: '璇︽儏', clickFun: (row) => viewSealDetail(row) }
     ]
   }
 ])
diff --git a/src/views/energyManagement/dynamicEnergySaving/index.vue b/src/views/energyManagement/dynamicEnergySaving/index.vue
index b641276..8976b22 100644
--- a/src/views/energyManagement/dynamicEnergySaving/index.vue
+++ b/src/views/energyManagement/dynamicEnergySaving/index.vue
@@ -157,14 +157,12 @@
         <el-table-column prop="lastUpdate" label="鏈�鍚庢洿鏂�" />
         <el-table-column label="鎿嶄綔">
           <template #default="scope">
-            <el-button 
-              size="small" 
+            <el-button
               @click="updateModel(scope.row)"
             >
               鏇存柊妯″瀷
             </el-button>
-            <el-button 
-              size="small" 
+            <el-button
               type="danger" 
               @click="deleteModel(scope.row)"
             >
diff --git a/src/views/financialManagement/salesRefund/index.vue b/src/views/financialManagement/salesRefund/index.vue
index b4a792f..77c82e8 100644
--- a/src/views/financialManagement/salesRefund/index.vue
+++ b/src/views/financialManagement/salesRefund/index.vue
@@ -26,7 +26,7 @@
         <el-table-column label="鍒涘缓鏃堕棿" prop="createTime" align="center" />
         <el-table-column label="鎿嶄綔" align="center" width="150">
           <template #default="scope">
-            <el-button link type="primary" @click="openDetail(scope.row)">璇︽儏</el-button>
+            <el-button link type="primary" @click="openDetail(scope.row)" style="color: #67C23A">璇︽儏</el-button>
             <el-button link type="primary" @click="openConfirm(scope.row)">纭</el-button>
           </template>
         </el-table-column>
diff --git a/src/views/inventoryManagement/issueManagement/index.vue b/src/views/inventoryManagement/issueManagement/index.vue
index f5d2ea9..2bba7d0 100644
--- a/src/views/inventoryManagement/issueManagement/index.vue
+++ b/src/views/inventoryManagement/issueManagement/index.vue
@@ -44,7 +44,7 @@
         <el-table-column label="鍏ュ簱浜�" prop="createBy" width="80" show-overflow-tooltip />
         <el-table-column fixed="right" label="鎿嶄綔" min-width="60" align="center">
           <template #default="scope">
-            <el-button link type="primary" size="small" @click="openForm(scope.row);">棰嗙敤</el-button>
+            <el-button link type="primary" @click="openForm(scope.row);">棰嗙敤</el-button>
           </template>
         </el-table-column>
       </el-table>
diff --git a/src/views/inventoryManagement/stockManagement/Qualified.vue b/src/views/inventoryManagement/stockManagement/Qualified.vue
index 8b15db1..a958f42 100644
--- a/src/views/inventoryManagement/stockManagement/Qualified.vue
+++ b/src/views/inventoryManagement/stockManagement/Qualified.vue
@@ -31,11 +31,11 @@
         <el-table-column label="搴撳瓨棰勮鏁伴噺" prop="warnNum"  show-overflow-tooltip />
         <el-table-column label="澶囨敞" prop="remark"  show-overflow-tooltip />
         <el-table-column label="鏈�杩戞洿鏂版椂闂�" prop="updateTime" show-overflow-tooltip />
-        <el-table-column fixed="right" label="鎿嶄綔" min-width="60" align="center">
+        <el-table-column fixed="right" label="鎿嶄綔" min-width="90" align="center">
           <template #default="scope">
-            <el-button link type="primary" size="small" @click="showSubtractModal(scope.row)" :disabled="scope.row.unLockedQuantity === 0">棰嗙敤</el-button>
-            <el-button link type="primary" size="small" v-if="scope.row.unLockedQuantity > 0" @click="showFrozenModal(scope.row)">鍐荤粨</el-button>
-            <el-button link type="primary" size="small" v-if="scope.row.lockedQuantity > 0" @click="showThawModal(scope.row)">瑙e喕</el-button>
+            <el-button link type="primary" @click="showSubtractModal(scope.row)" :disabled="scope.row.unLockedQuantity === 0">棰嗙敤</el-button>
+            <el-button link type="primary" v-if="scope.row.unLockedQuantity > 0" @click="showFrozenModal(scope.row)">鍐荤粨</el-button>
+            <el-button link type="primary" v-if="scope.row.lockedQuantity > 0" @click="showThawModal(scope.row)">瑙e喕</el-button>
           </template>
         </el-table-column>
       </el-table>
diff --git a/src/views/inventoryManagement/stockManagement/Unqualified.vue b/src/views/inventoryManagement/stockManagement/Unqualified.vue
index 9b5652d..55662be 100644
--- a/src/views/inventoryManagement/stockManagement/Unqualified.vue
+++ b/src/views/inventoryManagement/stockManagement/Unqualified.vue
@@ -27,11 +27,11 @@
         <el-table-column label="鍐荤粨鏁伴噺" prop="lockedQuantity" show-overflow-tooltip />
         <el-table-column label="澶囨敞" prop="remark"  show-overflow-tooltip />
         <el-table-column label="鏈�杩戞洿鏂版椂闂�" prop="updateTime" show-overflow-tooltip />
-        <el-table-column fixed="right" label="鎿嶄綔" min-width="60" align="center">
+        <el-table-column fixed="right" label="鎿嶄綔" min-width="90" align="center">
           <template #default="scope">
-            <el-button link type="primary" size="small" @click="showSubtractModal(scope.row)" :disabled="scope.row.unLockedQuantity === 0">棰嗙敤</el-button>
-            <el-button link type="primary" size="small" v-if="scope.row.unLockedQuantity > 0" @click="showFrozenModal(scope.row)">鍐荤粨</el-button>
-            <el-button link type="primary" size="small" v-if="scope.row.lockedQuantity > 0" @click="showThawModal(scope.row)">瑙e喕</el-button>
+            <el-button link type="primary" @click="showSubtractModal(scope.row)" :disabled="scope.row.unLockedQuantity === 0">棰嗙敤</el-button>
+            <el-button link type="primary" v-if="scope.row.unLockedQuantity > 0" @click="showFrozenModal(scope.row)">鍐荤粨</el-button>
+            <el-button link type="primary" v-if="scope.row.lockedQuantity > 0" @click="showThawModal(scope.row)">瑙e喕</el-button>
           </template>
         </el-table-column>
       </el-table>
diff --git a/src/views/inventoryManagement/stockWarning/index.vue b/src/views/inventoryManagement/stockWarning/index.vue
index d0d5834..b5216cb 100644
--- a/src/views/inventoryManagement/stockWarning/index.vue
+++ b/src/views/inventoryManagement/stockWarning/index.vue
@@ -119,9 +119,9 @@
         <!-- 鎿嶄綔鍒� -->
         <el-table-column fixed="right" label="鎿嶄綔" width="200" align="center">
           <template #default="scope">
-            <el-button link type="primary" size="small" @click="handleEdit(scope.row)">缂栬緫</el-button>
+            <el-button link type="primary" @click="handleEdit(scope.row)">缂栬緫</el-button>
 <!--            <el-button link type="success" size="small" @click="handleProcess(scope.row)">澶勭悊@</el-button>-->
-            <el-button link type="danger" size="small" @click="handleDelete(scope.row)">鍒犻櫎</el-button>
+            <el-button link type="danger" @click="handleDelete(scope.row)">鍒犻櫎</el-button>
           </template>
         </el-table-column>
       </el-table>
diff --git a/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue b/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue
index 58d4b4f..c47dd2e 100644
--- a/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue
+++ b/src/views/personnelManagement/attendanceCheckin/checkinRules/index.vue
@@ -99,11 +99,9 @@
                          align="center">
           <template #default="scope">
             <el-button type="primary"
-                       size="small"
                        link
                        @click="openForm('edit', scope.row)">缂栬緫</el-button>
             <el-button type="danger"
-                       size="small"
                        link
                        @click="handleDelete(scope.row.id)">鍒犻櫎</el-button>
           </template>
diff --git a/src/views/procurementManagement/paymentEntry/index.vue b/src/views/procurementManagement/paymentEntry/index.vue
index 3f4512b..cb93562 100644
--- a/src/views/procurementManagement/paymentEntry/index.vue
+++ b/src/views/procurementManagement/paymentEntry/index.vue
@@ -101,7 +101,6 @@
 								<el-button
 									link
 									type="primary"
-									size="small"
 									@click="changeEditType(scope.row)"
 									v-if="!scope.row.editType"
 								>缂栬緫</el-button
@@ -109,7 +108,6 @@
 								<el-button
 									link
 									type="primary"
-									size="small"
 									@click="saveReceiptPayment(scope.row)"
 									v-if="scope.row.editType"
 								>淇濆瓨</el-button
@@ -117,7 +115,6 @@
 								<el-button
 									link
 									type="primary"
-									size="small"
 									@click="handleDelete(scope.row)"
 								>鍒犻櫎</el-button
 								>
diff --git a/src/views/procurementManagement/paymentHistory/index.vue b/src/views/procurementManagement/paymentHistory/index.vue
index 179373b..c9e9836 100644
--- a/src/views/procurementManagement/paymentHistory/index.vue
+++ b/src/views/procurementManagement/paymentHistory/index.vue
@@ -70,7 +70,6 @@
           <el-button
             type="primary"
             link
-            size="small"
             @click="handleDelete(row)"
           >
             鍒犻櫎
diff --git a/src/views/procurementManagement/procurementLedger/index.vue b/src/views/procurementManagement/procurementLedger/index.vue
index 20c6b1c..befc5f7 100644
--- a/src/views/procurementManagement/procurementLedger/index.vue
+++ b/src/views/procurementManagement/procurementLedger/index.vue
@@ -168,12 +168,10 @@
           <template #default="scope">
             <el-button link
                        type="primary"
-                       size="small"
                        @click="openForm('edit', scope.row)"
                        :disabled="scope.row.approvalStatus !== 1 && scope.row.approvalStatus !== 4">缂栬緫</el-button>
             <el-button link
                        type="primary"
-                       size="small"
                        @click="downLoadFile(scope.row)">闄勪欢</el-button>
           </template>
         </el-table-column>
@@ -446,7 +444,6 @@
             <template #default="scope">
               <el-button link
                          type="primary"
-                         size="small"
                          @click="openProductForm('edit', scope.row, scope.$index)">缂栬緫</el-button>
             </template>
           </el-table-column>
diff --git a/src/views/procurementManagement/purchaseReturnOrder/index.vue b/src/views/procurementManagement/purchaseReturnOrder/index.vue
index 4e91e59..df5ae07 100644
--- a/src/views/procurementManagement/purchaseReturnOrder/index.vue
+++ b/src/views/procurementManagement/purchaseReturnOrder/index.vue
@@ -37,7 +37,7 @@
         <el-table-column label="鏈�杩戞洿鏂版椂闂�" prop="updateTime" show-overflow-tooltip />
         <el-table-column fixed="right" label="鎿嶄綔" min-width="60" align="center">
           <template #default="scope">
-            <el-button link type="primary" size="small">璇︽儏</el-button>
+            <el-button link type="primary" size="small" style="color: #67C23A">璇︽儏</el-button>
           </template>
         </el-table-column>
       </el-table>
diff --git a/src/views/productManagement/productIdentifier/index.vue b/src/views/productManagement/productIdentifier/index.vue
index 519f745..94359e4 100644
--- a/src/views/productManagement/productIdentifier/index.vue
+++ b/src/views/productManagement/productIdentifier/index.vue
@@ -101,7 +101,7 @@
           <template #default="scope">
             <el-button link
                        type="primary"
-                       @click="handleView(scope.row)">鏌ョ湅</el-button>
+                       @click="handleView(scope.row)" style="color: #67C23A">鏌ョ湅</el-button>
             <el-button link
                        type="primary"
                        @click="handleEdit(scope.row)">缂栬緫</el-button>
diff --git a/src/views/productionManagement/workOrder/index.vue b/src/views/productionManagement/workOrder/index.vue
index 162dd91..65acc32 100644
--- a/src/views/productionManagement/workOrder/index.vue
+++ b/src/views/productionManagement/workOrder/index.vue
@@ -596,7 +596,7 @@
 
   const showReportDialog = row => {
     currentReportRowData.value = row;
-    reportForm.planQuantity = row.planQuantity;
+		reportForm.planQuantity = row.planQuantity - row.completeQuantity;
     reportForm.quantity =
       row.quantity !== undefined && row.quantity !== null ? row.quantity : null;
     reportForm.productProcessRouteItemId = row.productProcessRouteItemId;
diff --git a/src/views/qualityManagement/metricMaintenance/index.vue b/src/views/qualityManagement/metricMaintenance/index.vue
index 5b2c6bd..db2a093 100644
--- a/src/views/qualityManagement/metricMaintenance/index.vue
+++ b/src/views/qualityManagement/metricMaintenance/index.vue
@@ -127,10 +127,10 @@
         <el-table-column prop="defaultValue" label="榛樿鍊�" min-width="120" />
         <el-table-column label="鎿嶄綔" width="140" fixed="right" align="center">
           <template #default="{ row }">
-            <el-button link type="primary" size="small" :disabled="isStandardReadonly" @click="openParamDialog('edit', row)">
+            <el-button link type="primary" :disabled="isStandardReadonly" @click="openParamDialog('edit', row)">
               缂栬緫
             </el-button>
-            <el-button link type="danger" size="small" :disabled="isStandardReadonly" @click="handleParamDelete(row)">
+            <el-button link type="danger" :disabled="isStandardReadonly" @click="handleParamDelete(row)">
               鍒犻櫎
             </el-button>
           </template>
diff --git a/src/views/salesManagement/deliveryLedger/index.vue b/src/views/salesManagement/deliveryLedger/index.vue
index 2b1b0b0..0eb60cc 100644
--- a/src/views/salesManagement/deliveryLedger/index.vue
+++ b/src/views/salesManagement/deliveryLedger/index.vue
@@ -47,24 +47,22 @@
             </el-tag>
           </template>
         </el-table-column>
-        <el-table-column fixed="right" label="鎿嶄綔" width="200" align="center">
+        <el-table-column fixed="right" label="鎿嶄綔" width="220" align="center">
           <template #default="scope">
             <el-button 
               link 
-              type="primary" 
-              size="small" 
+              type="primary"
               :disabled="!isApproved(scope.row.status)"
               @click="openForm('edit', scope.row)">琛ュ厖鍙戣揣淇℃伅</el-button>
             <el-button
               link
               type="primary"
-              size="small"
+							style="color: #67C23A"
               @click="openDetail(scope.row)"
             >璇︽儏</el-button>
             <el-button 
               link 
-              type="danger" 
-              size="small" 
+              type="danger"
               :disabled="isApproving(scope.row.status)"
               @click="handleDeleteSingle(scope.row)">鍒犻櫎</el-button>
           </template>
diff --git a/src/views/salesManagement/invoiceLedger/index.vue b/src/views/salesManagement/invoiceLedger/index.vue
index b35023f..3827854 100644
--- a/src/views/salesManagement/invoiceLedger/index.vue
+++ b/src/views/salesManagement/invoiceLedger/index.vue
@@ -43,9 +43,9 @@
         <el-table-column label="寮�绁ㄦ棩鏈�" prop="invoiceDate" show-overflow-tooltip width="120" />
         <el-table-column fixed="right" label="鎿嶄綔" width="150" align="center">
           <template #default="scope">
-            <el-button link type="primary" size="small" @click="openForm(scope.row)">缂栬緫</el-button>
-            <el-button link type="primary" size="small" @click="downLoadFile(scope.row)">闄勪欢</el-button>
-            <el-button link type="primary" size="small" @click="delInvoiceLedger(scope.row)">鍒犻櫎</el-button>
+            <el-button link type="primary" @click="openForm(scope.row)">缂栬緫</el-button>
+            <el-button link type="primary" @click="downLoadFile(scope.row)">闄勪欢</el-button>
+            <el-button link type="primary" @click="delInvoiceLedger(scope.row)">鍒犻櫎</el-button>
           </template>
         </el-table-column>
       </el-table>
diff --git a/src/views/salesManagement/orderManagement/index.vue b/src/views/salesManagement/orderManagement/index.vue
index 6107966..f44c53f 100644
--- a/src/views/salesManagement/orderManagement/index.vue
+++ b/src/views/salesManagement/orderManagement/index.vue
@@ -69,7 +69,7 @@
         </el-table-column>
         <el-table-column label="鎿嶄綔" width="250" fixed="right" align="center">
           <template #default="scope">
-            <el-button link type="primary" @click="handleView(scope.row)">鏌ョ湅</el-button>
+            <el-button link type="primary" @click="handleView(scope.row)" style="color: #67C23A">鏌ョ湅</el-button>
             <el-button link type="primary" @click="handleEdit(scope.row)" v-if="scope.row.status === '寰呭鏍�'">缂栬緫</el-button>
             <el-button link type="primary" @click="handleReview(scope.row)" v-if="scope.row.status === '寰呭鏍�'">瀹℃牳</el-button>
             <el-button link type="primary" @click="handleTransfer(scope.row)" v-if="scope.row.status === '宸插鏍�'">杞崟</el-button>
diff --git a/src/views/salesManagement/receiptPayment/index.vue b/src/views/salesManagement/receiptPayment/index.vue
index 83cf942..b56abd6 100644
--- a/src/views/salesManagement/receiptPayment/index.vue
+++ b/src/views/salesManagement/receiptPayment/index.vue
@@ -102,7 +102,6 @@
                   <el-button
                     link
                     type="primary"
-                    size="small"
                     @click="changeEditType(scope.row)"
                     v-if="!scope.row.editType"
                     >缂栬緫</el-button
@@ -110,7 +109,6 @@
                   <el-button
                     link
                     type="primary"
-                    size="small"
                     @click="saveReceiptPayment(scope.row)"
                     v-if="scope.row.editType"
                     >淇濆瓨</el-button
@@ -118,7 +116,6 @@
                   <el-button
                     link
                     type="primary"
-                    size="small"
                     @click="delReceiptRecord(scope.row)"
                     >鍒犻櫎</el-button
                   >
diff --git a/src/views/salesManagement/receiptPaymentHistory/index.vue b/src/views/salesManagement/receiptPaymentHistory/index.vue
index f66bed7..11a59a6 100644
--- a/src/views/salesManagement/receiptPaymentHistory/index.vue
+++ b/src/views/salesManagement/receiptPaymentHistory/index.vue
@@ -54,7 +54,6 @@
           <el-button
             type="primary"
             link
-            size="small"
             @click="handleDelete(row)"
           >
             鍒犻櫎
diff --git a/src/views/salesManagement/salesLedger/fileList.vue b/src/views/salesManagement/salesLedger/fileList.vue
index da37db2..57c4332 100644
--- a/src/views/salesManagement/salesLedger/fileList.vue
+++ b/src/views/salesManagement/salesLedger/fileList.vue
@@ -4,8 +4,8 @@
       <el-table-column label="闄勪欢鍚嶇О" prop="name" min-width="400" show-overflow-tooltip />
       <el-table-column fixed="right" label="鎿嶄綔" width="100" align="center">
         <template #default="scope">
-          <el-button link type="primary" size="small" @click="downLoadFile(scope.row)">涓嬭浇</el-button>
-          <el-button link type="primary" size="small" @click="lookFile(scope.row)">棰勮</el-button>
+          <el-button link type="primary" @click="downLoadFile(scope.row)">涓嬭浇</el-button>
+          <el-button link type="primary" @click="lookFile(scope.row)">棰勮</el-button>
         </template>
       </el-table-column>
     </el-table>
diff --git a/src/views/salesManagement/salesLedger/index.vue b/src/views/salesManagement/salesLedger/index.vue
index 5297a2e..ca7ab04 100644
--- a/src/views/salesManagement/salesLedger/index.vue
+++ b/src/views/salesManagement/salesLedger/index.vue
@@ -97,8 +97,7 @@
                 <template #default="scope">
                   <el-button 
                     link 
-                    type="primary" 
-                    size="small"
+                    type="primary"
                     :disabled="!canShip(scope.row)"
                     @click="openDeliveryForm(scope.row)">
                     鍙戣揣
@@ -121,12 +120,10 @@
         <el-table-column label="绛捐鏃ユ湡" prop="executionDate" width="120" show-overflow-tooltip />
         <el-table-column label="浜や粯鏃ユ湡" prop="deliveryDate" width="120" show-overflow-tooltip />
         <el-table-column label="澶囨敞" prop="remarks" width="200" show-overflow-tooltip />
-        <el-table-column fixed="right" label="鎿嶄綔" min-width="100" align="center">
+        <el-table-column fixed="right" label="鎿嶄綔" width="130" align="center">
           <template #default="scope">
-            <el-button link type="primary" size="small" @click="openForm('edit', scope.row)" :disabled="!scope.row.isEdit">缂栬緫</el-button>
-<!--            <el-button link type="primary" size="small" @click="openForm('view', scope.row)">璇︽儏</el-button>-->
-            <el-button link type="primary" size="small" @click="downLoadFile(scope.row)">闄勪欢</el-button>
-<!--            <el-button link type="primary" size="small" @click="openDeliveryForm(scope.row)">鍙戣揣</el-button>-->
+            <el-button link type="primary" @click="openForm('edit', scope.row)" :disabled="!scope.row.isEdit">缂栬緫</el-button>
+            <el-button link type="primary" @click="downLoadFile(scope.row)">闄勪欢</el-button>
           </template>
         </el-table-column>
       </el-table>
@@ -633,7 +630,6 @@
                   <div>
                     <el-button
                       type="danger"
-                      size="small"
                       @click="removeApproverNode(index)"
                       v-if="approverNodes.length > 1"
                     >鍒犻櫎</el-button>
diff --git a/src/views/salesManagement/salesQuotation/index.vue b/src/views/salesManagement/salesQuotation/index.vue
index 5bd5cef..5574bce 100644
--- a/src/views/salesManagement/salesQuotation/index.vue
+++ b/src/views/salesManagement/salesQuotation/index.vue
@@ -70,8 +70,8 @@
         </el-table-column>
         <el-table-column label="鎿嶄綔" width="200" fixed="right" align="center">
           <template #default="scope">
-            <el-button link type="primary" @click="handleView(scope.row)">鏌ョ湅</el-button>
             <el-button link type="primary" @click="handleEdit(scope.row)" :disabled="!['寰呭鎵�','鎷掔粷'].includes(scope.row.status)">缂栬緫</el-button>
+            <el-button link type="primary" @click="handleView(scope.row)" style="color: #67C23A">鏌ョ湅</el-button>
             <el-button link type="danger" @click="handleDelete(scope.row)">鍒犻櫎</el-button>
           </template>
         </el-table-column>
diff --git a/src/views/salesManagement/strategyControl/index.vue b/src/views/salesManagement/strategyControl/index.vue
index 629d255..dbdae38 100644
--- a/src/views/salesManagement/strategyControl/index.vue
+++ b/src/views/salesManagement/strategyControl/index.vue
@@ -75,7 +75,7 @@
             </el-table-column>
             <el-table-column label="鎿嶄綔" width="200" fixed="right" align="center">
               <template #default="scope">
-                <el-button link type="primary" @click="handleViewPriceStrategy(scope.row)">鏌ョ湅</el-button>
+                <el-button link type="primary" @click="handleViewPriceStrategy(scope.row)" style="color: #67C23A">鏌ョ湅</el-button>
                 <el-button link type="primary" @click="handleEditPriceStrategy(scope.row)">缂栬緫</el-button>
                 <el-button link type="danger" @click="handleDeletePriceStrategy(scope.row)">鍒犻櫎</el-button>
               </template>
@@ -254,7 +254,7 @@
             </el-table-column>
             <el-table-column label="鎿嶄綔" width="120" fixed="right" align="center">
               <template #default="scope">
-                <el-button link type="primary" @click="handleViewContract(scope.row)">鏌ョ湅璇︽儏</el-button>
+                <el-button link type="primary" @click="handleViewContract(scope.row)" style="color: #67C23A">鏌ョ湅璇︽儏</el-button>
               </template>
             </el-table-column>
           </el-table>

--
Gitblit v1.9.3