Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/miniapp into gyj
This commit is contained in:
@@ -24,9 +24,7 @@
|
||||
</view>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="是否缴费通过" label-width="120px" name="yesOrNo">
|
||||
<uni-data-checkbox class='checkbox'
|
||||
:localdata="yesOrNoObject"
|
||||
v-model="yesOrNo"
|
||||
<uni-data-checkbox class='checkbox' :localdata="yesOrNoObject" v-model="yesOrNo"
|
||||
@change='clearValidate'></uni-data-checkbox>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="驳回原因:" name="reason" label-width="120px" required v-if="refusedisabled"
|
||||
@@ -48,7 +46,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {selectPaymentDetail,confirmPaid,resConfirmPaid} from '../../../api/handlecase/index.js'
|
||||
import {
|
||||
selectPaymentDetail,
|
||||
confirmPaid,
|
||||
resConfirmPaid
|
||||
} from '../../../api/handlecase/index.js'
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -147,7 +149,9 @@
|
||||
},
|
||||
onLoad(data) {
|
||||
this.paymentConfirm = data
|
||||
this.paymentDetails({id:data.id})
|
||||
this.paymentDetails({
|
||||
id: data.id
|
||||
})
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -156,6 +160,7 @@
|
||||
page {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.assignrbitrators {
|
||||
margin: 30rpx;
|
||||
}
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<view class="" v-if="sysType == 2">
|
||||
<button type="primary" @tap="newlyAddedCases" v-if="checkPermi(['caseManagement:list:add'])">新增案件</button>
|
||||
</view>
|
||||
<List class="caseList" v-for="(item,index) in caseList" :defalutVal='item' :buttonList='buttonList' :key="index"
|
||||
:sysType='sysType'>
|
||||
<List class="caseList" @pDeleteCase='deleteCase' v-for="(item,index) in caseList" :defalutVal='item'
|
||||
:buttonList='buttonList' :key="index" :sysType='sysType'>
|
||||
</List>
|
||||
<view class="emptyBox" v-if="caseList.length == 0">
|
||||
<luanqing-empty :show="true" textColor="#000"></luanqing-empty>
|
||||
@@ -51,6 +51,7 @@
|
||||
},
|
||||
getList(parms) {
|
||||
console.log(111)
|
||||
this.caseList = [];
|
||||
if (this.sysType == 1) {
|
||||
respondentList(parms).then(res => {
|
||||
// this.caseList = res.rows;
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user