Commit 7d09ec64 by lsk

待经办详情调整

parent a183bef4
......@@ -54,6 +54,7 @@ export default {
}
},
async onDetails() {
this.$router.push({ path: "business/sptpopup", query: { inr: '111' }});
this.detailDialog=true;
let rtnmsg = await this.executeRule("details")
if (rtnmsg.respCode == SUCCESS) {
......
......@@ -96,12 +96,14 @@ import Bttrcl from "./Bttrcl"
import Betacc from "./Betacc"
import Betrcl from "./Betrcl"
import InftrnpsDetail from "./Trnrel/InftrnpsDetail"
import Sptpopup from "./Sptsel/Sptpopup"
/**
* 带有name的才会被添加进顶部的标签页里
*/
const BusRouter = [
{ path: 'inftrnpsDetail', component: InftrnpsDetail, name: 'InftrnpsDetail', meta: { title: '详情' } },
{ path: 'sptpopup', component: Sptpopup, name: 'Sptpopup', meta: { title: '详情' } },
{ path: 'cltdav', component: Cltdav, name: 'Cltdav', meta: { title: '打包托收开立' } },
{ path: 'clttra', component: Clttra, name: 'Clttra', meta: { title: '打包托收催收' } },
{ path: 'cltset', component: Cltset, name: 'Cltset', meta: { title: '打包托收解包' } },
......
......@@ -380,7 +380,7 @@
<el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
<div class="m-list-btns"></div>
</el-dialog>
<el-dialog
<!-- <el-dialog
class="detailDialogClass"
:visible.sync="detailDialog"
:title="'详情面板'"
......@@ -395,7 +395,7 @@
>
</c-col>
</span>
</el-dialog>
</el-dialog> -->
</div>
</template>
<script>
......@@ -403,14 +403,10 @@ import Api from "~/service/Api";
import CommonProcess from "~/mixin/CommonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Sptsel/Event";
import Sptpopup from "./Sptpopup.vue";
export default {
inject: ["root"],
props: ["model", "codes"],
components: {
"m-sptpopup": Sptpopup,
},
mixins: [CommonProcess],
data() {
......@@ -419,7 +415,7 @@ export default {
sourceModel: [],
sourceData: [],
initdialog: false,
detailDialog: false,
// detailDialog: false,
// setColumnFlg: false,
// saveColumnFlg: true,
......@@ -500,7 +496,7 @@ export default {
};
</script>
<style scoped>
.showColumnDialog >>> .el-dialog__body {
/* .showColumnDialog >>> .el-dialog__body {
padding-bottom: 10px;
}
.showColumnDialog >>> .el-dialog__footer {
......@@ -508,7 +504,7 @@ export default {
}
.detailDialogClass >>> .el-dialog {
height: 650px;
}
} */
.table-button-item-list{
padding: 0;
margin: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment