流程问题修改1
This commit is contained in:
@@ -35,6 +35,9 @@
|
||||
<el-form-item label="案件状态:" prop="caseStatusName">
|
||||
<el-input v-model="form.caseStatusName" placeholder="" />
|
||||
</el-form-item>
|
||||
<el-form-item label="支付状态:" prop="paymentStatusName">
|
||||
<el-input v-model="form.paymentStatusName" placeholder="" />
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button
|
||||
@@ -80,9 +83,11 @@ export default {
|
||||
message: "确认成功",
|
||||
type: "success",
|
||||
});
|
||||
if (res.code == 200) {
|
||||
this.getList();
|
||||
}
|
||||
});
|
||||
this.cancel();
|
||||
this.getList();
|
||||
},
|
||||
cancel() {
|
||||
this.$emit("cancelpaymentdetails");
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
<script>
|
||||
import {
|
||||
caseApplicationList,
|
||||
caseApplicationDetail,
|
||||
selectCaseApplicationConfirm,
|
||||
casePay,
|
||||
} from "@/api/pay/pay";
|
||||
import paymentdetailsDialog from "./components/paymentdetailsDialog.vue";
|
||||
@@ -237,7 +237,7 @@ export default {
|
||||
},
|
||||
/** 查询详情 */
|
||||
getDetail(parms) {
|
||||
caseApplicationDetail(parms).then((res) => {
|
||||
selectCaseApplicationConfirm(parms).then((res) => {
|
||||
// console.log(res,'resesrrsrrsrrsrsr');
|
||||
// if (res.data.caseStatus == 2) {
|
||||
// res.data.caseStatusName = "待缴费确认";
|
||||
|
||||
Reference in New Issue
Block a user