shish 3 år sedan
förälder
incheckning
7349b22e66
1 ändrade filer med 28 tillägg och 18 borttagningar
  1. 28 18
      ghsApp/src/admin/order/freight.vue

+ 28 - 18
ghsApp/src/admin/order/freight.vue

@@ -3,42 +3,52 @@
 		<form @submit="formSubmit">
 			<view class="module-com input-line-wrap">
 				<tui-list-cell class="line-cell" :hover="false">
-					<view class="tui-title">基础价格</view>
-					<input v-model="form.baseFee" placeholder-class="phcolor" class="tui-input" name="shopName" placeholder="请输入基础运费" maxlength="50" type="text" />
+					<view class="tui-title" style="width:400upx;">基础价格</view>
+					<input v-model="form.baseFee"  class="tui-input" name="shopName" type="digit" 
+					style="width:100upx;border:1upx solid #CCCCCC;margin-right:10upx;" />元
 				</tui-list-cell>
 				<tui-list-cell class="line-cell" :hover="false">
-					<view class="tui-title">距离加价</view>
-					<input v-model="form.distanceFee" placeholder-class="phcolor" class="tui-input" name="distanceFee" placeholder="请输入手机号" maxlength="50" type="number" />
+					<view class="tui-title" style="width:400upx;">0-3公里部分,每公里加</view>
+					<input v-model="form.shortDistanceFee"  class="tui-input" name="shortDistanceFee" 
+					style="width:100upx;border:1upx solid #CCCCCC;margin-right:10upx;" type="digit" />元
 				</tui-list-cell>
 				<tui-list-cell class="line-cell" :hover="false">
-					<view class="tui-title">距离加价</view>
-					<input v-model="form.distanceFee" placeholder-class="phcolor" class="tui-input" name="distanceFee" placeholder="请输入手机号" maxlength="50" type="number" />
+					<view class="tui-title" style="width:400upx;">3-100公里部分,每公里加</view>
+					<input v-model="form.longDistanceFee"  class="tui-input" name="longDistanceFee" type="digit" 
+					style="width:100upx;border:1upx solid #CCCCCC;margin-right:10upx;" />元
 				</tui-list-cell>
 				<tui-list-cell class="line-cell" :hover="false">
-					<view class="tui-title">重量加价</view>
-					<input v-model="form.weightFee" placeholder-class="phcolor" class="tui-input" name="weightFee" placeholder="请输入手机号" maxlength="50" type="number" />
+					<view class="tui-title" style="width:400upx;">重量6-10公斤,加</view>
+					<input v-model="form.smallWeightFee"  class="tui-input" name="smallWeightFee" type="digit" 
+					style="width:100upx;border:1upx solid #CCCCCC;margin-right:10upx;" />元
 				</tui-list-cell>
 				<tui-list-cell class="line-cell" :hover="false">
-					<view class="tui-title">重量加价</view>
-					<input v-model="form.weightFee" placeholder-class="phcolor" class="tui-input" name="weightFee" placeholder="请输入手机号" maxlength="50" type="number" />
+					<view class="tui-title" style="width:400upx;">如果重量超过10公斤,加</view>
+					<input v-model="form.bigWeightFee"  class="tui-input" name="bigWeightFee" type="digit" 
+					style="width:100upx;border:1upx solid #CCCCCC;margin-right:10upx;" />元
 				</tui-list-cell>
 				<tui-list-cell class="line-cell" :hover="false">
-					<view class="tui-title">特殊时段费</view>
-					<input v-model="form.periodFee" placeholder-class="phcolor" class="tui-input" name="periodFee" placeholder="请输入加价" maxlength="50" type="number" />
+					<view class="tui-title" style="width:400upx;">特殊时段 00:00-08:00,加</view>
+					<input v-model="form.onePeriodFee"  class="tui-input" name="onePeriodFee" type="digit" 
+					style="width:100upx;border:1upx solid #CCCCCC;margin-right:10upx;" />元
 				</tui-list-cell>
 				<tui-list-cell class="line-cell" :hover="false">
-					<view class="tui-title">特殊时段费</view>
-					<input v-model="form.periodFee" placeholder-class="phcolor" class="tui-input" name="periodFee" placeholder="请输入加价" maxlength="50" type="number" />
+					<view class="tui-title" style="width:400upx;">特殊时段 11:30-12:30,加</view>
+					<input v-model="form.twoPeriodFee"  class="tui-input" name="twoPeriodFee" type="digit" 
+					style="width:100upx;border:1upx solid #CCCCCC;margin-right:10upx;" />元
 				</tui-list-cell>
 				<tui-list-cell class="line-cell" :hover="false">
-					<view class="tui-title">特殊时段费</view>
-					<input v-model="form.periodFee" placeholder-class="phcolor" class="tui-input" name="periodFee" placeholder="请输入加价" maxlength="50" type="number" />
+					<view class="tui-title" style="width:400upx;">特殊时段 22:00-24:00,加</view>
+					<input v-model="form.threePeriodFee"  class="tui-input" name="threePeriodFee" type="digit" 
+					style="width:100upx;border:1upx solid #CCCCCC;margin-right:10upx;" />元
 				</tui-list-cell>
 				<tui-list-cell class="line-cell" :hover="false">
-					<view class="tui-title">临时加价</view>
-					<input v-model="form.lsFee" placeholder-class="phcolor" class="tui-input" name="lsFee" placeholder="恶劣天气和下单高峰等时可填写" maxlength="50" type="number" />
+					<view class="tui-title" style="width:400upx;">临时加价(如遇恶劣天气等)</view>
+					<input v-model="form.lsFee"  class="tui-input" name="lsFee" type="digit" 
+					style="width:100upx;border:1upx solid #CCCCCC;margin-right:10upx;" />元
 				</tui-list-cell>
 			</view>
+			<view style="padding-left:30upx;font-size:30upx;">可以将运费设置高一些,发货后再给客户退运费。</view>
 			<view class="confirm-btn">
 				<button class="admin-button-com big blue" formType="submit">提交</button>
 			</view>