|
@@ -128,7 +128,7 @@
|
|
|
<el-button type="primary" @click="surePayFn">确 定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="确认账单" :visible.sync="confirm.visible" width="30%">
|
|
|
+ <el-dialog title="确认账单" :visible.sync="confirm.visible" width="400px">
|
|
|
<div class="confirm-info">
|
|
|
<sa-info name="订单号" br>{{confirm.form.no}}</sa-info>
|
|
|
<sa-info :name="item.itemTypeName" br v-for="item in confirm.form.items">
|
|
@@ -143,14 +143,16 @@
|
|
|
<el-button type="primary" @click="sureConfirmFn">确 认</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="生成账单" :visible.sync="complete.visible" width="40%">
|
|
|
+ <el-dialog title="生成账单" :visible.sync="complete.visible" width="600px">
|
|
|
<div class="complete-modal">
|
|
|
<sa-info name="客户名称" br>{{complete.form.customerName}}</sa-info>
|
|
|
<sa-info name="业务单号" br>{{complete.form.no}}</sa-info>
|
|
|
<sa-info name="业务费用(元)" br>{{complete.form.itemPrice}}</sa-info>
|
|
|
+ <sa-info name="境外车入场时间" br>{{complete.form.realInTime}}</sa-info>
|
|
|
<sa-item type="datetime" @input="jwCaroTimeChange" name="境外车预计离场" v-model="complete.form.outDayTime"
|
|
|
br></sa-item>
|
|
|
<sa-info name="停车费用(元)" br>{{complete.form.partMoney}}</sa-info>
|
|
|
+ <sa-info name="中国车入场时间" br>{{complete.form.realInTime}}</sa-info>
|
|
|
<sa-item type="datetime" @input="chinaCaroTimeChange" name="中国车预计离场"
|
|
|
v-model="complete.form.chinaCarOutTime" br></sa-item>
|
|
|
<sa-info name="停车费用(元)" br>{{complete.form.chinaPartMoney}}</sa-info>
|
|
@@ -161,7 +163,7 @@
|
|
|
<el-button type="primary" @click="sureCompleteFn">确 认</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="支付确认" :visible.sync="pay.visible" width="30%">
|
|
|
+ <el-dialog title="支付确认" :visible.sync="pay.visible" width="400px">
|
|
|
<sa-info name="业务单号" br>{{pay.form.no}}</sa-info>
|
|
|
<sa-info name="总计费用" br>{{pay.form.totalMoney}}元</sa-info>
|
|
|
<sa-item type="img-list" name="支付凭据" v-model="pay.form.payTicket" br></sa-item>
|
|
@@ -170,7 +172,7 @@
|
|
|
<el-button type="primary" @click="surePayirmFn">确 认</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="确认入场" :visible.sync="rc.visible" width="30%">
|
|
|
+ <el-dialog title="确认入场" :visible.sync="rc.visible" width="600px">
|
|
|
<el-form label-position="left">
|
|
|
<div class="confirm-in">
|
|
|
<sa-item type="datetime" name="境外车入场时间" v-model="rc.form.realInTime" br></sa-item>
|
|
@@ -182,7 +184,7 @@
|
|
|
<el-button type="primary" @click="sureRcFn">确 认</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="确认离场" :visible.sync="out.visible" width="30%">
|
|
|
+ <el-dialog title="确认离场" :visible.sync="out.visible" width="600px">
|
|
|
<el-form label-position="left">
|
|
|
<div class="confirm-in">
|
|
|
<sa-item type="datetime" name="境外车离场" v-model="out.form.outDayTime" br></sa-item>
|