Commit 7d09ec64 by liushikai

待经办详情调整

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