Commit a42e0f69 authored by 任鸿志's avatar 任鸿志

refactor(jiesuan): 移除未使用的加载动画和提示对话框

- 删除了未使用的 loading 动画相关的 HTML 结构
- 移除了未使用的 GSshow 对话框相关代码
- 清理了冗余的模板和脚本中的无用部分
parent df0a3b1d
...@@ -588,18 +588,7 @@ ...@@ -588,18 +588,7 @@
@close="closeSelectCard" @close="closeSelectCard"
/> />
<invoicepost :isOpenCarded="invoicepostVisible" :patientData="invoicepostData" @success="invoicepostSuccess"></invoicepost> <invoicepost :isOpenCarded="invoicepostVisible" :patientData="invoicepostData" @success="invoicepostSuccess"></invoicepost>
<!-- loaidng 动画 -->
<div v-if="false" class="grey-cloth" id="loading">
<div id="img">
<div class="wrapper">
<div class="rect one"></div>
<div class="rect two"></div>
<div class="rect three"></div>
<div class="rect four"></div>
<div class="rect five"></div>
</div>
</div>
</div>
<el-dialog title="慢病提示" :visible.sync="moreshow" width="40%" v-loading="moreLoading"> <el-dialog title="慢病提示" :visible.sync="moreshow" width="40%" v-loading="moreLoading">
<div><span>请选择慢病病种</span><span style="color: red">(默认选中为医生开单时病种信息,谨慎修改)</span></div> <div><span>请选择慢病病种</span><span style="color: red">(默认选中为医生开单时病种信息,谨慎修改)</span></div>
...@@ -611,13 +600,7 @@ ...@@ -611,13 +600,7 @@
<el-button type="primary" @click="selectCardYiboPre(moreshowdata.data, moreshowdata.x, moreshowdata.y, zhenduan)">确 定</el-button> <el-button type="primary" @click="selectCardYiboPre(moreshowdata.data, moreshowdata.x, moreshowdata.y, zhenduan)">确 定</el-button>
</span> </span>
</el-dialog> </el-dialog>
<el-dialog title="提示" :visible.sync="GSshow" width="30%" v-loading="moreLoading">
<span>{{ dataText }}</span>
<span slot="footer" class="dialog-footer">
<el-button @click="GSshow = false">确定</el-button>
</span>
</el-dialog>
</div> </div>
</template> </template>
<script> <script>
...@@ -667,7 +650,6 @@ export default { ...@@ -667,7 +650,6 @@ export default {
weiguiData: [], weiguiData: [],
gz_name: false, gz_name: false,
dataText: '', dataText: '',
GSshow: false,
isGS: false, isGS: false,
zhmoney: 0, zhmoney: 0,
cash_disable: false, cash_disable: false,
......
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