| | |
| | | <button type="button" class="btn btn-white btn-sm" @click="_openMeterType()"> |
| | | <vc:i18n name="抄表类型" namespace="meterWaterManage"></vc:i18n> |
| | | </button> |
| | | <button type="button" class="btn btn-white btn-sm" v-if="meterWaterManageInfo.conditions.objId" @click="_openMeterQrCode()"> |
| | | <!-- 注释掉二维码抄表按钮 --> |
| | | <!-- <button type="button" class="btn btn-white btn-sm" v-if="meterWaterManageInfo.conditions.objId" @click="_openMeterQrCode()"> |
| | | <vc:i18n name="二维码抄表" namespace="meterWaterManage"></vc:i18n> |
| | | </button> |
| | | </button> --> |
| | | <button type="button" class="btn btn-white btn-sm" style="margin-left:10px" |
| | | @click="_openMeterWaterImport(null,true)"> |
| | | <i class="fa fa-plus"></i>抄表导入1 |
| | | <i class="fa fa-plus"></i>抄表导入 |
| | | </button> |
| | | <button type="button" class="btn btn-white btn-sm" style="margin-left:10px" |
| | | <!-- 注释掉抄表导入2按钮 --> |
| | | <!-- <button type="button" class="btn btn-white btn-sm" style="margin-left:10px" |
| | | @click="_openMeterWaterImport2(null,true)"> |
| | | <i class="fa fa-plus"></i>抄表导入2 |
| | | </button> |
| | | </button> --> |
| | | </div> |
| | | </div> |
| | | <div class="ibox-content"> |