Commit 774c4437 by liaoxing

infccd修改

parent 1aae6a3a
...@@ -579,18 +579,21 @@ export default { ...@@ -579,18 +579,21 @@ export default {
}; };
}, },
methods: { methods: {
// async getButtons(ownref, closedDate) { async getButtons(ownref, closedDate) {
// this.ownref = ownref; this.$refs.childs.initdialog = true
// this.cctselModel.clsflg = (closedDate ?? "").trim() === "" ? "" : "C"; this.ownref = ownref
// this.$refs.childs.initdialog = true; this.BotselModel.clsflg = (closedDate ?? "").trim() === "" ? "" : "C";
// console.log("ownref:" + ownref); console.log("ownref:" + ownref);
// }, },
// async onChoose(code, prePageId) { async onChoose(code, prePageId) {
// //跳转交易 //跳转交易
// // this.$router.history.push("/business/" + code); // this.$router.history.push("/business/" + code)
// this.$router.push({ name: code.charAt(0).toUpperCase() + code.substring(1), params: { prePageId } }); this.$router.push({ name: code.charAt(0).toUpperCase() + code.substring(1), params: { prePageId } });
// this.$refs.childs.initdialog = false; this.$refs.childs.initdialog = false;
// }, },
closeTrn(refId) {
this.$refs[refId].doClose();
},
// async getDitSelInfo(code) { // async getDitSelInfo(code) {
// //跳转交易 // //跳转交易
// this.$router.history.push("/business/" + code); // this.$router.history.push("/business/" + code);
...@@ -609,9 +612,6 @@ export default { ...@@ -609,9 +612,6 @@ export default {
// this.trnData.data = rtnmsg.data.infcon_trnstm.rows; // this.trnData.data = rtnmsg.data.infcon_trnstm.rows;
// } // }
// }, // },
// closeTrn(refId) {
// this.$refs[refId].doClose();
// },
toCctdav() { toCctdav() {
this.$router.history.push("/business/cctdav"); this.$router.history.push("/business/cctdav");
}, },
......
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