| | |
| | | .arrears { |
| | | color: #E6A23C; |
| | | } |
| | | |
| | | .paymethod ul { |
| | | padding: 0; |
| | | margin: 0; |
| | | height: 50px; |
| | | } |
| | | .paymethod ul li { |
| | | padding: 10px; |
| | | margin: 5px; |
| | | list-style:none; |
| | | float: left; |
| | | display: block; |
| | | border: #0e9aef 1px solid; |
| | | } |
| | | </style> |
| | | </head> |
| | | <body> |
| | |
| | | </el-drawer> |
| | | |
| | | <el-dialog title="收款" :visible.sync="dialogSettleVisible"> |
| | | <el-row> |
| | | <el-col :span="5">应收</el-col> |
| | | <el-col :span="15"><span style="color: red;">¥ 80</span></el-col> |
| | | <el-row type="flex" align="middle" style="padding: 10px 0;"> |
| | | <el-col :span="5" style="text-align: center;">应收</el-col> |
| | | <el-col :span="10" style="text-align: center; line-height: 50px;"><span style="color: red;">¥ 80</span></el-col> |
| | | </el-row> |
| | | |
| | | <el-row> |
| | | <el-col :span="5">收款方式</el-col> |
| | | <el-col :span="15"></el-col> |
| | | <el-row type="flex" align="middle" style="padding: 10px 0;"> |
| | | <el-col :span="5" style="text-align: center;">收款方式</el-col> |
| | | <el-col class="paymethod" :span="15"> |
| | | <ul style="border: #0c7cb5 1px dashed;"> |
| | | <li>现金支付</li> |
| | | <li>微信</li> |
| | | <li>支付宝</li> |
| | | <li>银行卡支付</li> |
| | | <li>团购</li> |
| | | </ul> |
| | | |
| | | <ul> |
| | | <li>会员储值卡</li> |
| | | <li>欠款</li> |
| | | </ul> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <el-row> |
| | | <el-col :span="5">支付金额</el-col> |
| | | <el-row type="flex" align="middle" style="padding: 10px 0;"> |
| | | <el-col :span="5" style="text-align: center;">支付金额</el-col> |
| | | <el-col :span="15"> |
| | | <el-row> |
| | | <el-col :span="5">微信支付</el-col> |
| | | <el-col :span="5"><el-input></el-input></el-col> |
| | | <el-row style="line-height: 50px;"> |
| | | <el-col :span="5" style="text-align: right; padding-right: 10px;">微信支付</el-col> |
| | | <el-col :span="8"><el-input></el-input></el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="5">微信支付</el-col> |
| | | <el-col :span="5"><el-input></el-input></el-col> |
| | | <el-row style="line-height: 50px;"> |
| | | <el-col :span="5" style="text-align: right; padding-right: 10px;">储值卡</el-col> |
| | | <el-col :span="8"><el-input></el-input></el-col> |
| | | <el-col :span="5" style="margin-left: 10px;">余额:<span class="arrears">¥ 1000</span></el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="5">微信支付</el-col> |
| | | <el-col :span="5"><el-input></el-input></el-col> |
| | | <el-row style="line-height: 50px;"> |
| | | <el-col :span="5" style="text-align: right; padding-right: 10px;">欠款</el-col> |
| | | <el-col :span="8"><el-input></el-input></el-col> |
| | | </el-row> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | loading: false, |
| | | /******搜索表格数据END********/ |
| | | |
| | | dialogSettleVisible : false, |
| | | dialogSettleVisible : true, |
| | | |
| | | }, |
| | | |