shish 3 yıl önce
ebeveyn
işleme
566419160b

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

@@ -64,12 +64,6 @@ export default {
 	},
 	},
 	data() {
 	data() {
 		return {
 		return {
-			isAlterMoney:false,
-			isAloneAllActive: false,
-			isAloneAllFocus: false,
-			changeAutoPrice:'',
-			showPrice:0.00,
-			oldPrice:0.00,
 			ifFocus:false,
 			ifFocus:false,
 			bigCount:0,
 			bigCount:0,
 			smallCount:0,
 			smallCount:0,
@@ -90,17 +84,9 @@ export default {
 	computed: {
 	computed: {
 	},
 	},
 	mounted() {
 	mounted() {
-
-		if(this.info.priceLabel == 2){
-			this.changeAutoPrice = this.info.price
-		}
-		this.showPrice = this.info.priceLabel==1?null:this.info.price
-		this.oldPrice = (Number(this.info.cost) + Number(this.info.addPrice)).toFixed(2)
-
 		this.bigCount = this.info.bigCount
 		this.bigCount = this.info.bigCount
 		this.smallCount = this.info.smallCount
 		this.smallCount = this.info.smallCount
 		this.userPrice = this.info.userPrice
 		this.userPrice = this.info.userPrice
-
 	},
 	},
 	methods: {
 	methods: {
 		addItemFn () {
 		addItemFn () {