فهرست منبع

Merge branch 'master' of http://git.huaml.com/zhh/front-end

jf 5 سال پیش
والد
کامیت
ec18e1210b
2فایلهای تغییر یافته به همراه4 افزوده شده و 7 حذف شده
  1. 1 1
      ghsApp/src/pagesStorehouse/allot/addExDetails.vue
  2. 3 6
      hdApp/src/pagesPurchase/wechatPay.vue

+ 1 - 1
ghsApp/src/pagesStorehouse/allot/addExDetails.vue

@@ -80,7 +80,7 @@
 					直接出库
 					直接出库
 				</button>
 				</button>
 				<button class="admin-button-com middle" @click="confirmStockOutOrder">
 				<button class="admin-button-com middle" @click="confirmStockOutOrder">
-					保存
+					保存草稿
 				</button>
 				</button>
 			</view>
 			</view>
 		</view>
 		</view>

+ 3 - 6
hdApp/src/pagesPurchase/wechatPay.vue

@@ -143,22 +143,19 @@ export default {
     getError () {
     getError () {
     },
     },
     _balancePay () {
     _balancePay () {
-      console.log('this.getLoginInfo===>', this.getLoginInfo, this.getDictionariesInfo)
+      let self = this
       if (this.getLoginInfo.payPassword) {
       if (this.getLoginInfo.payPassword) {
         this.keyShow = true
         this.keyShow = true
       } else {
       } else {
         uni.showModal({
         uni.showModal({
           title: '',
           title: '',
-          content: '即将前往设置密码页面',
+          content: '请先设置支付密码',
           success: function (res) {
           success: function (res) {
             if (res.confirm) {
             if (res.confirm) {
-              console.log('用户点击确定');
-              this.pageTo({
+              self.pageTo({
                 url: '/pagesPurchase/setPsd',
                 url: '/pagesPurchase/setPsd',
                 type: 2
                 type: 2
               })
               })
-            } else if (res.cancel) {
-              console.log('用户点击取消');
             }
             }
           }
           }
         });
         });