| | |
| | | <treeselect v-model="form.proParentId" :options="projectOptions" :normalizer="normalizer" :show-count="true" |
| | | placeholder="选择主项名称" style="width: 200px" @select="obtain" /> |
| | | </el-form-item> |
| | | <el-form-item label="明细项目" prop="proName" v-if="key == 'Y'" > |
| | | <el-form-item label="明细项目" prop="proName" v-if="key == 'Y'"> |
| | | <span slot="label" style="display:inline-block;border-bottom: 2px solid blue;" @click="getDetailed"> |
| | | 明细项目 |
| | | <!-- <el-tooltip effect="dark" content="明细项目" placement="bottom"> |
| | |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="收费项目" :visible.sync="dialogTableVisible" width="60%"> |
| | | <el-dialog title="收费项目" :visible.sync="dialogTableVisible" width="80%"> |
| | | |
| | | <div class="app-container"> |
| | | <el-row :gutter="20"> |
| | | <el-row :gutter="24"> |
| | | <!--部门数据--> |
| | | <el-col :span="6" :xs="24"> |
| | | <div style="height:560px;overflow-y: scroll;"> |
| | |
| | | </div> |
| | | |
| | | </el-col> |
| | | <el-col :span="17" :xs="24"> |
| | | <el-col :span="18" :xs="24"> |
| | | <el-form :model="querycharge" ref="queryForm" size="small" :inline="true" v-show="showSearch" |
| | | label-width="68px"> |
| | | <el-form-item label="项目名称" prop="xmmc"> |
| | |
| | | |
| | | <el-table v-loading="loading" ref="tb" :data="sfxmList" @selection-change="handleSelectionChange" border |
| | | height="520px"> |
| | | <el-table-column type="selection" width="55" align="center" fixed="left" /> |
| | | <el-table-column label="序号" align="center" prop="newID" :show-overflow-tooltip="true" width="60px" |
| | | <el-table-column type="selection" align="center" fixed="left" /> |
| | | <el-table-column label="序号" align="center" prop="newID" |
| | | fixed="left" /> |
| | | <el-table-column label="项目编码" align="center" prop="xmbm" :show-overflow-tooltip="true" /> |
| | | <el-table-column label="项目名称" align="center" prop="xmmc" :show-overflow-tooltip="true" /> |
| | | <el-table-column label="拼音码" align="center" prop="pym" :show-overflow-tooltip="true" /> |
| | | <el-table-column label="五笔码" align="center" prop="wbm" :show-overflow-tooltip="true" /> |
| | | <el-table-column label="参考单价" align="center" prop="ckdj" :show-overflow-tooltip="true" /> |
| | | <el-table-column label="一级最高限价" align="center" prop="yjzgxj" :show-overflow-tooltip="true" width="60px" /> |
| | | <el-table-column label="二级最高限价" align="center" prop="ejzgxj" :show-overflow-tooltip="true" width="60px" /> |
| | | <el-table-column label="三级最高限价" align="center" prop="sjzgxj" :show-overflow-tooltip="true" width="60px" /> |
| | | <el-table-column label="特定最高限价" align="center" prop="tdzgxj" :show-overflow-tooltip="true" /> |
| | | <el-table-column label="项目编码" align="center" prop="xmbm" /> |
| | | <el-table-column label="项目名称" align="center" prop="xmmc"/> |
| | | <el-table-column label="拼音码" align="center" prop="pym" /> |
| | | <!-- <el-table-column label="五笔码" align="center" prop="wbm" /> --> |
| | | <el-table-column label="参考单价" align="center" prop="ckdj" /> |
| | | <el-table-column label="一级最高限价" align="center" prop="yjzgxj" /> |
| | | <el-table-column label="二级最高限价" align="center" prop="ejzgxj" /> |
| | | <el-table-column label="三级最高限价" align="center" prop="sjzgxj" /> |
| | | <el-table-column label="特定最高限价" align="center" prop="tdzgxj" /> |
| | | </el-table> |
| | | |
| | | <div class="pag" v-if="List == true"> |
| | |
| | | |
| | | // 打开input弹框 |
| | | getDetailed() { |
| | | if (this.selectList.proName === "主类目") { |
| | | this.dialogTableVisible = false; |
| | | } else { |
| | | this.dialogTableVisible = true; |
| | | this.getlistSfxm() |
| | | if (this.form.proParentId) { |
| | | if (this.selectList.proName === "主类目") { |
| | | this.dialogTableVisible = false; |
| | | } else { |
| | | this.dialogTableVisible = true; |
| | | this.getlistSfxm() |
| | | } |
| | | }else{ |
| | | this.$message.error("请选择主项名称"); |
| | | } |
| | | |
| | | |
| | | }, |
| | | |
| | |
| | | } else { |
| | | this.form.consumablesList = null; |
| | | } |
| | | |
| | | |
| | | if (this.form.deptId === null || this.form.proParentId === null) { |
| | | this.$message.error("请填写父项名称或科室名称"); |
| | | this.open = true; |
| | |
| | | } else { |
| | | this.form.consumablesList = null; |
| | | } |
| | | |
| | | |
| | | if (this.form.deptId === null || this.form.proParentId === null) { |
| | | this.$message.error("请填写父项名称或科室名称"); |
| | | this.open = true; |