Commit 952d2892 by Wuyuqiu

缺陷解决

parent d47d41d2
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
<template> <template>
<div class="m-Btn-eContainer" v-if="!buttonHide && ((!isReview && !funcBtnHide) || showSetBtn)"> <div class="m-Btn-eContainer" v-if="!buttonHide && ((!isReview && !funcBtnHide) || showSetBtn)">
<div class="m-funcBtn-eContainer" v-if="!isReview && !buttonHide && !funcBtnHide"> <div class="m-funcBtn-eContainer" v-if="!isReview && !buttonHide && !funcBtnHide">
<el-button type="primary" v-show="root.judgeVisiableInfo('mtabut.usrcon')" size="small" @click="confirm" :loading="$store.state.Status.loading.confirm">{{ $t('buttons.confirm') }}</el-button> <!-- 确认按钮暂时隐藏 -->
<!-- <el-button type="primary" v-show="root.judgeVisiableInfo('mtabut.usrcon')" size="small" @click="confirm" :loading="$store.state.Status.loading.confirm">{{ $t('buttons.confirm') }}</el-button> -->
<el-button type="primary" v-show="root.judgeVisiableInfo('mtabut.sav')" size="small" @click="start" :loading="$store.state.Status.loading.submit">{{ $t('buttons.submit') }}</el-button> <el-button type="primary" v-show="root.judgeVisiableInfo('mtabut.sav')" size="small" @click="start" :loading="$store.state.Status.loading.submit">{{ $t('buttons.submit') }}</el-button>
<el-button size="small" v-show="root.judgeVisiableInfo('mtabut.chk')" @click="check" :loading="$store.state.Status.loading.check">{{ $t('buttons.check') }}</el-button> <el-button size="small" v-show="root.judgeVisiableInfo('mtabut.chk')" @click="check" :loading="$store.state.Status.loading.check">{{ $t('buttons.check') }}</el-button>
<el-button size="small" @click="save" :loading="$store.state.Status.loading.stash">{{ $t('buttons.stash') }}</el-button> <el-button size="small" @click="save" :loading="$store.state.Status.loading.stash">{{ $t('buttons.stash') }}</el-button>
......
...@@ -108,9 +108,10 @@ ...@@ -108,9 +108,10 @@
</c-button> </c-button>
<c-button style="margin-left: 5px" size="small" type="primary" @click="continueEdit(scope.row)">处理 <c-button style="margin-left: 5px" size="small" type="primary" @click="continueEdit(scope.row)">处理
</c-button> </c-button>
<c-button style="margin-left: 5px" size="small" @click="onChange(scope.row)" :disabled="scope.row.状态!='INC'">更改 <!-- 更改按钮还未使用,暂时隐藏 -->
</c-button> <!-- <c-button style="margin-left: 5px" size="small" @click="onChange(scope.row)" :disabled="scope.row.状态!='INC'">更改
<el-popover placement="top-start" width="50" trigger="click"> </c-button> -->
<el-popover placement="top-start" width="50" trigger="click">
<ul class="table-button-item-list"> <ul class="table-button-item-list">
<li> <li>
......
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
:label=" :label="
idx == 0 idx == 1
? 'Per mile fee depending on duration' ? 'Per mile fee depending on duration'
: 'A fixed amount per unit is caculated. This type will, for example, be used for correspondence charges.' : 'A fixed amount per unit is caculated. This type will, for example, be used for correspondence charges.'
" "
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
/> />
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-col v-if="idx == 0"> <c-col v-if="idx == 1">
<c-col> <c-col>
<el-form-item label="千分率"> <el-form-item label="千分率">
<c-input v-model="formData.wrkfec.ratcal" /> <c-input v-model="formData.wrkfec.ratcal" />
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col v-if="idx == 0" :span="12"> <c-col v-if="idx == 1" :span="12">
<el-form-item label="计费基础金额"> <el-form-item label="计费基础金额">
<c-input v-model="formData.wrkfec.calcbs" disabled /> <c-input v-model="formData.wrkfec.calcbs" disabled />
</el-form-item> </el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment