Commit 243692b3 by wangna

交易状态信息显示修改

parent 8f0c3bed
......@@ -59,7 +59,7 @@ export default class Bctsel{
dadsnd:"", // Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg:"C", // Show closed Contracts .clsflg
clsflg:"", // Show closed Contracts .clsflg
matp:{
mattxtlab:"", // Label for MATTXT .matp.mattxtlab
},
......
......@@ -54,7 +54,7 @@ export default class Botsel{
dadsnd:"", // Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg:"C", // Show closed Contract .clsflg
clsflg:"", // Show closed Contract .clsflg
matp:{
mattxtlab:"", // Label for MATTXT .matp.mattxtlab
},
......
......@@ -109,7 +109,7 @@ export default class Bptsel{
dadsnd:"", // Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg:"C", // SShow closed Contract .clsflg
clsflg:"", // SShow closed Contract .clsflg
pageId: "" // ctx的key
}
}
......
......@@ -93,7 +93,7 @@ export default class Cctsel {
dadsnd: "", // Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg: "C", // Show closed Contract .clsflg
clsflg:"", // Show closed Contract .clsflg
ledgrp: {
rec: {
......
......@@ -20,7 +20,7 @@ export default class Cltsel{
dadsnd:"", // Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg:"C", // Show closed Contract .clsflg
clsflg:"", // Show closed Contract .clsflg
cldgrp:{
rec:{
ownref:"", // Reference .cldgrp.rec.ownref
......
......@@ -45,7 +45,7 @@ export default class Cptsel{
dadsnd:"", // Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg:"C", // Show closed Contract .clsflg
clsflg:"", // Show closed Contract .clsflg
cfgfil:{
btnstm:"",
bitmap:"", // Bitmap for folder .cfgfil.bitmap
......
......@@ -65,7 +65,7 @@ export default class Detsel {
pts: new Pts().data,
},
},
clsflg: "C", // Show closed Contracts .clsflg
clsflg:"", // Show closed Contracts .clsflg
recget: {
sdamod: {
dadsnd: "", // Drag Drop Sender .recget.sdamod.dadsnd
......
......@@ -54,7 +54,7 @@ export default class Getsel{
dadsnd:"", // Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg:"C", // Show closed Contract .clsflg
clsflg:"", // Show closed Contract .clsflg
explab:"", // Label unlimited Validity .explab
aplmullab:"", // Label, that is set, if there are multiple applicants .aplmullab
lialab:"", // Label unlimited lLability .lialab
......
......@@ -60,7 +60,7 @@ export default class Gitsel{
dadsnd:"", // Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg:"C", // Show closed Contract .clsflg
clsflg:"", // Show closed Contract .clsflg
explab:"", // Label unlimited Validity .explab
aplmullab:"", // Label, that is set, if there are multiple applicants .aplmullab
lialab:"", // Label unlimited lLability .lialab
......
......@@ -75,7 +75,7 @@ export default class Letsel{
dadsnd:"", // Drag Drop Sender .recget.sdamod.dadsnd
},
},
clsflg:"C", // Show closed Contracts .clsflg
clsflg:"", // Show closed Contracts .clsflg
bedgrp:{
rec:{
ownref:"", // Document Reference .bedgrp.rec.ownref
......
......@@ -227,6 +227,7 @@ export
methods: {
...Event,
async getButtons(ownref) {
this.BctselModel.clsflg = 'C'
this.$refs.childs.initdialog = true
this.ownref = ownref
console.log("ownref:" + ownref);
......
......@@ -372,6 +372,7 @@ export default {
...Event,
async getButtons(ownref){
this.ownref = ownref
this.ditselModel.didget.clsflg = 'C'
this.$refs.childs.initdialog = true
console.log("ownref:" +ownref);
},
......
......@@ -414,6 +414,7 @@ export default {
...Event,
async getButtons(ownref) {
this.ownref = ownref;
this.letselModel.clsflg = 'C'
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
......
......@@ -269,6 +269,7 @@ export default {
...Event,
async getButtons(ownref) {
this.ownref = ownref
this.detselModel.clsflg = 'C'
this.$refs.childs.initdialog = true
console.log("ownref:" + ownref);
},
......
......@@ -234,6 +234,7 @@ export default {
async getButtons(ownref) {
this.$refs.childs.initdialog = true
this.ownref = ownref
this.BotselModel.clsflg = 'C'
console.log("ownref:" + ownref);
},
async onChoose(code) {
......
......@@ -513,6 +513,7 @@ export default {
...Event,
async getButtons(ownref) {
this.ownref = ownref;
this.BptselModel.clsflg = 'C'
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
......
......@@ -420,6 +420,7 @@ export default {
...Event,
async getButtons(ownref){
this.ownref = ownref
this.litselModel.lidget.clsflg = 'C'
this.$refs.childs.initdialog = true
console.log("ownref:" +ownref);
},
......
......@@ -383,6 +383,7 @@ export default {
...Event,
async getButtons(ownref) {
this.ownref = ownref;
this.letselModel.clsflg = 'C'
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
......
......@@ -440,6 +440,7 @@ export default {
...Event,
async getButtons(ownref) {
this.ownref = ownref;
this.cctselModel.clsflg = 'C'
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
......
......@@ -153,6 +153,13 @@
};
this.navcode.push(newList);
}
// 交易状态信息
const selbut = this.model.selbut ?? {}
const arr = Object.keys(selbut)
.filter(key => key.startsWith("dsp"))
.map(key => selbut[key] || "")
.filter(s => s.trim()!== "")
this.tState = arr
} else {
this.navcode = [];
this.$notify.error({ title: "错误", message: "服务请求失败!" });
......
......@@ -237,6 +237,7 @@ export default {
methods: {
...Event,
async getButtons(ownref,amt,inr,opndat) {
this.CltselModel.clsflg = 'C'
this.$refs.childs.initdialog = true
this.ownref = ownref
this.amt = amt;
......
......@@ -556,6 +556,7 @@ export default {
}, */
async getButtons(ownref) {
this.ownref = ownref;
this.cptselModel.clsflg = 'C'
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
......
......@@ -410,6 +410,7 @@ export default {
...Event,
async getButtons(ownref){
this.ownref = ownref
this.detselModel.clsflg = 'C'
this.$refs.childs.initdialog = true
console.log("ownref:" +ownref);
},
......
......@@ -436,6 +436,7 @@ export default {
...Event,
async getButtons(ownref){
this.ownref = ownref
this.ditselModel.didget.clsflg = 'C'
this.$refs.childs.initdialog = true
console.log("ownref:" +ownref);
},
......
......@@ -231,6 +231,8 @@ export default {
...Event,
async getButtons(ownref) {
this.ownref = ownref;
this.gitselModel.clsflg = 'C'
this.getselModel.clsflg = 'C'
this.$refs.childs.initdialog = true;
this.dialogFlag = ownref.startsWith("LG");
console.log("dialogFlag:" + this.dialogFlag);
......
......@@ -348,6 +348,8 @@ export default {
...Event,
async getButtons(ownref) {
this.ownref = ownref;
this.gitselModel.clsflg = 'C'
this.getselModel.clsflg = 'C'
this.$refs.childs.initdialog = true;
this.dialogFlag = ownref.startsWith("LG");
console.log("dialogFlag:" + this.dialogFlag);
......
......@@ -258,6 +258,7 @@ export default {
...Event,
async getButtons(ownref) {
this.ownref = ownref;
this.letselModel.clsflg = 'C'
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
......
......@@ -490,6 +490,7 @@ export default {
...Event,
async getButtons(ownref) {
this.ownref = ownref;
this.litselModel.lidget.clsflg = 'C'
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
......
......@@ -339,6 +339,7 @@ export default {
...Event,
async getButtons(ownref) {
this.ownref = ownref;
this.letselModel.clsflg = 'C'
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
......
......@@ -519,6 +519,7 @@ export default {
...Event,
async getButtons(ownref) {
this.ownref = ownref;
this.TrtselModel.clsflg = 'C'
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
......
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