Browse Source

工时添加日志

maotao 1 month ago
parent
commit
376c63083b

+ 1 - 1
pages/repair/repairsDetail.vue

@@ -337,7 +337,7 @@
337
   function previewImg(index, type){
337
   function previewImg(index, type){
338
     uni.previewImage({
338
     uni.previewImage({
339
       current: index,
339
       current: index,
340
-      urls: dataInfo[type].map(v => v.previewUrl),
340
+      urls: dataInfo[type].map(v => v.thumbFilePath),
341
       longPressActions: {
341
       longPressActions: {
342
         itemList: ['发送给朋友', '保存图片', '收藏'],
342
         itemList: ['发送给朋友', '保存图片', '收藏'],
343
         success: function(data) {
343
         success: function(data) {

+ 1 - 1
pages/workHourManagementOne/workHourManagementOne.vue

@@ -69,7 +69,7 @@
69
         treeLevel: 1,
69
         treeLevel: 1,
70
 				hosId:dataInfo.hosId,
70
 				hosId:dataInfo.hosId,
71
 				showSecond:1,
71
 				showSecond:1,
72
-				disable:1
72
+				disableType:1
73
       }
73
       }
74
     }
74
     }
75
     getFetchDataList("simple/data", "workHourManagement", postData).then(res => {
75
     getFetchDataList("simple/data", "workHourManagement", postData).then(res => {

+ 1 - 1
pages/workHourManagementTwo/workHourManagementTwo.vue

@@ -138,7 +138,7 @@
138
         parent: {
138
         parent: {
139
           id: dataInfo.parentId,
139
           id: dataInfo.parentId,
140
         },
140
         },
141
-				disable:1
141
+				disableType:1
142
       }
142
       }
143
     }
143
     }
144
     
144