shish 2 лет назад
Родитель
Сommit
6cb39370de

+ 1 - 1
ghsApp/src/pagesClient/member/detail.vue

@@ -390,7 +390,7 @@ export default {
       })
     },
     createOrder(){
-      this.$util.pageTo({url: '/admin/billing/index',type:2,query: {customId: this.userInfo.id,customName:this.userInfo.name}})
+      this.$util.pageTo({url: '/admin/billing/index2?customId='+this.userInfo.id+'&customName='+this.userInfo.name,type:2})
     },
     addStaff(){
       this.$util.pageTo({url: '/admin/custom/addStaff?id='+this.userInfo.id})

+ 2 - 2
hdApp/src/admin/home/workbench.vue

@@ -177,7 +177,7 @@
           <view class="box_6 flex-row" v-if="Number(ghsInfo.balance)>0" @click.stop="whyHave()">
             <view class="show_clear_area flex-row justify-between">
               <image class="icon_2" referrerpolicy="no-referrer" src="/static/lanhu_020105gongyingshangliebiao/ps2pvfa1l5i34w5vqj2k7b3kejml3i3nmrba1421bf-caa2-491b-8773-af413df7e96d.png" />
-              <text class="waite_clear_order">
+              <text class="waite_clear_order" @click.stop="balanceChange()">
                 可用余额&nbsp;¥{{ ghsInfo.balance ? parseFloat(ghsInfo.balance) : 0 }}
               </text>
             </view>
@@ -203,7 +203,7 @@
           <block v-else>
             <view class="button_6 flex-col" @click="fillCg(ghsInfo)"><text class="text_13">录采购单</text></view>
           </block>
-          <text style="position:absolute;left:690upx;top:3upx;color:#CCCCCC;" @click.stop="getMore(ghsInfo)">更多</text>
+          <text style="position:absolute;left:690upx;top:4upx;color:#CCCCCC;" @click.stop="getMore(ghsInfo)">更多</text>
         </view>
     </view>
 

+ 2 - 2
hdApp/src/pagesPurchase/order.vue

@@ -42,7 +42,7 @@
               <view class="box_6 flex-row" v-if="Number(ghsInfo.balance)>0" @click.stop="whyHave()">
                 <view class="show_clear_area flex-row justify-between">
                   <image class="icon_2" referrerpolicy="no-referrer" src="/static/lanhu_020105gongyingshangliebiao/ps2pvfa1l5i34w5vqj2k7b3kejml3i3nmrba1421bf-caa2-491b-8773-af413df7e96d.png" />
-                  <text class="waite_clear_order">
+                  <text class="waite_clear_order" @click.stop="balanceChange()">
                     可用余额&nbsp;¥{{ ghsInfo.balance ? parseFloat(ghsInfo.balance) : 0 }}
                   </text>
                 </view>
@@ -68,7 +68,7 @@
               <block v-else>
                 <view class="button_6 flex-col" @click="fillCg(ghsInfo)"><text class="text_13">录采购单</text></view>
               </block>
-              <text style="position:absolute;left:690upx;top:3upx;color:#CCCCCC;" @click.stop="getMore(ghsInfo)">更多</text>
+              <text style="position:absolute;left:690upx;top:4upx;color:#CCCCCC;" @click.stop="getMore(ghsInfo)">更多</text>
             </view>
         </view>