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

+ 1 - 1
ghsApp/src/admin/custom/selectCustom.vue

@@ -255,7 +255,7 @@ export default {
       overflow: hidden;
       overflow: hidden;
       text-overflow: ellipsis;
       text-overflow: ellipsis;
       white-space: nowrap;
       white-space: nowrap;
-      width: 290upx;
+      width: 500upx;
       font-size: 32upx;
       font-size: 32upx;
       .super-man{
       .super-man{
         margin-left:20upx;
         margin-left:20upx;

+ 2 - 2
ghsApp/src/admin/home/member.vue

@@ -15,7 +15,7 @@
     <div class="list-wrap">
     <div class="list-wrap">
     <block v-if="!$util.isEmpty(list.data)">
     <block v-if="!$util.isEmpty(list.data)">
       <block v-for="(item, index) in list.data" :key="index">
       <block v-for="(item, index) in list.data" :key="index">
-        <tui-list-cell :arrow="true" @click="pageTo({url: '/pagesClient/member/detail',query: {id: item.id}})">
+        <tui-list-cell :arrow="true" @click="pageTo({url: '/pagesClient/member/detail?id='+item.id})">
           <div class="tui-msg-box">
           <div class="tui-msg-box">
             <img :src="item.avatar" class="tui-msg-pic" mode="widthFix" />
             <img :src="item.avatar" class="tui-msg-pic" mode="widthFix" />
             <div class="tui-msg-item">
             <div class="tui-msg-item">
@@ -313,7 +313,7 @@ export default {
       overflow: hidden;
       overflow: hidden;
       text-overflow: ellipsis;
       text-overflow: ellipsis;
       white-space: nowrap;
       white-space: nowrap;
-      width: 390upx;
+      width: 500upx;
       font-size: 32upx;
       font-size: 32upx;
       .super-man{
       .super-man{
         margin-left:20upx;
         margin-left:20upx;

+ 8 - 1
ghsApp/src/pagesOrder/detail.vue

@@ -40,7 +40,8 @@
 			<view class="flex-space title">
 			<view class="flex-space title">
 				单据信息
 				单据信息
 				<view class="flex" style="color: #3385ff;font-weight: 400">
 				<view class="flex" style="color: #3385ff;font-weight: 400">
-					<view @click.stop="allotFn()" style="margin-left: 20upx;">分配工作</view>
+					<view @click.stop="openAgain()" style="margin-left:0upx;">再开一单</view>
+					<view @click.stop="allotFn()" style="margin-left:50upx;">分配工作</view>
 				</view>
 				</view>
 			</view>
 			</view>
 			<view class="bills-info_box content-box">
 			<view class="bills-info_box content-box">
@@ -374,6 +375,12 @@ export default {
 		}
 		}
 	},
 	},
 	methods: {
 	methods: {
+		openAgain(){
+			this.$util.pageTo({
+				url: '/admin/billing/index?customId='+this.detailInfo.customId+'&customName='+this.detailInfo.customName,
+				type:2
+			})
+		},
 		copyCustom(detailInfo){
 		copyCustom(detailInfo){
 			let customName = detailInfo.customName
 			let customName = detailInfo.customName
 			let customMobile = detailInfo.customMobile
 			let customMobile = detailInfo.customMobile