shish 3 лет назад
Родитель
Сommit
d45400dc69

+ 5 - 2
ghsApp/src/admin/billing/index.vue

@@ -143,10 +143,13 @@ export default {
 	},
 	onShow() {
 
-	},
-	onUnload() {
 	},
 	onLoad () {
+
+		if(this.option.customName){
+			uni.setNavigationBarTitle({ title: '开单给【 '+this.option.customName+' 】' })
+		}
+
 		if (!this.$util.isEmpty(this.option.customId)){
 			this.selectJobId = this.option.customId
 		}

+ 4 - 2
ghsApp/src/admin/custom/selectCustom.vue

@@ -97,9 +97,9 @@ export default {
       if(style == 1){
         //选择客户并开单情况
         if(this.$util.isScanEnv()){
-          this.$util.pageTo({url: '/admin/billing/affirm',type:2,query: {customId: item.id}})
+          this.$util.pageTo({url: '/admin/billing/affirm',type:2,query: {customId: item.id,customName:item.name}})
         }else{
-          this.$util.pageTo({url: '/admin/billing/index',type:2,query: {customId: item.id}})
+          this.$util.pageTo({url: '/admin/billing/index',type:2,query: {customId: item.id,customName:item.name}})
         }
       }else if(style == 2){
         //用于选择客户并且需要返回的情况
@@ -257,6 +257,7 @@ export default {
       text-overflow: ellipsis;
       white-space: nowrap;
       width: 290upx;
+      font-weight:bold;
     }
   }
 
@@ -273,6 +274,7 @@ export default {
       .amount_num{
         color:red;
         margin-left:5upx;
+        font-weight:bold;
       }
     }
   }

+ 3 - 1
ghsApp/src/admin/home/member.vue

@@ -304,7 +304,8 @@ export default {
       text-overflow: ellipsis;
       white-space: nowrap;
       width: 300upx;
-      font-weight:500;
+      font-weight:bold;
+      font-size: 30upx;
     }
   }
 
@@ -320,6 +321,7 @@ export default {
       .amount_num{
         color:red;
         margin-left:5upx;
+        font-weight:bold;
       }
     }
   }