shish 11 luni în urmă
părinte
comite
6c3f936ecd
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      hdApp/src/admin/billing/affirm.vue

+ 1 - 1
hdApp/src/admin/billing/affirm.vue

@@ -659,7 +659,7 @@ export default {
       let orderId = this.option.orderId  ? this.option.orderId : 0
       let orderId = this.option.orderId  ? this.option.orderId : 0
 			let book = this.option.book ? this.option.book : 0
 			let book = this.option.book ? this.option.book : 0
 			let reduceStock = this.option.reduceStock?this.option.reduceStock:0
 			let reduceStock = this.option.reduceStock?this.option.reduceStock:0
-      params = {...params,orderId:orderId,book:book,reduceStock:reduceStock}
+      params = {...params,orderId:orderId,book:book,reduceStock:reduceStock,version:2}
 
 
       uni.showLoading({mask:true})
       uni.showLoading({mask:true})
       createOrder(params).then((res) => {
       createOrder(params).then((res) => {