Browse Source

完善款项结转--隐藏保存按钮

zhanglei
yunuo970428 2 years ago
parent
commit
6fd140509c
  1. 4
      anrui-buscenter/anrui-finmanage-ui/src/views/moneycarriedforward/moneycarriedforwardAdd.vue
  2. 4
      anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kuanxiangjiezhuanFlow/moneycarriedforwardEdit.vue

4
anrui-buscenter/anrui-finmanage-ui/src/views/moneycarriedforward/moneycarriedforwardAdd.vue

@ -4,8 +4,8 @@
<div class="tab-header webtop"> <div class="tab-header webtop">
<div>{{ viewTitle }}</div> <div>{{ viewTitle }}</div>
<div> <div>
<el-button type="primary" size="small" :disabled="submitdisabled" @click="saveOrUpdate()">保存 <!-- <el-button type="primary" size="small" :disabled="submitdisabled" @click="saveOrUpdate()">保存-->
</el-button> <!-- </el-button>-->
<el-button type="primary" size="small" :disabled="submitdisabled" @click="submit()">提交 <el-button type="primary" size="small" :disabled="submitdisabled" @click="submit()">提交
</el-button> </el-button>
<el-button type="info" size="small" @click="handleReturn()">关闭</el-button> <el-button type="info" size="small" @click="handleReturn()">关闭</el-button>

4
anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kuanxiangjiezhuanFlow/moneycarriedforwardEdit.vue

@ -4,8 +4,8 @@
<div class="tab-header webtop"> <div class="tab-header webtop">
<div>{{ viewTitle }}</div> <div>{{ viewTitle }}</div>
<div> <div>
<el-button type="primary" size="small" :disabled="submitdisabled" @click="saveOrUpdate()">保存 <!-- <el-button type="primary" size="small" :disabled="submitdisabled" @click="saveOrUpdate()">保存-->
</el-button> <!-- </el-button>-->
<el-button type="primary" size="small" :disabled="submitdisabled" @click="submit()">提交 <el-button type="primary" size="small" :disabled="submitdisabled" @click="submit()">提交
</el-button> </el-button>
</div> </div>

Loading…
Cancel
Save