选择调解员
This commit is contained in:
@@ -1,10 +1,14 @@
|
|||||||
// 应用全局配置
|
// 应用全局配置
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// baseUrl: 'https://api.xayunmei.com/zhongcaiapi',
|
// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
|
||||||
// baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
|
// baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
|
||||||
// baseUrl: 'http://121.40.189.20:9001',
|
// baseUrl: 'http://121.40.189.20:9001',
|
||||||
baseUrlZC: 'http://121.40.189.20:6001',
|
baseUrlZC:'https://api.xayunmei.com/zhongcaiapi',
|
||||||
baseUrlTJ: 'http://121.40.189.22:8001',
|
// baseUrlZC:'https://api.xayunmei.com/zhongcaiapitest',
|
||||||
|
baseUrlTJ:'https://api.xayunmei.com/tiaojieapitest',
|
||||||
|
// baseUrlTJ:'https://api.xayunmei.com/tiaojieapi',
|
||||||
|
// baseUrlZC: 'http://121.40.189.20:8001',
|
||||||
|
// baseUrlTJ: 'http://121.40.189.20:6001',
|
||||||
// baseUrl: 'http://172.16.1.24:8001',
|
// baseUrl: 'http://172.16.1.24:8001',
|
||||||
// baseUrl: 'http://localhost:8080',
|
// baseUrl: 'http://localhost:8080',
|
||||||
// baseUrl: 'http://192.168.3.18:9001',
|
// baseUrl: 'http://192.168.3.18:9001',
|
||||||
|
|||||||
@@ -61,10 +61,10 @@
|
|||||||
<uni-data-checkbox class='checkbox' v-model="subnitForm.openCourtHear"
|
<uni-data-checkbox class='checkbox' v-model="subnitForm.openCourtHear"
|
||||||
:localdata="arbitrationmethodArr" @change='arbitrationmethod'></uni-data-checkbox>
|
:localdata="arbitrationmethodArr" @change='arbitrationmethod'></uni-data-checkbox>
|
||||||
</uni-forms-item> -->
|
</uni-forms-item> -->
|
||||||
<!-- <uni-forms-item label="是否指派仲裁员" label-width="120px" name="pendingAppointArbotrar" required>
|
<uni-forms-item label="是否指派调解员" label-width="120px" v-if="sysType==2" name="pendingAppointArbotrar" required>
|
||||||
<uni-data-checkbox class='checkbox' v-model="subnitForm.pendingAppointArbotrar"
|
<uni-data-checkbox class='checkbox' v-model="subnitForm.pendingAppointArbotrar"
|
||||||
:localdata="uploadEvidence" @change='maintenancetypeChange'></uni-data-checkbox>
|
:localdata="uploadEvidence" @change='maintenancetypeChange'></uni-data-checkbox>
|
||||||
</uni-forms-item> -->
|
</uni-forms-item>
|
||||||
<uni-forms-item label="是否仲裁反请求" label-width="120px" name="objectiJuris" required>
|
<uni-forms-item label="是否仲裁反请求" label-width="120px" name="objectiJuris" required>
|
||||||
<uni-data-checkbox class='checkbox' v-model="subnitForm.objectiJuris"
|
<uni-data-checkbox class='checkbox' v-model="subnitForm.objectiJuris"
|
||||||
:localdata="objectiJurisArr" @change='objectiJurisChange'></uni-data-checkbox>
|
:localdata="objectiJurisArr" @change='objectiJurisChange'></uni-data-checkbox>
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
label="选择仲裁员"
|
label="选择仲裁员"
|
||||||
label-width="120px"
|
label-width="120px"
|
||||||
required
|
required
|
||||||
v-if="sysType==2"
|
v-if="false"
|
||||||
>
|
>
|
||||||
<multipleSelect @change="selectTJ" v-model="defaultSelected" multiple dataKey="label" dataValue="value" :localdata="selectData" ></multipleSelect>
|
<multipleSelect @change="selectTJ" v-model="defaultSelected" multiple dataKey="label" dataValue="value" :localdata="selectData" ></multipleSelect>
|
||||||
</uni-forms-item>
|
</uni-forms-item>
|
||||||
@@ -165,10 +165,10 @@
|
|||||||
|
|
||||||
</uni-popup>
|
</uni-popup>
|
||||||
<view class="uni-list" v-if="selectFlag">
|
<view class="uni-list" v-if="selectFlag">
|
||||||
<radio-group @change="checkboxChange" style="width: 100%;">
|
<checkbox-group @change="checkboxChange" style="width: 100%;">
|
||||||
<label class="uni-list-cell uni-list-cell-pd" v-for="item in items" :key="item.userId">
|
<label class="uni-list-cell uni-list-cell-pd" v-for="item in items" :key="item.userId">
|
||||||
<view>
|
<view>
|
||||||
<radio :value="item.userId + ''" />
|
<checkbox color="blue" style="transform:scale(0.7)" :value="item.userId + ''" />
|
||||||
</view>
|
</view>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
<view class="">
|
<view class="">
|
||||||
@@ -179,7 +179,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</label>
|
</label>
|
||||||
</radio-group>
|
</checkbox-group>
|
||||||
</view>
|
</view>
|
||||||
<button type="primary" @click="submitImg">确认提交</button>
|
<button type="primary" @click="submitImg">确认提交</button>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<button @tap="logarBitration(1)" class="login-btn cu-btn block bg-blue lg round">登录仲裁系统</button>
|
<button @tap="logarBitration(1)" class="login-btn cu-btn block bg-blue lg round">登录仲裁系统</button>
|
||||||
</view>
|
</view>
|
||||||
<view class="action-btn"style="margin-top:100rpx">
|
<view class="action-btn"style="margin-top:100rpx">
|
||||||
<button @tap="logarBitration(2)" class="login-btn cu-btn block bg-blue lg round">登录调节系统</button>
|
<button @tap="logarBitration(2)" class="login-btn cu-btn block bg-blue lg round">登录调解系统</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user