jf 5 лет назад
Родитель
Сommit
b44d2f95ce
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      ghsApp/src/components/module/app-commodity.vue

+ 7 - 0
ghsApp/src/components/module/app-commodity.vue

@@ -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() {