|
|
@@ -136,7 +136,7 @@
|
|
136
|
136
|
<text class="operationButtonTitle">操作</text>
|
|
137
|
137
|
<buttonsComponents class="buttons" :order-button-data="orderButtonData" :wid="workorderid" :typeName="$mHelper.findParents(orderTypeList,detailContentData.F_WorkOrderCategory)"
|
|
138
|
138
|
:orderType="detailContentData.F_WorkOrderCategory" :departid="departid" :applicationDept="applicationDept" :firstType="$mHelper.stateComm(3)"
|
|
139
|
|
- :maintenancer="$mHelper.findUserName(userCodeList,detailContentData.F_Maintenancer) " />
|
|
|
139
|
+ :maintenancer="detailContentData.MaintenancerName" />
|
|
140
|
140
|
</view>
|
|
141
|
141
|
</view>
|
|
142
|
142
|
|
|
|
@@ -158,7 +158,7 @@
|
|
158
|
158
|
<view class="contentTable">
|
|
159
|
159
|
<text class="contentTitle">处理人员:</text>
|
|
160
|
160
|
<text
|
|
161
|
|
- class="contentText">{{ $mHelper.findUserName(userCodeList,detailContentData.F_Maintenancer) }}</text>
|
|
|
161
|
+ class="contentText">{{ item.username }}</text>
|
|
162
|
162
|
</view>
|
|
163
|
163
|
<view class="contentTable">
|
|
164
|
164
|
<text class="contentTitle">维修时间:</text>
|
|
|
@@ -368,9 +368,9 @@
|
|
368
|
368
|
// this.departList = data
|
|
369
|
369
|
// })
|
|
370
|
370
|
this.departList = JSON.parse(uni.getStorageSync('deptTreeData'))
|
|
371
|
|
- pageData.getApplicant('', (res) => {
|
|
372
|
|
- this.userCodeList = res
|
|
373
|
|
- })
|
|
|
371
|
+ // pageData.getApplicant('', (res) => {
|
|
|
372
|
+ // this.userCodeList = res
|
|
|
373
|
+ // })
|
|
374
|
374
|
if(this.sms_id) {
|
|
375
|
375
|
this.isDisplay.displaySegmentedControl = true
|
|
376
|
376
|
this.segmenter.type = 0
|