|
@@ -591,7 +591,7 @@
|
|
|
|
|
|
<el-footer>
|
|
|
<el-checkbox v-model="confirm">我已阅读并同意</el-checkbox
|
|
|
- ><a href="">《xxxxxxxx融信协议》</a>
|
|
|
+ ><a @click="handle">《xxxxxxxx融信协议》</a>
|
|
|
</el-footer>
|
|
|
</el-container>
|
|
|
<el-dialog :visible.sync="yyzzVisible">
|
|
@@ -765,6 +765,12 @@
|
|
|
>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <!-- 合同 -->
|
|
|
+ <el-dialog :title="title" :visible.sync="open" width="800px" append-to-body>
|
|
|
+ <div slot="footer" class="dialog-footer">
|
|
|
+ <el-button @click="cancel">关闭</el-button>
|
|
|
+ </div>
|
|
|
+ </el-dialog>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -795,56 +801,60 @@ export default {
|
|
|
disabled: true,
|
|
|
// 完成跳转
|
|
|
redirect: undefined,
|
|
|
+ // 弹出层标题
|
|
|
+ title: "",
|
|
|
+ // 是否显示弹出层
|
|
|
+ open: false,
|
|
|
// 表单校验
|
|
|
- rules: {
|
|
|
- scyName: [
|
|
|
- {
|
|
|
- required: true,
|
|
|
- message: "企业名称不能为空",
|
|
|
- trigger: ["change", "blur"],
|
|
|
- },
|
|
|
- ],
|
|
|
- scySocialCode: [
|
|
|
- {
|
|
|
- required: true,
|
|
|
- message: "社会统一信用代码不能为空",
|
|
|
- trigger: ["change", "blur"],
|
|
|
- },
|
|
|
- ],
|
|
|
- scyLegal: [
|
|
|
- {
|
|
|
- required: true,
|
|
|
- message: "法人代表不能为空",
|
|
|
- trigger: ["change", "blur"],
|
|
|
- },
|
|
|
- ],
|
|
|
- smiManager: [
|
|
|
- {
|
|
|
- required: true,
|
|
|
- message: "客户经理不能为空",
|
|
|
- trigger: ["change", "blur"],
|
|
|
- },
|
|
|
- ],
|
|
|
- smiContract: [
|
|
|
- {
|
|
|
- required: true,
|
|
|
- message: "联系人姓名不能为空",
|
|
|
- trigger: ["change", "blur"],
|
|
|
- },
|
|
|
- ],
|
|
|
- smiContractPhone: [
|
|
|
- {
|
|
|
- required: true,
|
|
|
- message: "联系人电话不能为空",
|
|
|
- trigger: ["change", "blur"],
|
|
|
- },
|
|
|
- {
|
|
|
- pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
|
|
|
- message: "请输入正确的手机号码",
|
|
|
- trigger: ["blur", "change"],
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+ // rules: {
|
|
|
+ // scyName: [
|
|
|
+ // {
|
|
|
+ // required: true,
|
|
|
+ // message: "企业名称不能为空",
|
|
|
+ // trigger: ["change", "blur"],
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // scySocialCode: [
|
|
|
+ // {
|
|
|
+ // required: true,
|
|
|
+ // message: "社会统一信用代码不能为空",
|
|
|
+ // trigger: ["change", "blur"],
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // scyLegal: [
|
|
|
+ // {
|
|
|
+ // required: true,
|
|
|
+ // message: "法人代表不能为空",
|
|
|
+ // trigger: ["change", "blur"],
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // smiManager: [
|
|
|
+ // {
|
|
|
+ // required: true,
|
|
|
+ // message: "客户经理不能为空",
|
|
|
+ // trigger: ["change", "blur"],
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // smiContract: [
|
|
|
+ // {
|
|
|
+ // required: true,
|
|
|
+ // message: "联系人姓名不能为空",
|
|
|
+ // trigger: ["change", "blur"],
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // smiContractPhone: [
|
|
|
+ // {
|
|
|
+ // required: true,
|
|
|
+ // message: "联系人电话不能为空",
|
|
|
+ // trigger: ["change", "blur"],
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
|
|
|
+ // message: "请输入正确的手机号码",
|
|
|
+ // trigger: ["blur", "change"],
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // },
|
|
|
yyzzImageUrl: "",
|
|
|
yyzzVisible: false,
|
|
|
fsfzzImageUrl: "",
|
|
@@ -1024,9 +1034,9 @@ export default {
|
|
|
getList() {
|
|
|
cashBack().then((response) => {
|
|
|
console.log(response.data)
|
|
|
- if(response.data) {
|
|
|
+ if(!response.data) {
|
|
|
this.form = response.data.list;
|
|
|
- console.log(response.data.list)
|
|
|
+ console.log("list"+response.data.list)
|
|
|
if (response.data.list.scyStatus == "03") {
|
|
|
this.$set(
|
|
|
this.form,
|
|
@@ -1280,6 +1290,7 @@ export default {
|
|
|
});
|
|
|
getlicense(fd).then((response) => {
|
|
|
if (response) {
|
|
|
+ console.log(response.data)
|
|
|
this.$set(this.form, "scyName", response.data.scyName);
|
|
|
this.$set(this.form, "scySocialCode", response.data.scySocialCode);
|
|
|
this.$set(this.form, "scyAddress", response.data.scyAddress);
|
|
@@ -1293,7 +1304,6 @@ export default {
|
|
|
this.$set(this.form, "scyStartTime", response.data.scyStartTime);
|
|
|
}
|
|
|
if (response.data.scyEndTime != null) {
|
|
|
- console.log(response.data.scyEndTime);
|
|
|
this.$set(this.form, "scyEndTime", response.data.scyEndTime);
|
|
|
}
|
|
|
this.$set(this.form, "scyLicenseFile", response.data.scyLicenseFile);
|
|
@@ -1469,6 +1479,17 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
+ // 取消按钮
|
|
|
+ cancel() {
|
|
|
+ this.open = false;
|
|
|
+ this.reset();
|
|
|
+ },
|
|
|
+ /** 融信协议 */
|
|
|
+ handle(){
|
|
|
+ this.reset();
|
|
|
+ this.open = true;
|
|
|
+ this.title = "融信协议";
|
|
|
+ },
|
|
|
/** 提交按钮 */
|
|
|
submitForm() {
|
|
|
const loading = this.$loading({
|