|
|
@@ -397,7 +397,7 @@
|
|
|
<view v-if="form.hasPay == 2" class="tui-title">应收金额</view>
|
|
|
<view v-else class="tui-title">实收金额</view>
|
|
|
<input
|
|
|
- style="border: 1upx solid #eee; color: #3385ff; width: 150upx; height: 70upx"
|
|
|
+ style="border: 1upx solid #eee; color: #3385ff; width: 300upx; height: 70upx;text-align: center;"
|
|
|
type="digit"
|
|
|
@focus="modifyPrice = ''"
|
|
|
v-model="modifyPrice"
|
|
|
@@ -414,7 +414,7 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="true">
|
|
|
<view class="tui-title">送货日期</view>
|
|
|
<view class="uni-input" v-if="form.sendTimeWant == ''" style="color: #cccccc; width: 400upx; font-size: 34upx" @click="bindDateChange"
|
|
|
- >今天</view
|
|
|
+ >默认当天</view
|
|
|
>
|
|
|
<view class="uni-input" @click="bindDateChange" v-else style="width: 400upx; font-size: 34upx">{{ form.sendTimeWant }}</view>
|
|
|
</tui-list-cell>
|
|
|
@@ -422,7 +422,7 @@
|
|
|
<tui-list-cell class="line-cell" :arrow="true">
|
|
|
<div class="tui-title">开单人</div>
|
|
|
<view class="uni-input" v-if="form.getStaffId == 0" style="color: #cccccc; width: 400upx; font-size: 34upx" @click="changeStaff()"
|
|
|
- >自己</view
|
|
|
+ >默认本人</view
|
|
|
>
|
|
|
<view class="uni-input" v-else @click="changeStaff()" style="width: 400upx; font-size: 34upx">{{
|
|
|
form.getStaffName ? form.getStaffName : '请选择'
|
|
|
@@ -467,7 +467,7 @@
|
|
|
v-if="form.historyDate == ''"
|
|
|
style="color: #cccccc; width: 400upx; font-size: 34upx"
|
|
|
@click="bindHistoryDateChange"
|
|
|
- >今天</view
|
|
|
+ >默认当天</view
|
|
|
>
|
|
|
<view class="uni-input" @click="bindHistoryDateChange" v-else style="width: 400upx; font-size: 34upx">{{ form.historyDate }}</view>
|
|
|
</tui-list-cell>
|
|
|
@@ -1564,7 +1564,7 @@ export default {
|
|
|
flex: 0 0 calc(33% - 7upx);
|
|
|
width: calc(33% - 7upx);
|
|
|
min-height: 140upx;
|
|
|
- padding: 16upx 10upx;
|
|
|
+ padding: 12upx 10upx;
|
|
|
margin-bottom: 5upx;
|
|
|
background: #FFFFFF;
|
|
|
border: 2upx solid #DDDDDD;
|
|
|
@@ -1579,7 +1579,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.platform-name {
|
|
|
- font-size: 26upx;
|
|
|
+ font-size: 24upx;
|
|
|
color: #333;
|
|
|
font-weight: bold;
|
|
|
margin-bottom: 8upx;
|
|
|
@@ -1596,14 +1596,14 @@ export default {
|
|
|
}
|
|
|
|
|
|
.platform-price {
|
|
|
- font-size: 30upx;
|
|
|
+ font-size: 25upx;
|
|
|
color: #333;
|
|
|
font-weight: bold;
|
|
|
margin-bottom: 4upx;
|
|
|
}
|
|
|
|
|
|
.platform-type {
|
|
|
- font-size: 20upx;
|
|
|
+ font-size: 19upx;
|
|
|
color: #868686;
|
|
|
margin-top: 4upx;
|
|
|
text-align: center;
|