Explorar o código

采购单分享核销码

shish %!s(int64=2) %!d(string=hai) anos
pai
achega
eeaf239bf1

+ 1 - 1
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -173,7 +173,7 @@ export default {
 					if(that.info.tkPrice && Number(this.info.tkPrice)>0){
 						that.title = that.title+' 已退¥'+parseFloat(that.info.tkPrice)
 					}
-
+					that.title = that.title+' 核销码'+that.info.checkCode
 				}
 			})
 

+ 5 - 0
ghsApp/src/pagesPurchase/info.vue

@@ -45,6 +45,10 @@
 					<view>录入人员:</view>
 					<view>{{ detailInfo.adminName }}</view>
 				</view>
+				<view class="order-info_box">
+					<view>核销编码:</view>
+					<view>{{ detailInfo.checkCode }}</view>
+				</view>
 				<view class="order-info_box">
 					<view>入库状态:</view>
 					<view>{{ detailInfo.status==1?'待确认' :detailInfo.status==2?'待发货' :detailInfo.status==3?'待入库' :detailInfo.status==4?'已入库' :'已取消' }}</view>
@@ -646,6 +650,7 @@ export default {
 			if(this.detailInfo.tkPrice && Number(this.detailInfo.tkPrice)>0){
 				this.title = this.title+' 已退¥'+parseFloat(this.detailInfo.tkPrice)
 			}
+			this.title = this.title+' 核销码'+this.detailInfo.checkCode
 		}
 	}
 };