瀏覽代碼

入库与改价

shish 2 年之前
父節點
當前提交
84d6a95659
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ghsApp/src/pagesPurchase/info.vue

+ 1 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -382,7 +382,7 @@ export default {
 			this.printNum = item.itemNum
 		},
 		changePrice(){
-			this.$util.pageTo({url: "/pagesPurchase/components/pageSuccess?orderSn="+this.detailInfo.orderSn+"&id="+this.detailInfo.id+"&status="+this.detailInfo.status})
+			this.$util.pageTo({url: "/pagesPurchase/components/pageSuccess?orderSn="+this.detailInfo.orderSn+"&id="+this.detailInfo.id+"&status="+this.detailInfo.status,type:2})
 		},
 		cancelIn(){
 			let that = this