|
@@ -229,7 +229,9 @@ export default {
|
|
|
this.params.targetSn = res.customerSn;
|
|
|
this.changeTime();
|
|
|
});
|
|
|
- this.cycleName = this.changeShowTime();
|
|
|
+ if(this.curTab !=6 && this.curTab !=7){
|
|
|
+ this.cycleName = this.changeShowTime();
|
|
|
+ }
|
|
|
},
|
|
|
onReady() {
|
|
|
setTimeout(()=>{
|
|
@@ -301,6 +303,7 @@ export default {
|
|
|
goChooseCustomer() {
|
|
|
uni.setStorageSync('curTab', this.curTab);
|
|
|
this.jumpPage('/pages/sales/chooseCustomerBill');
|
|
|
+ this.allChecked = false
|
|
|
},
|
|
|
changeTime() {
|
|
|
if (this.curTab != 6 && this.curTab != 7) {
|
|
@@ -455,7 +458,7 @@ export default {
|
|
|
let verifyId = Date.now()+this.nanoid();
|
|
|
this.verifyIdNum = verifyId
|
|
|
let settlement=this.chooseTotalPayPrice - this.backDiscountVal
|
|
|
- let url = 'http://p.iscm.360arrow.com/dzd/index.html?userSn=' + this.userData.orgSn + '&verifySn='+verifyId + '&name='+encodeURIComponent(this.userData.orgName);
|
|
|
+ let url = 'http://p.iscm.360arrow.com/dzd/index.html?' + this.userData.orgSn + '&'+verifyId + '&'+encodeURIComponent(this.userData.orgName);
|
|
|
if (uni.getSystemInfoSync().platform == 'ios') {
|
|
|
uni.share({
|
|
|
provider: 'weixin',
|