Commit 243692b3 by wangna

交易状态信息显示修改

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