Commit 774c4437 by liaoxing

infccd修改

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