| | |
| | | <td style="padding: 10px 5px; border-bottom: 1px solid #ddd; font-size: 14px; vertical-align: top; text-align: center"> |
| | | {{item.nums-item.sendNums-item.reshipNums+item.reshipedNums}} |
| | | </td> |
| | | <td style="padding: 10px 5px; border-bottom: 1px solid #ddd; font-size: 14px; vertical-align: top;">¥ {{ item.price * (item.nums-item.sendNums-item.reshipNums+item.reshipedNums) }}</td> |
| | | <td style="padding: 10px 5px; border-bottom: 1px solid #ddd; font-size: 14px; vertical-align: top;">¥ {{ Number( item.price * (item.nums-item.sendNums-item.reshipNums+item.reshipedNums)).toFixed(2) }}</td> |
| | | </tr> |
| | | {{# }); }} |
| | | </tbody> |
| | |
| | | <td style="padding: 10px 5px; border-bottom: 1px solid #ddd; font-size: 14px; vertical-align: top; text-align: center"> |
| | | {{item.nums-item.sendNums-item.reshipNums+item.reshipedNums}} |
| | | </td> |
| | | <td style="padding: 10px 5px; border-bottom: 1px solid #ddd; font-size: 14px; vertical-align: top; text-align: center">¥ {{ item.price * (item.nums-item.sendNums-item.reshipNums+item.reshipedNums) }}</td> |
| | | <td style="padding: 10px 5px; border-bottom: 1px solid #ddd; font-size: 14px; vertical-align: top; text-align: center">¥ {{ Number( item.price * (item.nums-item.sendNums-item.reshipNums+item.reshipedNums)).toFixed(2) }}</td> |
| | | </tr> |
| | | {{# }); }} |
| | | </tbody> |
| | |
| | | layui.data.sendParams = function (d) { |
| | | //开启调试情况下获取接口赋值数据 |
| | | if (debug) { console.log(d.params.data); } |
| | | |
| | | layui.use(['admin', 'form', 'laydate', 'upload', 'coreHelper', 'cropperImg'], |
| | | function () { |
| | | var $ = layui.$ |
| | |
| | | , coreHelper = layui.coreHelper; |
| | | |
| | | //重载form |
| | | |
| | | form.render(); |
| | | }) |
| | | }; |