Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev
This commit was merged in pull request #39.
This commit is contained in:
@@ -43,3 +43,14 @@ export function confirmPay(data) {
|
|||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
//确认缴费查看案件详情接口(新修改显示案件缴费状态)
|
||||||
|
export function selectCaseApplicationConfirm(data) {
|
||||||
|
return request({
|
||||||
|
url: '/caseApplication/selectCaseApplicationConfirm',
|
||||||
|
// headers: {
|
||||||
|
// isToken: false
|
||||||
|
// },
|
||||||
|
method: 'post',
|
||||||
|
data: data
|
||||||
|
})
|
||||||
|
}
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
label="仲裁方式"
|
label="仲裁方式"
|
||||||
align="center"
|
align="center"
|
||||||
prop="arbitratMethod"
|
prop="arbitratMethodName"
|
||||||
:show-overflow-tooltip="true"
|
:show-overflow-tooltip="true"
|
||||||
/>
|
/>
|
||||||
<!-- 仲裁员 -->
|
<!-- 仲裁员 -->
|
||||||
@@ -178,17 +178,17 @@
|
|||||||
v-hasPermi="['monitor:online:forceLogout']"
|
v-hasPermi="['monitor:online:forceLogout']"
|
||||||
>立案审查</el-button
|
>立案审查</el-button
|
||||||
>
|
>
|
||||||
<el-popconfirm title="是否进行缴费" @confirm="payStatus(scope.row)">
|
<!-- <el-popconfirm title="是否进行缴费" @confirm="payStatus(scope.row)"> -->
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
slot="reference"
|
|
||||||
icon="el-icon-tickets"
|
icon="el-icon-tickets"
|
||||||
|
@click="payStatus(scope.row)"
|
||||||
v-if="scope.row.caseStatus == 2"
|
v-if="scope.row.caseStatus == 2"
|
||||||
v-hasPermi="['monitor:online:forceLogout']"
|
v-hasPermi="['monitor:online:forceLogout']"
|
||||||
>缴费</el-button
|
>缴费</el-button
|
||||||
>
|
>
|
||||||
</el-popconfirm>
|
<!-- </el-popconfirm> -->
|
||||||
|
|
||||||
<!-- <el-button
|
<!-- <el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
@@ -245,7 +245,6 @@
|
|||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
slot="reference"
|
|
||||||
type="text"
|
type="text"
|
||||||
icon="el-icon-document"
|
icon="el-icon-document"
|
||||||
@click="generateawardRow(scope.row)"
|
@click="generateawardRow(scope.row)"
|
||||||
@@ -398,7 +397,7 @@ export default {
|
|||||||
// 查询参数
|
// 查询参数
|
||||||
queryParams: {
|
queryParams: {
|
||||||
caseNum: undefined,
|
caseNum: undefined,
|
||||||
caseStatusList: [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 16],
|
caseStatusList: [0, 1, 2, 5, 6, 7, 8, 9, 10, 16],
|
||||||
hearDate: "",
|
hearDate: "",
|
||||||
caseStatus: null,
|
caseStatus: null,
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
@@ -444,10 +443,14 @@ export default {
|
|||||||
this.loading = true;
|
this.loading = true;
|
||||||
caseApply(val).then((response) => {
|
caseApply(val).then((response) => {
|
||||||
this.dataList = response.rows;
|
this.dataList = response.rows;
|
||||||
this.dataList.forEach((item) => {
|
// this.dataList.forEach((item) => {
|
||||||
item.arbitratMethod =
|
// if (item.arbitratMethod == 1) {
|
||||||
item.arbitratMethod == 1 ? "视频仲裁" : "书面仲载";
|
// item.arbitratMethod = "视频仲裁";
|
||||||
});
|
// }
|
||||||
|
// if (item.arbitratMethod == 2) {
|
||||||
|
// item.arbitratMethod = "书面仲裁";
|
||||||
|
// }
|
||||||
|
// });
|
||||||
this.total = response.total;
|
this.total = response.total;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
@@ -461,13 +464,13 @@ export default {
|
|||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
resetQuery() {
|
resetQuery() {
|
||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
(this.queryParams.caseStatusList = [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 16]),
|
(this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10, 16]),
|
||||||
this.getcaseApply(this.queryParams);
|
this.getcaseApply(this.queryParams);
|
||||||
},
|
},
|
||||||
// 案件录入
|
// 案件录入
|
||||||
filingApplication() {
|
filingApplication() {
|
||||||
this.form = {};
|
this.form = {};
|
||||||
this.paymentArr = [
|
this.initpaymentArr = [
|
||||||
{
|
{
|
||||||
identityType: 1,
|
identityType: 1,
|
||||||
name: "",
|
name: "",
|
||||||
@@ -481,7 +484,7 @@ export default {
|
|||||||
contactAddressAgent: "",
|
contactAddressAgent: "",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
this.paymentArr1 = [
|
this.initpaymentArr1 = [
|
||||||
{
|
{
|
||||||
identityType: 2,
|
identityType: 2,
|
||||||
name: "",
|
name: "",
|
||||||
@@ -546,10 +549,17 @@ export default {
|
|||||||
paycancelRow(row) {
|
paycancelRow(row) {
|
||||||
this.openPay = false;
|
this.openPay = false;
|
||||||
},
|
},
|
||||||
|
// 是否进行缴费
|
||||||
payStatus(val) {
|
payStatus(val) {
|
||||||
this.getDetail({ id: val.id });
|
this.getDetail({ id: val.id });
|
||||||
this.openPay = true;
|
|
||||||
this.payTitle = "缴费";
|
this.payTitle = "缴费";
|
||||||
|
this.$modal
|
||||||
|
.confirm("是否进行缴费?")
|
||||||
|
.then()
|
||||||
|
.then(() => {
|
||||||
|
this.openPay = true;
|
||||||
|
})
|
||||||
|
.catch(() => {});
|
||||||
},
|
},
|
||||||
getDetail(parms) {
|
getDetail(parms) {
|
||||||
caseApplicationDetail(parms).then((res) => {
|
caseApplicationDetail(parms).then((res) => {
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="formData.caseNum"
|
v-model="formData.caseNum"
|
||||||
placeholder="请输入案件编号"
|
placeholder="请输入案件编号"
|
||||||
|
:disabled="flag == '1'"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
@@ -652,7 +653,7 @@ export default {
|
|||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
message: "案件编号不能为空",
|
message: "案件编号不能为空",
|
||||||
trigger: ["change", "blur"],
|
trigger: "blur",
|
||||||
},
|
},
|
||||||
{ max: 20, message: "长度应小于20个字符", trigger: "blur" },
|
{ max: 20, message: "长度应小于20个字符", trigger: "blur" },
|
||||||
],
|
],
|
||||||
@@ -660,9 +661,8 @@ export default {
|
|||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
message: "案件标的不能为空",
|
message: "案件标的不能为空",
|
||||||
trigger: ["change", "blur"],
|
trigger: "blur",
|
||||||
},
|
},
|
||||||
// { type: "Number", message: "案件标的必须为数字值" },
|
|
||||||
],
|
],
|
||||||
loanStartDate: [
|
loanStartDate: [
|
||||||
{
|
{
|
||||||
@@ -751,6 +751,36 @@ export default {
|
|||||||
this.form3.paymentArr1 = this.initpaymentArr1;
|
this.form3.paymentArr1 = this.initpaymentArr1;
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
if (this.flag == "2") {
|
||||||
|
this.form2.paymentArr = [
|
||||||
|
{
|
||||||
|
identityType: 1,
|
||||||
|
name: "",
|
||||||
|
identityNum: "",
|
||||||
|
contactTelphone: "",
|
||||||
|
workAddress: "",
|
||||||
|
workTelphone: "",
|
||||||
|
contactAddress: "",
|
||||||
|
nameAgent: "",
|
||||||
|
contactTelphoneAgent: "",
|
||||||
|
contactAddressAgent: "",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
this.form3.paymentArr1 = [
|
||||||
|
{
|
||||||
|
identityType: 2,
|
||||||
|
name: "",
|
||||||
|
identityNum: "",
|
||||||
|
contactTelphone: "",
|
||||||
|
workAddress: "",
|
||||||
|
workTelphone: "",
|
||||||
|
contactAddress: "",
|
||||||
|
nameAgent: "",
|
||||||
|
contactTelphoneAgent: "",
|
||||||
|
contactAddressAgent: "",
|
||||||
|
},
|
||||||
|
];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
deep: true,
|
deep: true,
|
||||||
@@ -835,22 +865,24 @@ export default {
|
|||||||
...this.formData,
|
...this.formData,
|
||||||
caseAffiliates: this.formData.caseAffiliates,
|
caseAffiliates: this.formData.caseAffiliates,
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
|
if (res.code == 200) {
|
||||||
this.$modal.msgSuccess("修改成功");
|
this.$modal.msgSuccess("修改成功");
|
||||||
this.$emit("cancel");
|
this.$emit("cancel");
|
||||||
this.getcaseApply(this.queryParams);
|
this.getcaseApply(this.queryParams);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
addCaseApply({
|
addCaseApply({
|
||||||
...this.formData,
|
...this.formData,
|
||||||
caseAffiliates: this.formData.caseAffiliates,
|
caseAffiliates: this.formData.caseAffiliates,
|
||||||
}).then((response) => {
|
}).then((response) => {
|
||||||
|
if (response.code == 200) {
|
||||||
this.$modal.msgSuccess("新增成功");
|
this.$modal.msgSuccess("新增成功");
|
||||||
this.$emit("cancel");
|
this.$emit("cancel");
|
||||||
this.getcaseApply(this.queryParams);
|
this.getcaseApply(this.queryParams);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// this.$emit("cancel");
|
|
||||||
// this.getcaseApply();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ export default {
|
|||||||
};
|
};
|
||||||
submitCaseApplicationCheck(paramsdata)
|
submitCaseApplicationCheck(paramsdata)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.$modal.msgSuccess("审查成功");
|
this.$modal.msgSuccess("提交成功");
|
||||||
this.cancel();
|
this.cancel();
|
||||||
this.$emit("getcaseApply", this.queryParams);
|
this.$emit("getcaseApply", this.queryParams);
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -145,8 +145,6 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
::v-deep .el-dialog {
|
::v-deep .el-dialog {
|
||||||
width: 422px;
|
|
||||||
height: 245px;
|
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,27 +10,27 @@
|
|||||||
center
|
center
|
||||||
>
|
>
|
||||||
<el-descriptions title="订单信息">
|
<el-descriptions title="订单信息">
|
||||||
<el-descriptions-item label="案件编号:">{{
|
<el-descriptions-item label="案件编号">{{
|
||||||
form.caseNum
|
form.caseNum
|
||||||
}}</el-descriptions-item>
|
}}</el-descriptions-item>
|
||||||
<el-descriptions-item label="申请人:">{{
|
<el-descriptions-item label="申请人">{{
|
||||||
form.applicant
|
form.applicantName
|
||||||
}}</el-descriptions-item>
|
}}</el-descriptions-item>
|
||||||
<el-descriptions-item label="案件标的:">{{
|
<el-descriptions-item label="案件标的">{{
|
||||||
form.caseSubjectAmount
|
form.caseSubjectAmount
|
||||||
}}</el-descriptions-item>
|
}}</el-descriptions-item>
|
||||||
<el-descriptions-item label="案件应缴费用:">{{
|
<el-descriptions-item label="案件应缴费用">{{
|
||||||
form.feePayable
|
form.feePayable
|
||||||
}}</el-descriptions-item>
|
}}</el-descriptions-item>
|
||||||
<el-descriptions-item label="被申请人:">{{
|
<el-descriptions-item label="被申请人">{{
|
||||||
form.respondent
|
form.respondentName
|
||||||
}}</el-descriptions-item>
|
}}</el-descriptions-item>
|
||||||
<el-descriptions-item label="申请人仲裁诉求:">{{
|
<el-descriptions-item label="案件状态">{{
|
||||||
form.arbitratClaims
|
|
||||||
}}</el-descriptions-item>
|
|
||||||
<el-descriptions-item label="案件状态:">{{
|
|
||||||
form.caseStatusName
|
form.caseStatusName
|
||||||
}}</el-descriptions-item>
|
}}</el-descriptions-item>
|
||||||
|
<el-descriptions-item label="申请人仲裁诉求">{{
|
||||||
|
form.arbitratClaims
|
||||||
|
}}</el-descriptions-item>
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
<div class="payType">
|
<div class="payType">
|
||||||
<span>请选择支付方式:</span>
|
<span>请选择支付方式:</span>
|
||||||
|
|||||||
@@ -270,7 +270,7 @@ import { getUserProfile } from "@/api/system/user";
|
|||||||
import { writtenHear } from "@/api/caseManagement/caseManagement.js";
|
import { writtenHear } from "@/api/caseManagement/caseManagement.js";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
props: ["showtrialincourt", "adjudicatename", "form"],
|
props: ["showtrialincourt", "adjudicatename", "form", "queryParams"],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
formData: {},
|
formData: {},
|
||||||
|
|||||||
@@ -35,6 +35,9 @@
|
|||||||
<el-form-item label="案件状态:" prop="caseStatusName">
|
<el-form-item label="案件状态:" prop="caseStatusName">
|
||||||
<el-input v-model="form.caseStatusName" placeholder="" />
|
<el-input v-model="form.caseStatusName" placeholder="" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-form-item label="支付状态:" prop="paymentStatusName">
|
||||||
|
<el-input v-model="form.paymentStatusName" placeholder="" />
|
||||||
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
<div slot="footer" class="dialog-footer">
|
<div slot="footer" class="dialog-footer">
|
||||||
<el-button
|
<el-button
|
||||||
@@ -80,9 +83,11 @@ export default {
|
|||||||
message: "确认成功",
|
message: "确认成功",
|
||||||
type: "success",
|
type: "success",
|
||||||
});
|
});
|
||||||
|
if (res.code == 200) {
|
||||||
|
this.getList();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
this.cancel();
|
this.cancel();
|
||||||
this.getList();
|
|
||||||
},
|
},
|
||||||
cancel() {
|
cancel() {
|
||||||
this.$emit("cancelpaymentdetails");
|
this.$emit("cancelpaymentdetails");
|
||||||
|
|||||||
@@ -132,7 +132,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import {
|
import {
|
||||||
caseApplicationList,
|
caseApplicationList,
|
||||||
caseApplicationDetail,
|
selectCaseApplicationConfirm,
|
||||||
casePay,
|
casePay,
|
||||||
} from "@/api/pay/pay";
|
} from "@/api/pay/pay";
|
||||||
import paymentdetailsDialog from "./components/paymentdetailsDialog.vue";
|
import paymentdetailsDialog from "./components/paymentdetailsDialog.vue";
|
||||||
@@ -237,7 +237,7 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 查询详情 */
|
/** 查询详情 */
|
||||||
getDetail(parms) {
|
getDetail(parms) {
|
||||||
caseApplicationDetail(parms).then((res) => {
|
selectCaseApplicationConfirm(parms).then((res) => {
|
||||||
// console.log(res,'resesrrsrrsrrsrsr');
|
// console.log(res,'resesrrsrrsrrsrsr');
|
||||||
// if (res.data.caseStatus == 2) {
|
// if (res.data.caseStatus == 2) {
|
||||||
// res.data.caseStatusName = "待缴费确认";
|
// res.data.caseStatusName = "待缴费确认";
|
||||||
|
|||||||
+2
-2
@@ -11,8 +11,8 @@ const name = process.env.VUE_APP_TITLE || '智慧仲裁管理系统' // 网页
|
|||||||
|
|
||||||
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
const port = process.env.port || process.env.npm_config_port || 80 // 端口
|
||||||
|
|
||||||
// const API = 'http://121.40.189.20:9001' //测试
|
const API = 'http://121.40.189.20:9001' //测试
|
||||||
const API = 'http://192.168.3.77:8080' //Q
|
// const API = 'http://192.168.3.77:8080' //Q
|
||||||
|
|
||||||
// vue.config.js 配置说明
|
// vue.config.js 配置说明
|
||||||
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
|
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
|
||||||
|
|||||||
Reference in New Issue
Block a user