选择调解员

This commit is contained in:
gyj
2024-01-16 17:32:40 +08:00
parent 27232abf9c
commit 8aaf9271e1
3 changed files with 14 additions and 10 deletions
+7 -3
View File
@@ -1,10 +1,14 @@
// 应用全局配置
module.exports = {
// baseUrl: 'https://api.xayunmei.com/zhongcaiapi',
// baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi',
// baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
// baseUrl: 'http://121.40.189.20:9001',
baseUrlZC: 'http://121.40.189.20:6001',
baseUrlTJ: 'http://121.40.189.22:8001',
baseUrlZC:'https://api.xayunmei.com/zhongcaiapi',
// 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://localhost:8080',
// baseUrl: 'http://192.168.3.18:9001',
@@ -61,10 +61,10 @@
<uni-data-checkbox class='checkbox' v-model="subnitForm.openCourtHear"
:localdata="arbitrationmethodArr" @change='arbitrationmethod'></uni-data-checkbox>
</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"
:localdata="uploadEvidence" @change='maintenancetypeChange'></uni-data-checkbox>
</uni-forms-item> -->
</uni-forms-item>
<uni-forms-item label="是否仲裁反请求" label-width="120px" name="objectiJuris" required>
<uni-data-checkbox class='checkbox' v-model="subnitForm.objectiJuris"
:localdata="objectiJurisArr" @change='objectiJurisChange'></uni-data-checkbox>
@@ -104,7 +104,7 @@
label="选择仲裁员"
label-width="120px"
required
v-if="sysType==2"
v-if="false"
>
<multipleSelect @change="selectTJ" v-model="defaultSelected" multiple dataKey="label" dataValue="value" :localdata="selectData" ></multipleSelect>
</uni-forms-item>
@@ -165,10 +165,10 @@
</uni-popup>
<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">
<view>
<radio :value="item.userId + ''" />
<checkbox color="blue" style="transform:scale(0.7)" :value="item.userId + ''" />
</view>
<view class="main">
<view class="">
@@ -179,7 +179,7 @@
</view>
</view>
</label>
</radio-group>
</checkbox-group>
</view>
<button type="primary" @click="submitImg">确认提交</button>
</view>
+1 -1
View File
@@ -4,7 +4,7 @@
<button @tap="logarBitration(1)" class="login-btn cu-btn block bg-blue lg round">登录仲裁系统</button>
</view>
<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>
</template>