浏览代码

修改bug

chenrui 2 年之前
父节点
当前提交
c0704c8231
共有 3 个文件被更改,包括 4 次插入3 次删除
  1. 1 1
      pages/sales/bill.vue
  2. 1 1
      pages/sales/billHistoryDetail.vue
  3. 2 1
      pages/sales/index.vue

+ 1 - 1
pages/sales/bill.vue

@@ -458,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?' + this.userData.orgSn + '&'+verifyId + '&'+encodeURIComponent(this.userData.orgName);
+			let url = 'http://p.iscm.360arrow.com/dzd/index.html?' + this.userData.orgSn + '&'+verifyId;
 			if (uni.getSystemInfoSync().platform == 'ios') {
 				uni.share({
 					provider: 'weixin',

+ 1 - 1
pages/sales/billHistoryDetail.vue

@@ -111,7 +111,7 @@ export default {
 		},
 		// 分享图文
 		handleShare() {
-			let url = 'http://p.iscm.360arrow.com/dzd/index.html?' + this.userData.orgSn + '&' + this.verifySn + '&' + encodeURIComponent(this.userData.orgName);
+			let url = 'http://p.iscm.360arrow.com/dzd/index.html?' + this.userData.orgSn + '&' + this.verifySn;
 			if (uni.getSystemInfoSync().platform == 'ios') {
 				uni.share({
 					provider: 'weixin',

+ 2 - 1
pages/sales/index.vue

@@ -35,7 +35,8 @@
 					<u-image class="nav-pic" :src="`../../static/${theme}/navIcon/pfind.png`" width="64" height="64"></u-image>
 					<text class="nav-txt">产品查询</text>
 				</view>
-				<view class="nav-item" @click="toPage('/pages/sales/chooseCustomerBill')" v-if="$hasPermissions('M_ARStatement_mobile')">
+				<!-- v-if="$hasPermissions('M_ARStatement_mobile')" -->
+				<view class="nav-item" @click="toPage('/pages/sales/chooseCustomerBill')" >
 					<u-image class="nav-pic" :src="`../../static/${theme}/navIcon/billImg.png`" width="64" height="64"></u-image>
 					<text class="nav-txt">应收对账单</text>
 				</view>