@@ -474,12 +474,12 @@
methods: {
changeHandler(value) {
if(value=="2"){
- this.yuan=false;
- this.laters=true;
- this.zjform.discountTerm="2";
- }else if(value=="1"){
this.laters=false;
this.yuan=true;
+ this.zjform.discountTerm="2";
+ }else if(value=="1"){
+ this.yuan=false;
+ this.laters=true;
this.zjform.discountTerm="1";
}
},