提交代码
parent
e6d1da6842
commit
a938ea25c2
|
@ -32,7 +32,7 @@ App({
|
||||||
//reqUrl:'https://sxyanzhu.com/jhwxapp',
|
//reqUrl:'https://sxyanzhu.com/jhwxapp',
|
||||||
reqUrl:'https://cf.makalu.cc',
|
reqUrl:'https://cf.makalu.cc',
|
||||||
//reqUrl:'http://127.0.0.1:8091',
|
//reqUrl:'http://127.0.0.1:8091',
|
||||||
uploadUrl:"https://cf.makalu.cc/wechat/common/upload",
|
uploadUrl:"https://cf.makalu.cc/wechat",
|
||||||
|
|
||||||
//御景路数字化集成管控平台接口访问域名
|
//御景路数字化集成管控平台接口访问域名
|
||||||
szhUrl:'https://szh.makalu.cc',
|
szhUrl:'https://szh.makalu.cc',
|
||||||
|
|
|
@ -103,7 +103,7 @@ Component({
|
||||||
var data = this.data.rectifierData;
|
var data = this.data.rectifierData;
|
||||||
let _gridData=[];
|
let _gridData=[];
|
||||||
let chooses="";
|
let chooses="";
|
||||||
if(this.data.selectedIndex.length>1){
|
if(this.data.selectedIndex.length>0){
|
||||||
this.data.selectedIndex.forEach((item) =>{
|
this.data.selectedIndex.forEach((item) =>{
|
||||||
let _indexs = item.split('_');
|
let _indexs = item.split('_');
|
||||||
let name = data[_indexs[0]].userinfoList[_indexs[1]].nickName+" ["+data[_indexs[0]].userinfoList[_indexs[1]].jobTypeName+"]";
|
let name = data[_indexs[0]].userinfoList[_indexs[1]].nickName+" ["+data[_indexs[0]].userinfoList[_indexs[1]].jobTypeName+"]";
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
<view class="inspect_info_list">
|
<view class="inspect_info_list">
|
||||||
<view class="inspect_info_title" style="padding: 20rpx 0 10rpx;">复检人</view>
|
<view class="inspect_info_title" style="padding: 20rpx 0 10rpx;">复检人</view>
|
||||||
<view class="inspect_info_content">
|
<view class="inspect_info_content">
|
||||||
<select-group-person rectifierData="{{rectifierData2}}" multiple="{{fales}}" bindselected="onAddRecheckSend" index="2" title="请选择复检人" choose="{{recheckSendUser}}">
|
<select-group-person rectifierData="{{rectifierData2}}" multiple="{{fales}}" bindselected="onAddRecheckSend" index="2" title="请选择复检人" choose="{{recheckSend}}">
|
||||||
</select-group-person>
|
</select-group-person>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
<view class="inspect_info_list">
|
<view class="inspect_info_list">
|
||||||
<view class="inspect_info_title" style="padding: 20rpx 0 10rpx;">复检人</view>
|
<view class="inspect_info_title" style="padding: 20rpx 0 10rpx;">复检人</view>
|
||||||
<view class="inspect_info_content">
|
<view class="inspect_info_content">
|
||||||
<select-group-person rectifierData="{{rectifierData2}}" multiple="{{fales}}" bindselected="onAddRecheckSend" index="2" title="请选择复检人" choose="{{recheckSendUser}}">
|
<select-group-person rectifierData="{{rectifierData2}}" multiple="{{fales}}" bindselected="onAddRecheckSend" index="2" title="请选择复检人" choose="{{recheckSend}}">
|
||||||
</select-group-person>
|
</select-group-person>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue