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