|
|
@@ -371,19 +371,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
confirmTake(){
|
|
|
- if(this.loginInfo.pfShopId && Number(this.loginInfo.pfShopId)>0){
|
|
|
- //有开批发店
|
|
|
this.pageTo({url: '/pagesPurchase/confirmTake?id='+this.detailInfo.id})
|
|
|
- }else{
|
|
|
- //没有开批发店
|
|
|
- this.$util.confirmModal({content:'确认已收货?'},() => {
|
|
|
- confirmTake({id:this.detailInfo.id}).then(res=>{
|
|
|
- if(res.code == 1){
|
|
|
-
|
|
|
- }
|
|
|
- })
|
|
|
- })
|
|
|
- }
|
|
|
},
|
|
|
copyWl(val){
|
|
|
const self = this;
|