feat: 拼箱

20240912_adapter
chenhc 6 months ago
parent cb027420bb
commit 3fe00231f8

@ -560,7 +560,9 @@
},
spellBox() {
const temp = JSON.parse(JSON.stringify(this.relFormData));
temp.detailList = []
this.detailListSpell.forEach( item =>{
item.flag = 2
temp.detailList.push(item)
});
this.relFormDatas.push(temp)
@ -601,7 +603,9 @@
this.loading = true;
const temp = JSON.parse(JSON.stringify(this.relFormData));
temp.detailList = []
this.detailListSpell.forEach( item =>{
item.flag = 2
temp.detailList.push(item)
});
this.relFormDatas.push(temp)
@ -626,7 +630,9 @@
this.loading = true;
const temp = JSON.parse(JSON.stringify(this.relFormData));
temp.detailList = []
this.detailListSpell.forEach( item =>{
item.flag = 2
temp.detailList.push(item)
});
this.relFormDatas.push(temp)
@ -774,6 +780,7 @@
this.bhxjsl = 0;
this.syxjsl = 0;
this.parentCode = null;
this.inputDisabled = false
this.refreshCodesPanel()
},
init(){

@ -487,7 +487,9 @@
spellBox() {
this.inputDisabled = false
const temp = JSON.parse(JSON.stringify(this.relFormData));
temp.detailList = []
this.detailListSpell.forEach( item =>{
item.flag = 2
temp.detailList.push(item)
});
this.relFormDatas.push(temp)
@ -511,7 +513,9 @@
.then(() => {
const temp = JSON.parse(JSON.stringify(this.relFormData));
temp.detailList = []
this.detailListSpell.forEach( item =>{
item.flag = 2
temp.detailList.push(item)
});
this.relFormDatas.push(temp)
@ -535,7 +539,9 @@
});
}else {
const temp = JSON.parse(JSON.stringify(this.relFormData));
temp.detailList = []
this.detailListSpell.forEach( item =>{
item.flag = 2
temp.detailList.push(item)
});
this.relFormDatas.push(temp)
@ -683,6 +689,7 @@
this.bhxjsl = 0;
this.syxjsl = 0;
this.parentCode = null;
this.inputDisabled = false
this.refreshCodesPanel()
},
init(){

Loading…
Cancel
Save