shish 1 год назад
Родитель
Сommit
f484dea022
1 измененных файлов с 3 добавлено и 4 удалено
  1. 3 4
      ghs/src/views/in/components/begin-refund.vue

+ 3 - 4
ghs/src/views/in/components/begin-refund.vue

@@ -35,10 +35,10 @@
 								</div>
 								<div v-if="orderInfo.inBooking && orderInfo.inBooking == 1 && !$util.isEmpty(res.sendList)" style="border:1px solid #6795da;font-size:18px;margin:8px 0 5px 0;padding:5px 0 5px 0;">
 									<div v-for="(send,sendIndex) in res.sendList" style="padding:5px 5px 5px 8px;" :key="sendIndex">
-										<div>{{ send.customName }}({{ send.seatSn }}) 上架数 {{ send.num }}{{res.bigUnit}}</div>
+										<div>{{ send.customName }}({{ send.seatSn }})<span style="margin-left:20px;">上架数 {{ send.num }}{{res.bigUnit}}</span></div>
 										<div style="border-bottom:1px solid #77a977;padding-bottom:6px;padding-top:4px;display: flex;align-items: center;margin-top:3px;">
-											<input type="text" placeholder="下架数" v-model="send.currentRefundNum" placeholder-style="color:#CCCCCC" style="border: 1rpx solid #ddd;width:140px;font-size:18px;text-align:center;margin-right:10px;" />
-											<span>可下架{{parseFloat((Number(send.num)-Number(send.outNum)).toFixed(2))}}{{res.bigUnit}}</span>
+											<input type="text" placeholder="下架数" v-model="send.currentRefundNum" placeholder-style="color:#CCCCCC" style="border: 2px solid #ddd;width:140px;font-size:18px;text-align:center;margin-right:10px;"/>
+											<span style="margin-left:10px;">可下架{{parseFloat((Number(send.num)-Number(send.outNum)).toFixed(2))}}{{res.bigUnit}}</span>
 										</div>
 									</div>
 								</div>
@@ -81,7 +81,6 @@
 				</el-popconfirm>
 			</div>
 		</div>
-		<div v-else v-loading="loading" style="height:800px;"></div>
 	</el-drawer>
 </div>
 </template>