tangning 4 meses atrás
pai
commit
fd448ff525

+ 2 - 2
src/views/work/detail.vue

@@ -497,7 +497,7 @@
           // 80: ['测试登记'],
           // 90: ['付款登记'],
           100: ['发货登记'],
-          110: ['维修备注'],
+          110: ['维修记录'],
         };
         let butTypeShow = {
           0: ['work_orderTakers'],
@@ -606,7 +606,7 @@
           100: openDeliveryModal, //发货登记
           61: openAddModal, //添加备件
           62: openOutModal, //完成维修
-          110: openMaintenanceRemarksModal, //检修备注
+          110: openMaintenanceRemarksModal, //维修记录
         };
         console.log('detailData.value.repairerVo', detailData.value.repairerVo.warrantyDate);
         if (status == 60) {

+ 1 - 1
src/views/work/maintenance.vue

@@ -33,7 +33,7 @@
                 onClick: handleRecover.bind(null, record),
               },
               {
-                label: '检修备注',
+                label: '维修记录',
                 ifShow: getCheckPerm('maintenance_remarks') && tableType == 2,
                 onClick: handleRemarks.bind(null, record),
               },

+ 1 - 1
src/views/work/remarksModal.vue

@@ -2,7 +2,7 @@
   <BasicModal
     v-bind="$attrs"
     @register="register"
-    title="检修备注"
+    title="维修记录"
     @cancel="resetFields"
     :confirmLoading="loading"
     @ok="handleSubmit"