|
@@ -3310,7 +3310,7 @@ export default {
|
|
|
} else if (this.screen == '分录ID') {
|
|
|
console.log('进入了分录')
|
|
|
easPrimaryId = this.input
|
|
|
- } else if(!this.screen && this.input){
|
|
|
+ } else if(this.screen != '收款客户' && this.input){
|
|
|
remark = this.input
|
|
|
}
|
|
|
if (
|
|
@@ -3331,7 +3331,7 @@ export default {
|
|
|
this.input1 != ''
|
|
|
) {
|
|
|
capacityNo = this.input1
|
|
|
- } else if (!this.screen1 && this.input1) {
|
|
|
+ } else if (this.screen1 != '收款客户' && this.input1) {
|
|
|
remark = this.input1
|
|
|
}
|
|
|
this.axios
|