e1bafd5a by renchao@pashanhoo.com

style:打印报错

1 parent 311c676b
......@@ -2,7 +2,7 @@
/*
* @Description: 此文件主要创建 axios 实例,然后添加请求拦截器和响应拦截器
* @Autor: renchao
* @LastEditTime: 2023-07-17 13:22:05
* @LastEditTime: 2023-07-21 10:30:53
*/
import axios from 'axios'
import Router from '@/router'
......@@ -84,7 +84,7 @@ service.interceptors.response.use(
} else {
// 对响应错误做点什么
Message({
message: error,
message: error.response.data.message,
type: 'error',
duration: 5 * 1000,
customClass: 'messageIndex'
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-25 15:52:42
* @LastEditTime: 2023-07-21 09:48:32
-->
<template>
<!-- 受理信息 -->
......@@ -353,10 +353,6 @@
import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable";
import selectTable from "@/components/selectTable/index.vue";
import tdytTable from "@/views/workflow/components/tdytTable";
// import the component
// import Treeselect from '@riophae/vue-treeselect'
// // import the styles
// import '@riophae/vue-treeselect/dist/vue-treeselect.css'
export default {
components: { qlrCommonTable, tdytTable, selectTable },
computed: {
......@@ -436,7 +432,11 @@
disabled: true,
czrOptions: [],
ssQlxxList: [],
ruleForm: {},
ruleForm: {
fdcq2: {
ftjzmj: ''
}
},
ableOperation: false,
//传递参数\
rules: {
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-16 15:55:45
* @LastEditTime: 2023-07-20 16:58:04
-->
<template>
<div class="from-clues">
......@@ -24,7 +24,7 @@
<el-input v-model="ruleForm.qlr" clearable placeholder="请输入权利人"></el-input>
</el-form-item>
</el-col>
<el-col :span="6" class="btnColRight">
<el-col :span="6" class="btnColRight" v-if="ableOperation">
<el-form-item>
<el-button type="primary" icon="el-icon-search" @click="handleSearch">查询</el-button>
<el-button type="primary" icon="el-icon-search" @click="zslqClick">证书领取</el-button>
......@@ -47,6 +47,8 @@
mixins: [table],
data () {
return {
//表单是否可操作
ableOperation: true,
ruleForm: {
ysxlh: '',
zsh: '',
......@@ -61,6 +63,9 @@
dialogVisible: false
}
},
created () {
this.ableOperation = this.$parent.currentSelectTab.ableOperation
},
methods: {
queryClick () {
this.ruleForm.bsmSlsq = this.$route.query.bsmSlsq;
......
......@@ -178,6 +178,7 @@
},
//申请单元点击事件
unitClick (index) {
if(this.unitData.length==0) return
this.currentSelectProps = this.unitData[index];
this.currentSelectProps.batchOperation = false;
this.activeIndex = index.toString();
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-17 14:20:17
* @LastEditTime: 2023-07-21 10:04:05
*/
import { getPrintTemplateByCode } from "@/api/print";
import { uploadUndo } from "@/api/clxx";
......@@ -291,6 +291,7 @@ export default {
instance.confirmButtonLoading = false;
instance.confirmButtonText = "确定";
this.$message.error(res.message);
// ywPopupDialog("转出错误明细", "workflow/components/dialog/dblist", { result: res.result }, '30%', true)
}
});
} else {
......
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-07-20 09:30:06
* @LastEditTime: 2023-07-21 09:50:20
-->
<template>
<div class="slxx">
......@@ -242,7 +242,12 @@
disabled: true,
tdytOption: [],
czrOptions: [],
ruleForm: {},
ruleForm: {
fdcq2: {
zyjzmj: '',
ftjzmj: ''
}
},
//传递参数
propsParam: this.$attrs,
//表单是否可操作
......
......@@ -269,7 +269,14 @@
sffbcz: "",
// 持证人
czr: "",
djyy: ''
djyy: '',
// 规划用途名称
zdjbxx: {
ghytmc: ''
},
fdcq2: {
fwxzmc: ''
}
},
//传递参数
propsParam: {},
......
......@@ -81,7 +81,7 @@
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="户不动产单元号:" prop="hbdcdyh">
<el-form-item label="户不动产单元号:" prop="ghytmc">
<el-input disabled v-model="ruleForm.ghytmc"></el-input>
</el-form-item>
</el-col>
......@@ -233,7 +233,7 @@
// 自然幢号
zrzh: "",
// 户不动产单元号
hbdcdyh: '',
ghytmc: '',
djzt: '',
// 图幅丘幢号
tfqzh: '',
......
......@@ -262,7 +262,11 @@
disabled: true,
//持证人选项
czrOptions: [],
ruleForm: {},
ruleForm: {
zdjbxx: {
ghytmc: ''
}
},
//传递参数
propsParam: {},
//表单是否可操作
......