|
|
@@ -21,20 +21,12 @@
|
|
21
|
21
|
<text class="contentText">{{ detailContentData.F_PlaceOfRepair }}</text>
|
|
22
|
22
|
</view>
|
|
23
|
23
|
<view class="contentTable">
|
|
24
|
|
- <text class="contentTitle">报修人:</text>
|
|
|
24
|
+ <text class="contentTitle">报修人员:</text>
|
|
25
|
25
|
<text class="contentText">{{ detailContentData.applicantname }}</text>
|
|
26
|
26
|
</view>
|
|
27
|
27
|
<view class="contentTable">
|
|
28
|
|
- <text class="contentTitle">报修内容:</text>
|
|
29
|
|
- <text class="contentText">{{ detailContentData.F_Content }}</text>
|
|
30
|
|
- </view>
|
|
31
|
|
- <view class="contentTable">
|
|
32
|
|
- <text class="contentTitle">图片:</text>
|
|
33
|
|
-
|
|
34
|
|
- <view class="contentText">
|
|
35
|
|
- <uni-file-picker readonly :value="getFileData(detailContentData.FileUrl)" :imageStyles="imageStyles"
|
|
36
|
|
- file-mediatype="image" />
|
|
37
|
|
- </view>
|
|
|
28
|
+ <view class="contentTitle" style="float: left;width: 70px;">报修内容:</view>
|
|
|
29
|
+ <view class="contentText" style="margin-left: 70px;">{{ detailContentData.F_Content }}</view>
|
|
38
|
30
|
</view>
|
|
39
|
31
|
<view class="contentTable">
|
|
40
|
32
|
<text class="contentTitle">维修科室:</text>
|
|
|
@@ -42,7 +34,7 @@
|
|
42
|
34
|
class="contentText">{{ $mHelper.findParents(departList,detailContentData.F_MaintenanceDept) }}</text>
|
|
43
|
35
|
</view>
|
|
44
|
36
|
<view class="contentTable">
|
|
45
|
|
- <text class="contentTitle">维修员:</text>
|
|
|
37
|
+ <text class="contentTitle">维修人员:</text>
|
|
46
|
38
|
<text
|
|
47
|
39
|
class="contentText">{{ $mHelper.findUserName(userCodeList,detailContentData.F_Maintenancer) }}</text>
|
|
48
|
40
|
</view>
|
|
|
@@ -54,13 +46,21 @@
|
|
54
|
46
|
<text class="contentTitle">返修内容:</text>
|
|
55
|
47
|
<text class="contentText">{{ backCon }}</text>
|
|
56
|
48
|
</view>
|
|
|
49
|
+ <view class="contentTable">
|
|
|
50
|
+ <text class="contentTitle">图 片:</text>
|
|
|
51
|
+
|
|
|
52
|
+ <view class="contentText" style="margin-top: 10px;">
|
|
|
53
|
+ <uni-file-picker readonly :value="getFileData(detailContentData.FileUrl)" :imageStyles="imageStyles"
|
|
|
54
|
+ file-mediatype="image" />
|
|
|
55
|
+ </view>
|
|
|
56
|
+ </view>
|
|
57
|
57
|
</view>
|
|
58
|
58
|
<yiLine>
|
|
59
|
59
|
<view></view>
|
|
60
|
60
|
</yiLine>
|
|
61
|
61
|
|
|
62
|
62
|
|
|
63
|
|
- <view class="operationButton">
|
|
|
63
|
+ <view class="operationButton" v-show="orderButtonData.length != 0">
|
|
64
|
64
|
<view>
|
|
65
|
65
|
<text class="operationButtonTitle">操作</text>
|
|
66
|
66
|
<buttonsComponents class="buttons" :order-button-data="orderButtonData" :wid="workorderid"
|
|
|
@@ -72,118 +72,113 @@
|
|
72
|
72
|
<yiLine>
|
|
73
|
73
|
<view></view>
|
|
74
|
74
|
</yiLine>
|
|
75
|
|
- <view class="segmentedControlWrapper">
|
|
76
|
|
- <uni-segmented-control :current="segmenter.current" :values="segmenter.items"
|
|
77
|
|
- @clickItem="onClickSegmentedControl" styleType="text" activeColor="#007aff" />
|
|
78
|
|
- </view>
|
|
79
|
|
- <view class="handleProcess">
|
|
80
|
|
- <view v-show="current == 0">
|
|
81
|
|
- <view class="detailContent" v-for="item in handleProcessListData" :key=item.F_Id>
|
|
82
|
|
- <view class="contentTable">
|
|
83
|
|
- <text class="contentTitle">处理部门:</text>
|
|
84
|
|
- <text class="contentText">{{ $mHelper.findParents(departList,item.F_MaintenanceDept) }}</text>
|
|
85
|
|
- </view>
|
|
86
|
|
- <view class="contentTable">
|
|
87
|
|
- <text class="contentTitle">处理人:</text>
|
|
88
|
|
- <text
|
|
89
|
|
- class="contentText">{{ $mHelper.findUserName(userCodeList,detailContentData.F_Maintenancer) }}</text>
|
|
90
|
|
- </view>
|
|
91
|
|
- <view class="contentTable">
|
|
92
|
|
- <text class="contentTitle">维修时间:</text>
|
|
93
|
|
- <text class="contentText">{{ item.F_ProcessingTime }}</text>
|
|
94
|
|
- </view>
|
|
95
|
|
- <view class="contentTable">
|
|
96
|
|
- <text class="contentTitle">处理结果:</text>
|
|
97
|
|
- <text class="contentText">{{ item.F_Result }}</text>
|
|
98
|
|
- </view>
|
|
99
|
|
- <view class="contentTable">
|
|
100
|
|
- <text class="contentTitle">附件:</text>
|
|
101
|
|
- <uni-file-picker readonly :value="getFileData(item.FileUrl)" :imageStyles="imageStyles"
|
|
102
|
|
- file-mediatype="image" />
|
|
103
|
|
- </view>
|
|
104
|
|
- </view>
|
|
105
|
|
- <view class="contentTable" v-show="handleProcessListData.length == 0">
|
|
106
|
|
- 暂无记录
|
|
107
|
|
- </view>
|
|
|
75
|
+ <view style="background-color: #fff;padding: 17px;">
|
|
|
76
|
+ <view class="segmentedControlWrapper">
|
|
|
77
|
+ <uni-segmented-control :current="segmenter.current" :values="segmenter.items"
|
|
|
78
|
+ @clickItem="onClickSegmentedControl" styleType="text" activeColor="#007aff" />
|
|
108
|
79
|
</view>
|
|
109
|
|
- <view v-show="current == 1">
|
|
110
|
|
- <view class="detailContent" v-for="item in cooperationDate" :key=item.F_Id>
|
|
111
|
|
- <view class="contentTable">
|
|
112
|
|
- <text class="contentTitle">工单号:</text>
|
|
113
|
|
- <text class="contentText">{{ item.F_WorkOrderCode }}</text>
|
|
114
|
|
- </view>
|
|
115
|
|
- <view class="contentTable">
|
|
116
|
|
- <text class="contentTitle">内容:</text>
|
|
117
|
|
- <text class="contentText">{{ item.F_Content }}</text>
|
|
118
|
|
- </view>
|
|
119
|
|
- <view class="contentTable">
|
|
120
|
|
- <text class="contentTitle">协作方式:</text>
|
|
121
|
|
- <text class="contentText">{{ item.Mode }}</text>
|
|
|
80
|
+ <view class="handleProcess">
|
|
|
81
|
+ <view v-show="current == 0">
|
|
|
82
|
+ <view class="detailContent showType" v-for="item in handleProcessListData" :key=item.F_Id>
|
|
|
83
|
+ <view class="contentTable">
|
|
|
84
|
+ <text class="contentTitle">处理部门:</text>
|
|
|
85
|
+ <text class="contentText">{{ $mHelper.findParents(departList,item.F_MaintenanceDept) }}</text>
|
|
|
86
|
+ </view>
|
|
|
87
|
+ <view class="contentTable">
|
|
|
88
|
+ <text class="contentTitle">处理人员:</text>
|
|
|
89
|
+ <text
|
|
|
90
|
+ class="contentText">{{ $mHelper.findUserName(userCodeList,detailContentData.F_Maintenancer) }}</text>
|
|
|
91
|
+ </view>
|
|
|
92
|
+ <view class="contentTable">
|
|
|
93
|
+ <text class="contentTitle">维修时间:</text>
|
|
|
94
|
+ <text class="contentText">{{ item.F_ProcessingTime }}</text>
|
|
|
95
|
+ </view>
|
|
|
96
|
+ <view class="contentTable">
|
|
|
97
|
+ <text class="contentTitle">处理结果:</text>
|
|
|
98
|
+ <text class="contentText">{{ item.F_Result }}</text>
|
|
|
99
|
+ </view>
|
|
|
100
|
+ <view class="contentTable">
|
|
|
101
|
+ <text class="contentTitle">完成状态:</text>
|
|
|
102
|
+ <text class="contentText">{{ item.dealtype }}</text>
|
|
|
103
|
+ </view>
|
|
|
104
|
+ <view class="contentTable">
|
|
|
105
|
+ <text class="contentTitle">附 件:</text>
|
|
|
106
|
+ <uni-file-picker readonly :value="getFileData(item.FileUrl)" :imageStyles="imageStyles"
|
|
|
107
|
+ file-mediatype="image" />
|
|
|
108
|
+ </view>
|
|
122
|
109
|
</view>
|
|
123
|
|
- <view class="contentTable">
|
|
124
|
|
- <text class="contentTitle">状态:</text>
|
|
125
|
|
- <text class="contentText">{{ item.StateName }}</text>
|
|
|
110
|
+
|
|
|
111
|
+ <view class="contentTable noCon" v-show="handleProcessListData.length == 0">
|
|
|
112
|
+ 暂时无相关记录
|
|
126
|
113
|
</view>
|
|
127
|
|
- <view class="contentTable">
|
|
128
|
|
- <text class="contentTitle">接单部门:</text>
|
|
129
|
|
- <text class="contentText">{{ $mHelper.findParents(departList,item.F_MaintenanceDept)}}</text>
|
|
130
|
|
- </view>
|
|
131
|
|
- <view class="contentTable">
|
|
132
|
|
- <text class="contentTitle">时间:</text>
|
|
133
|
|
- <text class="contentText">{{ item.F_CreateTime }}</text>
|
|
134
|
|
- </view>
|
|
135
|
|
- </view>
|
|
136
|
|
- <view class="contentTable" v-show="cooperationDate.length == 0">
|
|
137
|
|
- 暂无记录
|
|
138
|
114
|
</view>
|
|
139
|
|
- </view>
|
|
140
|
|
- <view v-show="current == 2">
|
|
141
|
|
- <view class="detailContent" v-for="item in orderProcessDate" :key=item.F_Id>
|
|
142
|
|
- <view class="contentTable">
|
|
143
|
|
- <text class="contentTitle">操作人:</text>
|
|
144
|
|
- <text class="contentText">{{ item.username }}</text>
|
|
145
|
|
- </view>
|
|
146
|
|
- <view class="contentTable">
|
|
147
|
|
- <text class="contentTitle">内容:</text>
|
|
148
|
|
- <text class="contentText">{{ item.F_LogContent }}</text>
|
|
|
115
|
+ <view v-show="current == 1">
|
|
|
116
|
+ <view class="detailContent showType" v-for="item in cooperationDate" :key=item.F_Id >
|
|
|
117
|
+ <view class="contentTable">
|
|
|
118
|
+ <text class="contentTitle">工单编号:</text>
|
|
|
119
|
+ <text class="contentText">{{ item.F_WorkOrderCode }}</text>
|
|
|
120
|
+ </view>
|
|
|
121
|
+ <view class="contentTable">
|
|
|
122
|
+ <text class="contentTitle">协作方式:</text>
|
|
|
123
|
+ <text class="contentText">{{ item.Mode }}</text>
|
|
|
124
|
+ </view>
|
|
|
125
|
+ <view class="contentTable">
|
|
|
126
|
+ <text class="contentTitle">接单部门:</text>
|
|
|
127
|
+ <text class="contentText">{{ $mHelper.findParents(departList,item.F_MaintenanceDept)}}</text>
|
|
|
128
|
+ </view>
|
|
|
129
|
+ <view class="contentTable">
|
|
|
130
|
+ <text class="contentTitle">状 态:</text>
|
|
|
131
|
+ <text class="contentText">{{ item.StateName }}</text>
|
|
|
132
|
+ </view>
|
|
|
133
|
+ <view class="contentTable">
|
|
|
134
|
+ <text class="contentTitle">内 容:</text>
|
|
|
135
|
+ <text class="contentText">{{ item.F_Content }}</text>
|
|
|
136
|
+ </view>
|
|
|
137
|
+ <view class="contentTable">
|
|
|
138
|
+ <text class="contentTitle">创建时间:</text>
|
|
|
139
|
+ <text class="contentText">{{ item.F_CreateTime }}</text>
|
|
|
140
|
+ </view>
|
|
149
|
141
|
</view>
|
|
150
|
|
- <view class="contentTable">
|
|
151
|
|
- <text class="contentTitle">时间:</text>
|
|
152
|
|
- <text class="contentText">{{ item.F_OperationTime }}</text>
|
|
|
142
|
+ <view class="contentTable noCon" v-show="cooperationDate.length == 0">
|
|
|
143
|
+ 暂时无相关记录
|
|
153
|
144
|
</view>
|
|
154
|
145
|
</view>
|
|
155
|
|
- <view class="contentTable" v-show="orderProcessDate.length == 0">
|
|
156
|
|
- 暂无记录
|
|
157
|
|
- </view>
|
|
158
|
|
- </view>
|
|
159
|
|
- <view v-show="current == 3">
|
|
160
|
|
- <uni-steps :options="maintenanceRecords" v-show="maintenanceRecords.length > 0" />
|
|
161
|
|
- <view class="contentTable" v-show="maintenanceRecords.length == 0">
|
|
162
|
|
- 暂无记录
|
|
|
146
|
+ <view v-show="current == 2">
|
|
|
147
|
+ <uni-steps :options="orderProcessDate" :steteName='"gdlc"' v-show="orderProcessDate.length > 0" />
|
|
|
148
|
+ <view class="contentTable noCon" v-show="orderProcessDate.length == 0">
|
|
|
149
|
+ 暂时无相关记录
|
|
|
150
|
+ </view>
|
|
163
|
151
|
</view>
|
|
164
|
|
- </view>
|
|
165
|
|
- <view v-show="current == 4">
|
|
166
|
|
- <view class="detailContent" v-for="item in evaluateDate" :key=item.F_Id>
|
|
167
|
|
- <view class="contentTable">
|
|
168
|
|
- <text class="contentTitle">服务态度:</text>
|
|
169
|
|
- <htz-rate v-model="item.F_Attitude" :readonly='true' :size="30"></htz-rate>
|
|
170
|
|
- <text class="contentTitle">{{ item.F_Attitude | getEvaluateFilters }}</text>
|
|
|
152
|
+ <view v-show="current == 3">
|
|
|
153
|
+ <uni-steps :options="maintenanceRecords" :steteName='"wxjl"' v-show="maintenanceRecords.length > 0" />
|
|
|
154
|
+ <view class="contentTable noCon" v-show="maintenanceRecords.length == 0">
|
|
|
155
|
+ 暂时无相关记录
|
|
171
|
156
|
</view>
|
|
172
|
|
- <view class="contentTable">
|
|
173
|
|
- <text class="contentTitle">维修质量:</text>
|
|
174
|
|
- <htz-rate v-model="item.F_Quality" :size="30"></htz-rate>
|
|
175
|
|
- <text class="contentTitle">{{ item.F_Quality | getEvaluateFilters }}</text>
|
|
|
157
|
+ </view>
|
|
|
158
|
+ <view v-show="current == 4">
|
|
|
159
|
+ <view class="detailContent showType" v-for="item in evaluateDate" :key=item.F_Id>
|
|
|
160
|
+ <view class="contentTable">
|
|
|
161
|
+ <text class="contentTitle">服务态度:</text>
|
|
|
162
|
+ <htz-rate v-model="item.F_Attitude" :readonly='true' :size="30"></htz-rate>
|
|
|
163
|
+ <text class="contentTitle">{{ item.F_Attitude | getEvaluateFilters }}</text>
|
|
|
164
|
+ </view>
|
|
|
165
|
+ <view class="contentTable">
|
|
|
166
|
+ <text class="contentTitle">维修质量:</text>
|
|
|
167
|
+ <htz-rate v-model="item.F_Quality" :size="30"></htz-rate>
|
|
|
168
|
+ <text class="contentTitle">{{ item.F_Quality | getEvaluateFilters }}</text>
|
|
|
169
|
+ </view>
|
|
|
170
|
+ <view class="contentTable">
|
|
|
171
|
+ <text class="contentTitle">文字评价:</text>
|
|
|
172
|
+ <text class="contentText">{{ item.F_EvaluateContent }}</text>
|
|
|
173
|
+ </view>
|
|
176
|
174
|
</view>
|
|
177
|
|
- <view class="contentTable">
|
|
178
|
|
- <text class="contentTitle">文字评价:</text>
|
|
179
|
|
- <text class="contentText">{{ item.F_EvaluateContent }}</text>
|
|
|
175
|
+ <view class="contentTable noCon" v-show="evaluateDate.length == 0">
|
|
|
176
|
+ 暂时无相关记录
|
|
180
|
177
|
</view>
|
|
181
|
178
|
</view>
|
|
182
|
|
- <view class="contentTable" v-show="evaluateDate.length == 0">
|
|
183
|
|
- 暂无记录
|
|
184
|
|
- </view>
|
|
185
|
179
|
</view>
|
|
186
|
180
|
</view>
|
|
|
181
|
+
|
|
187
|
182
|
</view>
|
|
188
|
183
|
</template>
|
|
189
|
184
|
|
|
|
@@ -194,7 +189,8 @@
|
|
194
|
189
|
import uniSteps from "@/components/wangxiaohua-steps/index.vue"
|
|
195
|
190
|
import htzRate from '@/components/htz-rate/htz-rate.vue'
|
|
196
|
191
|
const segmenterData = {
|
|
197
|
|
- 0: ["处理结果", "协作工单", "工单流程", "维修记录", "评价"] // 已办待回访
|
|
|
192
|
+ 0: ["处理结果", "协作工单","工单流程", "维修记录", "评价"],
|
|
|
193
|
+ 1: ["处理结果", "工单流程", "维修记录", "评价"]
|
|
198
|
194
|
}
|
|
199
|
195
|
export default {
|
|
200
|
196
|
components: {
|
|
|
@@ -255,8 +251,8 @@
|
|
255
|
251
|
onLoad(optioin) {
|
|
256
|
252
|
this.workorderid = optioin.wid
|
|
257
|
253
|
this.getDetail(0)
|
|
|
254
|
+ this.getDetail(3)
|
|
258
|
255
|
this.getDetail(1)
|
|
259
|
|
- this.getDetail(6)
|
|
260
|
256
|
JSON.parse(optioin.buttons).forEach(v => {
|
|
261
|
257
|
let btn = this.$mButtonConfig[v.key];
|
|
262
|
258
|
if (btn != undefined) {
|
|
|
@@ -275,6 +271,7 @@
|
|
275
|
271
|
this.isDisplay.displaySegmentedControl = true
|
|
276
|
272
|
this.segmenter.type = optioin.segmenter
|
|
277
|
273
|
this.segmenter.items = segmenterData[optioin.segmenter]
|
|
|
274
|
+ this.getDetail(2)
|
|
278
|
275
|
}
|
|
279
|
276
|
this.roleCode = uni.getStorageSync("roleCode")
|
|
280
|
277
|
},
|
|
|
@@ -306,6 +303,10 @@
|
|
306
|
303
|
} else if (type == 1) {
|
|
307
|
304
|
this.handleProcessListData = response.data
|
|
308
|
305
|
} else if (type == 2) {
|
|
|
306
|
+ if(response.data.data.length == 0) {
|
|
|
307
|
+ this.segmenter.items = segmenterData[1]
|
|
|
308
|
+ this.segmenter.type = '1'
|
|
|
309
|
+ }
|
|
309
|
310
|
this.cooperationDate = response.data.data
|
|
310
|
311
|
} else if (type == 3) {
|
|
311
|
312
|
this.orderProcessDate = response.data
|
|
|
@@ -329,24 +330,45 @@
|
|
329
|
330
|
},
|
|
330
|
331
|
onClickSegmentedControl(e) {
|
|
331
|
332
|
this.current = e.currentIndex
|
|
332
|
|
- console.log(this.current)
|
|
333
|
|
- switch (String(e.currentIndex)) {
|
|
334
|
|
- case "0":
|
|
335
|
|
- this.tap = 1
|
|
336
|
|
- break
|
|
337
|
|
- case "1":
|
|
338
|
|
- this.tap = 2
|
|
339
|
|
- break
|
|
340
|
|
- case "2":
|
|
341
|
|
- this.tap = 3
|
|
342
|
|
- break
|
|
343
|
|
- case "3":
|
|
344
|
|
- this.tap = 4
|
|
345
|
|
- break
|
|
346
|
|
- case "4":
|
|
347
|
|
- this.tap = 5
|
|
348
|
|
- break
|
|
|
333
|
+ if(this.segmenter.type == '0') {
|
|
|
334
|
+ switch (String(e.currentIndex)) {
|
|
|
335
|
+ case "0":
|
|
|
336
|
+ this.tap = 1
|
|
|
337
|
+ break
|
|
|
338
|
+ case "1":
|
|
|
339
|
+ this.tap = 2
|
|
|
340
|
+ break
|
|
|
341
|
+ case "2":
|
|
|
342
|
+ this.tap = 3
|
|
|
343
|
+ break
|
|
|
344
|
+ case "3":
|
|
|
345
|
+ this.tap = 4
|
|
|
346
|
+ break
|
|
|
347
|
+ case "4":
|
|
|
348
|
+ this.tap = 5
|
|
|
349
|
+ break
|
|
|
350
|
+ }
|
|
|
351
|
+ }else{
|
|
|
352
|
+ switch (String(e.currentIndex)) {
|
|
|
353
|
+ case "0":
|
|
|
354
|
+ this.tap = 1
|
|
|
355
|
+ this.current = e.currentIndex
|
|
|
356
|
+ break
|
|
|
357
|
+ case "1":
|
|
|
358
|
+ this.tap = 3
|
|
|
359
|
+ this.current = e.currentIndex + 1
|
|
|
360
|
+ break
|
|
|
361
|
+ case "2":
|
|
|
362
|
+ this.tap = 4
|
|
|
363
|
+ this.current = e.currentIndex + 1
|
|
|
364
|
+ break
|
|
|
365
|
+ case "3":
|
|
|
366
|
+ this.tap = 5
|
|
|
367
|
+ this.current = e.currentIndex + 1
|
|
|
368
|
+ break
|
|
|
369
|
+ }
|
|
349
|
370
|
}
|
|
|
371
|
+
|
|
350
|
372
|
this.getDetail(this.tap)
|
|
351
|
373
|
},
|
|
352
|
374
|
|
|
|
@@ -355,12 +377,28 @@
|
|
355
|
377
|
</script>
|
|
356
|
378
|
|
|
357
|
379
|
<style lang="scss">
|
|
|
380
|
+ .noCon{
|
|
|
381
|
+ height: 200px;
|
|
|
382
|
+ text-align: center;
|
|
|
383
|
+ font-size: 14px;
|
|
|
384
|
+ color: #525252;
|
|
|
385
|
+ }
|
|
358
|
386
|
.wrapper {
|
|
359
|
|
- padding: 10px 20px 0 20px;
|
|
360
|
|
-
|
|
|
387
|
+ // background-color: #fff;
|
|
|
388
|
+ // height: 100vh;
|
|
|
389
|
+ // padding: 10px 20px 0 20px;
|
|
|
390
|
+ .showType{
|
|
|
391
|
+ background-color: #fff;
|
|
|
392
|
+ padding: 10px 13px;
|
|
|
393
|
+ border-radius: 10px;
|
|
|
394
|
+ box-shadow: 0px 4px 16px 0px rgba(69, 91, 99, 0.13);
|
|
|
395
|
+ margin-bottom: 25px;
|
|
|
396
|
+ }
|
|
361
|
397
|
.detailContent {
|
|
362
|
|
- margin: 0 0 15px 0;
|
|
363
|
|
-
|
|
|
398
|
+ // margin: 0 0 15px 0;
|
|
|
399
|
+ padding: 17px;
|
|
|
400
|
+ background-color: #fff;
|
|
|
401
|
+
|
|
364
|
402
|
.contentTable {
|
|
365
|
403
|
margin: 0 0 10px 0;
|
|
366
|
404
|
|
|
|
@@ -370,11 +408,15 @@
|
|
370
|
408
|
font-style: normal;
|
|
371
|
409
|
font-size: 14px;
|
|
372
|
410
|
color: #555555;
|
|
|
411
|
+ width: 70px;
|
|
|
412
|
+ display: inline-block;
|
|
|
413
|
+ text-align: right;
|
|
373
|
414
|
}
|
|
374
|
415
|
|
|
375
|
416
|
.contentText {
|
|
376
|
417
|
color: #525252;
|
|
377
|
418
|
font-size: 14px;
|
|
|
419
|
+ margin-left: 10px;
|
|
378
|
420
|
}
|
|
379
|
421
|
|
|
380
|
422
|
.textState {
|
|
|
@@ -398,14 +440,16 @@
|
|
398
|
440
|
}
|
|
399
|
441
|
|
|
400
|
442
|
.operationButton {
|
|
401
|
|
- margin: 15px 0;
|
|
402
|
|
-
|
|
|
443
|
+ margin: 5px 0;
|
|
|
444
|
+ padding: 17px;
|
|
|
445
|
+ background-color: #fff;
|
|
|
446
|
+
|
|
403
|
447
|
.operationButtonTitle {
|
|
404
|
448
|
font-weight: 700;
|
|
405
|
449
|
}
|
|
406
|
450
|
|
|
407
|
451
|
.buttons {
|
|
408
|
|
- margin: 10px 0 0 0;
|
|
|
452
|
+ margin: 15px 0 0 0;
|
|
409
|
453
|
|
|
410
|
454
|
}
|
|
411
|
455
|
}
|