| | |
| | | <div class="input-group-append"> |
| | | <button class="btn btn-outline-secondary" type="button" |
| | | onclick="document.getElementById('importPhoneBillFlowFile').click()"> |
| | | 文件 |
| | | 选择 |
| | | </button> |
| | | </div> |
| | | <input id="importPhoneBillFlowFile" type="file" class="form-control d-none" v-on:change="getExcelTemplate($event)" accept=".xls,.xlsx"> |
| | |
| | | 话费流水模板 |
| | | </a> |
| | | 准备数据后,上传导入 |
| | | <div class="mt-2 text-muted"> |
| | | <!-- 重要提示已注释掉 --> |
| | | <!-- <div class="mt-2 text-danger"> |
| | | <small> |
| | | 提示:话费模板包含 "话费流水" sheet,请在对应sheet中填写数据 |
| | | <strong>重要提示:</strong><br> |
| | | - 话费模板包含 "话费流水" sheet,请在对应sheet中填写数据<br> |
| | | - <span class="text-danger">话费模板:第11行开始为数据行,不允许有空行!请确保第11行及以后每行都填写完整的数据</span><br> |
| | | - 模板中的必填项不能为空,否则会导致导入失败<br> |
| | | - 请确保数据行连续,不要在数据中间插入空行 |
| | | </small> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | <div class="ibox-content"> |