fangshi-detail-9.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>肺结核患者第一次入户随访记录表</title>
  6. <meta name="author" content="yihu.com" />
  7. <meta name="format-detection" content="telephone=no" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"
  9. />
  10. <meta name="apple-mobile-web-app-capable" content="yes" />
  11. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  12. <link rel="shortcut icon" href="../../../../favicon.ico">
  13. <link rel="stylesheet" type="text/css" href="../../../../css/element-ui.css" />
  14. <link rel="stylesheet" type="text/css" href="../../../../css/cross.css" />
  15. <link rel="stylesheet" type="text/css" href="../../../../css/bootstrap.min.css" />
  16. <link href="../../../../plugins/toastr/toastr.min.css" rel="stylesheet">
  17. <link href="../css/fangshi-detail.css" rel="stylesheet">
  18. </head>
  19. <style>
  20. .lh27{line-height: 27px;}
  21. </style>
  22. <body>
  23. <div id="app">
  24. <table class="table table-bordered">
  25. <button class="button" @click="editBtn()">编辑</button>
  26. <div class="ui-grid p10">
  27. <div class="ui-col-1">
  28. <div class="ui-grid">
  29. <div class="ui-col-0 lh27">姓名:</div>
  30. <div class="ui-col-1">
  31. <el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
  32. </div>
  33. </div>
  34. </div>
  35. <div class="ui-col-1">
  36. <div class="ui-grid">
  37. <div class="ui-col-0 lh27">编号:</div>
  38. <div class="ui-col-1">
  39. <el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
  40. </div>
  41. </div>
  42. </div>
  43. <tr>
  44. <td class="col-w300 c-t-center">随访时间</td>
  45. <td colspan="3">
  46. <el-date-picker :readonly="!editable" v-model="data2" type="date" placeholder="选择日期">
  47. </el-date-picker>
  48. </td>
  49. </tr>
  50. <tr>
  51. <td class="col-w300 c-t-center">随访方式</td>
  52. <td colspan="3">
  53. <el-radio :disabled="!editable" v-model="radio" label="1">门诊</el-radio>
  54. <el-radio :disabled="!editable" v-model="radio" label="2">家庭</el-radio>
  55. </td>
  56. </tr>
  57. <tr>
  58. <td class="col-w300 c-t-center">患者类型</td>
  59. <td colspan="3">
  60. <el-radio :disabled="!editable" v-model="radio" label="1">初治</el-radio>
  61. <el-radio :disabled="!editable" v-model="radio" label="2">复治</el-radio>
  62. </td>
  63. </tr>
  64. <tr>
  65. <td class="col-w300 c-t-center">痰菌情况</td>
  66. <td colspan="3">
  67. <el-radio :disabled="!editable" v-model="radio" label="1">阳性</el-radio>
  68. <el-radio :disabled="!editable" v-model="radio" label="2">阴性</el-radio>
  69. <el-radio :disabled="!editable" v-model="radio" label="3">未查痰</el-radio>
  70. </td>
  71. </tr>
  72. <tr>
  73. <td class="col-w300 c-t-center">耐药情况</td>
  74. <td colspan="3">
  75. <el-radio :disabled="!editable" v-model="radio" label="1">耐药</el-radio>
  76. <el-radio :disabled="!editable" v-model="radio" label="2">非耐药</el-radio>
  77. <el-radio :disabled="!editable" v-model="radio" label="2">未检测</el-radio>
  78. </td>
  79. </tr>
  80. <tr>
  81. <td class="col-w300">症状及体征:
  82. <el-checkbox-group v-model="check" :disabled="!editable">
  83. <el-checkbox label="1" style="margin-left:30px;">没有盗汗</el-checkbox>
  84. <el-checkbox label="1">咳嗽咳痰</el-checkbox>
  85. <el-checkbox label="1">低热盗汗</el-checkbox>
  86. <el-checkbox label="1">咳血或血痰</el-checkbox>
  87. <el-checkbox label="1">胸痛消瘦</el-checkbox>
  88. <el-checkbox label="1">恶心纳差</el-checkbox>
  89. <el-checkbox label="1">头痛失眠</el-checkbox>
  90. <el-checkbox label="1">视物模糊</el-checkbox>
  91. <el-checkbox label="1">皮肤瘙痒、皮疹</el-checkbox>
  92. <el-checkbox label="1">耳鸣、听力下降</el-checkbox>
  93. </el-checkbox-group>
  94. </td>
  95. <td colspan="3" style="vertical-align: initial;">
  96. 其他:
  97. <el-input type="textarea" :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
  98. </td>
  99. </tr>
  100. <tr>
  101. <td class="table2Td" colspan="3">
  102. <table class="table2">
  103. <tr>
  104. <td class="c-t-center" rowspan="3" style="border-bottom: 0;width: 100px;">用药</td>
  105. <td class="c-t-center" style="width: 200px;">
  106. 化疗方案
  107. </td>
  108. <td class="c-t-center">
  109. <el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
  110. </td>
  111. </tr>
  112. <tr>
  113. <td class="c-t-center">用法</td>
  114. <td>
  115. <el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
  116. </td>
  117. </tr>
  118. <tr>
  119. <td class="c-t-center">药品剂型</td>
  120. <td>
  121. <el-input :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
  122. </td>
  123. </tr>
  124. </table>
  125. </td>
  126. </tr>
  127. <tr>
  128. <td class="col-w300 c-t-center">督导人员选择</td>
  129. <td colspan="2">
  130. <el-radio :disabled="!editable" v-model="radio" label="1">医生</el-radio>
  131. <el-radio :disabled="!editable" v-model="radio" label="2">家属</el-radio>
  132. <el-radio :disabled="!editable" v-model="radio" label="2">自服药</el-radio>
  133. <el-radio :disabled="!editable" v-model="radio" label="2">其他</el-radio>
  134. </td>
  135. </tr>
  136. <tr>
  137. <td class="table2Td" colspan="3">
  138. <table class="table2">
  139. <tr>
  140. <td class="c-t-center" rowspan="2" style="border-bottom: 0;width: 100px;">家庭居住环境评估</td>
  141. <td class="c-t-center" style="width: 200px;">
  142. 单独的居室
  143. </td>
  144. <td>
  145. <el-radio :disabled="!editable" v-model="radio" label="2">有</el-radio>
  146. <el-radio :disabled="!editable" v-model="radio" label="2">无</el-radio>
  147. </td>
  148. </tr>
  149. <tr>
  150. <td class="c-t-center">通风情况</td>
  151. <td>
  152. <el-radio :disabled="!editable" v-model="radio" label="2">良好</el-radio>
  153. <el-radio :disabled="!editable" v-model="radio" label="2">一般</el-radio>
  154. <el-radio :disabled="!editable" v-model="radio" label="2">差</el-radio>
  155. </td>
  156. </tr>
  157. <tr>
  158. <td class="c-t-center" rowspan="2" style="border-bottom: 0;width: 100px;">生活方式评估</td>
  159. <td class="c-t-center" style="width: 200px;">
  160. 吸烟
  161. </td>
  162. <td>
  163. <input type="text"> 支/天
  164. </td>
  165. </tr>
  166. <tr>
  167. <td class="c-t-center">喝酒</td>
  168. <td>
  169. <input type="text"> 两/天
  170. </td>
  171. </tr>
  172. </table>
  173. </td>
  174. </tr>
  175. <tr>
  176. <td class="table2Td" colspan="3">
  177. <table class="table2">
  178. <tr>
  179. <td class="col-w300 c-t-center" rowspan="10" style="width:50px;">健康教育及培训</td>
  180. <td style="width:250px;">
  181. 取药地点、时间
  182. </td>
  183. <td>
  184. 地点:
  185. <el-input type="textarea" :readonly="!editable" v-model="input" placeholder="" clearable></el-input>
  186. <br> 时间:
  187. <el-date-picker :readonly="!editable" v-model="data2" type="date" placeholder="选择日期">
  188. </el-date-picker>
  189. </td>
  190. </tr>
  191. <tr>
  192. <td>服药记录卡的填写</td>
  193. <td>
  194. <el-radio :disabled="!editable" v-model="radio" label="2">掌握</el-radio>
  195. <el-radio :disabled="!editable" v-model="radio" label="2">未掌握</el-radio>
  196. </td>
  197. </tr>
  198. <tr>
  199. <td>服药方法及药品存放</td>
  200. <td>
  201. <el-radio :disabled="!editable" v-model="radio" label="2">掌握</el-radio>
  202. <el-radio :disabled="!editable" v-model="radio" label="2">未掌握</el-radio>
  203. </td>
  204. </tr>
  205. <tr>
  206. <td>肺结核治疗疗程</td>
  207. <td>
  208. <el-radio :disabled="!editable" v-model="radio" label="2">掌握</el-radio>
  209. <el-radio :disabled="!editable" v-model="radio" label="2">未掌握</el-radio>
  210. </td>
  211. </tr>
  212. <tr>
  213. <td>不规律服药危害</td>
  214. <td>
  215. <el-radio :disabled="!editable" v-model="radio" label="2">掌握</el-radio>
  216. <el-radio :disabled="!editable" v-model="radio" label="2">未掌握</el-radio>
  217. </td>
  218. </tr>
  219. <tr>
  220. <td>服药后不良反应及处理</td>
  221. <td>
  222. <el-radio :disabled="!editable" v-model="radio" label="2">掌握</el-radio>
  223. <el-radio :disabled="!editable" v-model="radio" label="2">未掌握</el-radio>
  224. </td>
  225. </tr>
  226. <tr>
  227. <td>治疗期间复诊查痰</td>
  228. <td>
  229. <el-radio :disabled="!editable" v-model="radio" label="2">掌握</el-radio>
  230. <el-radio :disabled="!editable" v-model="radio" label="2">未掌握</el-radio>
  231. </td>
  232. </tr>
  233. <tr>
  234. <td>外出期间如何坚持服药</td>
  235. <td>
  236. <el-radio :disabled="!editable" v-model="radio" label="2">掌握</el-radio>
  237. <el-radio :disabled="!editable" v-model="radio" label="2">未掌握</el-radio>
  238. </td>
  239. </tr>
  240. <tr>
  241. <td>生活习惯及注意事项</td>
  242. <td>
  243. <el-radio :disabled="!editable" v-model="radio" label="2">掌握</el-radio>
  244. <el-radio :disabled="!editable" v-model="radio" label="2">未掌握</el-radio>
  245. </td>
  246. </tr>
  247. <tr>
  248. <td>密切接触者检查</td>
  249. <td>
  250. <el-radio :disabled="!editable" v-model="radio" label="2">掌握</el-radio>
  251. <el-radio :disabled="!editable" v-model="radio" label="2">未掌握</el-radio>
  252. </td>
  253. </tr>
  254. </table>
  255. </td>
  256. </tr>
  257. <tr>
  258. <td class="col-w300 c-t-center">下次随访时间</td>
  259. <td>
  260. <el-date-picker :readonly="!editable" v-model="data2" type="date" placeholder="选择日期">
  261. </el-date-picker>
  262. </td>
  263. </tr>
  264. <tr>
  265. <td class="col-w300 c-t-center">评估医生签名</td>
  266. <td>
  267. <el-radio :disabled="!editable" v-model="radio" label="1">耐药</el-radio>
  268. <el-radio :disabled="!editable" v-model="radio" label="2">非耐药</el-radio>
  269. <el-radio :disabled="!editable" v-model="radio" label="2">未检测</el-radio>
  270. </td>
  271. </tr>
  272. </table>
  273. <follow-bottom :followupId="followupId"></follow-bottom>
  274. </div>
  275. <script src="../../../../js/vue.js" type="text/javascript" charset="utf-8"></script>
  276. <script src="../../../../js/jquery-2.2.4.js" type="text/javascript" charset="utf-8"></script>
  277. <script src="../../../../js/util.js" type="text/javascript" charset="utf-8"></script>
  278. <script src="../../../../plugins/toastr/toastr.min.js"></script>
  279. <script src="../../../../js/es6-promise.js" type="text/javascript" charset="utf-8"></script>
  280. <script src="../../../../js/underscore.js" type="text/javascript" charset="utf-8"></script>
  281. <script src="../../../../js/element-ui.js" type="text/javascript" charset="utf-8"></script>
  282. <script src="../../../../component/followup/follow-bottom.js"></script>
  283. <script src="../../../../api/http-request.js" type="text/javascript" charset="utf-8"></script>
  284. <script src="../../../../api/fangshi-api.js"></script>
  285. <script>
  286. var Request = GetRequest();
  287. new Vue({
  288. el: "#app",
  289. data: function () {
  290. return {
  291. editable: true,
  292. isEditBtn: true,
  293. data2: "",
  294. radio: "",
  295. input: '',
  296. check: '',
  297. followupId: Request['id'],
  298. version: Request['version']
  299. }
  300. },
  301. methods: {
  302. getData: function () {
  303. var vm = this
  304. // fangshiAPI.getPostpartumVisitDetails({ followupId: this.followupId || '3' }).then(function (res) {
  305. // if (res.status == 200) {
  306. // var data = res.data
  307. // } else {
  308. // top.toastr.error(res.msg);
  309. // }
  310. // })
  311. },
  312. editData: function () {
  313. // this.postpartumVisitDetails.create_time = null
  314. // this.postpartumVisitDetails.version = this.version //版本号
  315. // fangshiAPI.savePostpartumVisitDetails({ followupId: this.followupId || '3', postpartumVisitDetails: JSON.stringify(this.postpartumVisitDetails) }).then(function (res) {
  316. // if (res.status == 200) {
  317. // top.toastr.info('保存成功')
  318. // } else {
  319. // top.toastr.error(res.msg);
  320. // }
  321. // })
  322. },
  323. editBtn: function () {
  324. this.isEditBtn = !this.isEditBtn
  325. if (this.isEditBtn == true) {
  326. var btn = document.getElementsByClassName('button')[0]
  327. btn.innerHTML = '编辑'
  328. this.editable = false
  329. this.editData()
  330. } else if (this.isEditBtn == false) {
  331. var btn = document.getElementsByClassName('button')[0]
  332. btn.innerHTML = '保存'
  333. this.editable = true
  334. }
  335. }
  336. }
  337. })
  338. </script>
  339. </body>
  340. </html>