|
|
@@ -122,6 +122,7 @@ export default {
|
|
|
this.isAloneAllActive=false;
|
|
|
this.isAloneAllFocus=false;
|
|
|
// if(e==''){return}
|
|
|
+ console.log(e);
|
|
|
this.changeAutoPrice = e?e:0;
|
|
|
if(this.isAlterMoney){
|
|
|
this.isAlterMoney = false;
|
|
|
@@ -157,8 +158,14 @@ export default {
|
|
|
this.$emit("del", this.info);
|
|
|
},
|
|
|
changePriceEvent(event) {
|
|
|
+ console.log('改价',this.changeAutoPrice)
|
|
|
this.isFocus = false;
|
|
|
+ this.isAloneAllFocus = false;
|
|
|
this.isAlterMoney = true;
|
|
|
+ this.$nextTick(()=>{
|
|
|
+ this.moveAllInput(this.changeAutoPrice);
|
|
|
+ })
|
|
|
+
|
|
|
|
|
|
},
|
|
|
customNum() {
|