Ver Fonte

客户预订

shish há 3 anos atrás
pai
commit
63cc58b190

+ 1 - 1
ghsApp/src/admin/home/apply.vue

@@ -62,7 +62,7 @@ export default {
                 {
                     title:'订单与销售',
                     list:[
-                        {name: "预订花材",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/order/statBook"},
+                        {name: "客户预订",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/order/statBook"},
                         {name: "运费设置",img: `${this.$constant.imgUrl}/ghs/home/shop.png`,url: "/admin/order/freight"},
                         {name: "物流",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/shop/wl"}
                     ]

+ 2 - 2
hdApp/src/admin/billing/affirmGhs.vue

@@ -69,10 +69,10 @@
 	<tui-list-cell class="line-cell" :hover="false" :arrow="false">
 	<view>
 		<view v-if="form.transType == 0 || form.transType == 1">
-			<text style="color:red;width:100%;font-weight:bold;">提供送货上门</text>
+			<text style="color:red;width:100%;font-weight:bold;">送货上门</text>
 		</view>
 		<view v-if="form.transType == 2 || form.transType == 3">
-			<text style="color:red;width:100%;font-weight:bold;">提货需要自理</text>
+			<text style="color:red;width:100%;font-weight:bold;">提货自理</text>
 		</view>
 		<view>
 			<text style="color:#3385FF;width:100%;font-weight:bold;">运费预收,根据实际产生物流费用,多退少补。如有退款则原路退回。</text>

+ 2 - 2
hdApp/src/admin/billing/affirmGhsBook.vue

@@ -59,10 +59,10 @@
 	<tui-list-cell class="line-cell" :hover="false" :arrow="false">
 	<view>
 		<view v-if="form.transType == 0 || form.transType == 1">
-			<text style="color:red;width:100%;font-weight:bold;">提供送货上门</text>
+			<text style="color:red;width:100%;font-weight:bold;">送货上门</text>
 		</view>
 		<view v-if="form.transType == 2 || form.transType == 3">
-			<text style="color:red;width:100%;font-weight:bold;">提货需要自理</text>
+			<text style="color:red;width:100%;font-weight:bold;">提货自理</text>
 		</view>
 		<view>
 			<text style="color:#3385FF;width:100%;font-weight:bold;">鲜花和运费都是预收,根据实际费用,多退少补。如有退款则原路退回。</text>