| | |
| | | </el-col>--> |
| | | </el-row> |
| | | <el-row style="margin-top: 5px; margin-bottom: 5px" /> |
| | | <el-row style="margin-bottom: 10px" v-if="businessType == '1'"> |
| | | <el-col :span="4"> |
| | | <el-button |
| | | @click.native.prevent="importFeeItems" |
| | | type="primary" |
| | | size="small" |
| | | > |
| | | 导入服务项目 |
| | | </el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row v-if="jurisdiction"> |
| | | <!-- <el-alert title="当前为查看状态,不支持修改存储。" type="warning"> |
| | | </el-alert> --> |
| | |
| | | > |
| | | </el-alert> |
| | | </el-row> |
| | | <el-row v-if="businessType == 2"> |
| | | <el-row> |
| | | <el-col :span="3" v-if="businessType == '1'"> |
| | | <el-button |
| | | @click.native.prevent="importFeeItems" |
| | | type="primary" |
| | | size="small" |
| | | > |
| | | 导入服务项目 |
| | | </el-button> |
| | | </el-col> |
| | | <el-col :span="3" |
| | | ><div style="margin-bottom: 15px;"> |
| | | ><div style="margin-bottom: 15px;" v-if="businessType == 2"> |
| | | <el-button |
| | | type="success" |
| | | icon="el-icon-download" |
| | | @click="Batchentry" |
| | | >批量录入</el-button |
| | | > |
| | | </div></el-col |
| | | > |
| | | </el-row> |
| | | <el-row v-if="businessType == 1 && operationType == 'check'"> |
| | | <el-col :span="3" |
| | | ><div style="margin-bottom: 15px;"> |
| | | </div> |
| | | </el-col> |
| | | |
| | | <el-col :span="3"> |
| | | <div style="margin-bottom: 15px;" |
| | | v-if=" |
| | | (businessType == 1 || businessType == 2 || businessType == 5) && |
| | | operationType != 'detail' |
| | | " |
| | | > |
| | | <el-button |
| | | type="success" |
| | | icon="el-icon-edit-outline" |
| | | @click="Manualcalculationfn" |
| | | >计算明细</el-button |
| | | > |
| | | </div></el-col |
| | | > |
| | | </div> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-table |
| | |
| | | |
| | | //审批提交 |
| | | checksubmit() { |
| | | if (this.form.checkstatus != 3 && this.userprofile.nickName == "陈慕华") { |
| | | this.$modal.msgError("请确认收到材料后再提交审核!"); |
| | | if (!this.form.checkstatus && this.userprofile.nickName == "陈慕华") { |
| | | this.$modal.msgError("请确认预审状态后再提交审核!"); |
| | | return; |
| | | } |
| | | let checkFundObj = { |
| | |
| | | beneficiaryname: null, |
| | | beneficiaryno: null, |
| | | unitname: null, |
| | | itemdescribe:null, |
| | | itemdescribe: null, |
| | | unitno: null, |
| | | uintuserno: null, |
| | | title: null, |