calendar.vue 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. <template>
  2. <view class="calendar">
  3. <u-toast ref="uToast" />
  4. <view class="updata u-flex u-row-between u-col-center">
  5. <view class="updata-item1 u-flex u-row-center" @click="towenjuan" v-if="wisWjdc == '允许' && wisWjdcUser == '1'">
  6. <text class="text">问卷调查</text>
  7. <!-- <image class="image1" src="../../static/img/right.png" mode=""></image> -->
  8. <image class="image2" src="../../static/img/wenjuan.png" mode=""></image>
  9. </view>
  10. <view class="updata-item2 u-flex u-row-center" @click="upload()" v-if="wisMhu == '允许'">
  11. <text class="text">上传病历</text>
  12. <!-- <image class="image1" src="../../static/img/right.png" mode=""></image> -->
  13. <image class="image2" src="../../static/img/bingli.png" mode=""></image>
  14. </view>
  15. </view>
  16. <view class="" style="padding: 10rpx 0;text-align: center;" v-if="wisWjdc == '允许' && wisWjdcUser == '1'">
  17. 您本月提交调研问卷{{count || 0}}次
  18. </view>
  19. <view class="con" v-if="dataList.length == 0 && wisMhu == '允许'">
  20. <image class="no" src="../../static/img/no.png" mode=""></image>
  21. <view class="text">列表内容为空</view>
  22. </view>
  23. <view class="list" v-if="dataList.length > 0">
  24. <view class="h6">历史上传</view>
  25. <view class="li" v-for="(item,index) in dataList" :key="index" @click="uploadID(item)">
  26. <view v-if="item.allocation==2">
  27. <view class="flex one">
  28. <view class="type">{{item.title}}</view>
  29. <view class="name">{{item.name}}</view>
  30. <!-- <view class="status status1">初审已通过</view> -->
  31. <view class="u-flex-col">
  32. <view class="status" v-if="item.firstTrial==0">未审核</view>
  33. <view class="status status1" v-if="item.firstTrial==2">初审已通过</view>
  34. <view class="status status2" v-if="item.firstTrial==1">未通过</view>
  35. </view>
  36. </view>
  37. <view class="flex address">
  38. <view>{{item.city}}</view>
  39. <view class="u-flex-1">{{item.hospital}}</view>
  40. <view class="one" style="margin: 0;">
  41. <!-- <view style="margin: 0;" class="status" v-if="item.type==0">专家未审核</view> -->
  42. <view style="margin: 0;" class="status status1" v-if="item.type==2">专家审核已通过</view>
  43. <view style="margin: 0;" class="status status2" v-if="item.type==1">专家审核未通过</view>
  44. </view>
  45. </view>
  46. <view class="flex" style="justify-content: space-between;">
  47. <view class="class">
  48. <view class="box">{{item.uploadingName}}</view>
  49. <view class="box">{{item.caseName}}</view>
  50. </view>
  51. </view>
  52. </view>
  53. <view v-else>
  54. <view class="flex one">
  55. <view class="type">{{item.title}}</view>
  56. <view class="name">{{item.name}}</view>
  57. <view class="u-flex-col">
  58. <view class="status" v-if="item.firstTrial==0">未审核</view>
  59. <view class="status status1" v-if="item.firstTrial==2">初审已通过</view>
  60. <view class="status status2" v-if="item.firstTrial==1">未通过</view>
  61. </view>
  62. </view>
  63. <view class="flex address">
  64. <view>{{item.city}}</view>
  65. <view class="u-flex-1">{{item.hospital}}</view>
  66. <view class="one" style="margin: 0;">
  67. <!-- <view style="margin:0;" class="status" v-if="item.type==0">专家未审核</view> -->
  68. <view style="margin:0;" class="status status1" v-if="item.type==2">专家审核已通过</view>
  69. <view style="margin:0;" class="status status2" v-if="item.type==1">专家审核未通过</view>
  70. </view>
  71. </view>
  72. <view class="flex" style="justify-content: space-between;">
  73. <view class="class">
  74. <view class="box">{{item.uploadingName}}</view>
  75. <view class="box">{{item.caseName}}</view>
  76. </view>
  77. <view class="btn" v-if="item.firstTrial==1">重新编辑</view>
  78. <view class="btn btn1" v-if="isup(item)">二次上传</view>
  79. </view>
  80. </view>
  81. </view>
  82. </view>
  83. <tabBar :pagePath="'/pages/index/calendar'"></tabBar>
  84. </view>
  85. </template>
  86. <script>
  87. export default {
  88. data() {
  89. return {
  90. dataList: [],
  91. wisMhu: '',
  92. wisWjdc: '',
  93. wisWjdcUser: '',
  94. count: 0
  95. }
  96. },
  97. onLoad(option) {
  98. this.getsetting()
  99. },
  100. onShow() {
  101. this.getuser()
  102. this.$http.getTopicNum().then(res => {
  103. this.count = res.data.result
  104. })
  105. },
  106. methods: {
  107. getsetting() {
  108. this.$http.configInfo().then(res => {
  109. if (res.data.code == 200) {
  110. this.wisWjdcUser = res.data.result.wisWjdcUser
  111. }
  112. })
  113. },
  114. getuser() {
  115. this.$http.getUserInfo().then(res => {
  116. if (res.data.code == 200) {
  117. this.wisWjdc = res.data.result.wisWjdc
  118. this.wisMhu = res.data.result.wisMhu
  119. if (this.wisMhu == '允许') {
  120. this.patientQuideByPhongList()
  121. }
  122. }
  123. })
  124. },
  125. towenjuan() {
  126. uni.navigateTo({
  127. url: "./wenjuan-list"
  128. })
  129. },
  130. isup(item) {
  131. if (item.isSecondaryUpload == 2) {
  132. if (item.firstTrial == 2 && item.secondaryUpload == 1) {
  133. return true
  134. } else {
  135. return false
  136. }
  137. } else {
  138. return false
  139. }
  140. },
  141. patientQuideByPhongList() {
  142. this.$http.patientQuideByPhongList()
  143. .then(res => {
  144. // console.log(res)
  145. if (res.data.code == 200) {
  146. this.dataList = res.data.result
  147. }
  148. })
  149. },
  150. uploadID(item) {
  151. uni.setStorageSync('uploadData', JSON.stringify(item));
  152. uni.navigateTo({
  153. url: '/pages/doctor/upload?id=' + item.id,
  154. })
  155. },
  156. upload() {
  157. uni.navigateTo({
  158. url: '/pages/doctor/upload',
  159. })
  160. },
  161. }
  162. }
  163. </script>
  164. <style lang="scss">
  165. .calendar {
  166. padding-bottom: 120rpx;
  167. .updata {
  168. position: relative;
  169. width: 680rpx;
  170. margin: 24rpx auto 0;
  171. border-radius: 24rpx;
  172. // padding: 68rpx 0;
  173. text-align: center;
  174. // font-size: 32rpx;
  175. // color: $color;
  176. .updata-item2 {
  177. flex: 1;
  178. margin: 0 8rpx;
  179. height: 168rpx;
  180. background: linear-gradient(180deg, #22F5FB 0%, #9AFFF8 100%);
  181. border-radius: 24rpx;
  182. // padding: 0 12rpx 0 20rpx;
  183. .text {
  184. font-size: 36rpx;
  185. font-family: PingFangSC-Semibold, PingFang SC;
  186. font-weight: 600;
  187. color: #FFFFFF;
  188. margin-right: 26rpx;
  189. }
  190. .image1 {
  191. width: 40rpx;
  192. height: 40rpx;
  193. margin-right: 40rpx;
  194. }
  195. .image2 {
  196. width: 128rpx;
  197. height: 136rpx;
  198. }
  199. }
  200. .updata-item1 {
  201. flex: 1;
  202. margin: 0 8rpx;
  203. height: 168rpx;
  204. background: linear-gradient(180deg, #FFCE7D 0%, #FFDCB3 100%);
  205. border-radius: 24rpx;
  206. // padding: 0 12rpx 0 20rpx;
  207. .text {
  208. font-size: 36rpx;
  209. font-family: PingFangSC-Semibold, PingFang SC;
  210. font-weight: 600;
  211. color: #FFFFFF;
  212. margin-right: 32rpx;
  213. }
  214. .image1 {
  215. width: 40rpx;
  216. height: 40rpx;
  217. margin-right: 40rpx;
  218. }
  219. .image2 {
  220. width: 118rpx;
  221. height: 134rpx;
  222. }
  223. }
  224. }
  225. .con {
  226. width: 680rpx;
  227. margin: 24rpx auto;
  228. padding: 32rpx;
  229. background-color: #fff;
  230. border-radius: 24rpx;
  231. text-align: center;
  232. .no {
  233. width: 520rpx;
  234. height: 340rpx;
  235. }
  236. .text {
  237. font-size: 28rpx;
  238. color: rgba(0, 0, 0, 0.35);
  239. padding-bottom: 80rpx;
  240. }
  241. }
  242. .list {
  243. width: 680rpx;
  244. margin: 24rpx auto;
  245. box-sizing: border-box;
  246. // padding: 0 20rpx;
  247. background-color: #fff;
  248. border-radius: 24rpx;
  249. margin-top: 24rpx;
  250. .h6 {
  251. padding-top: 32rpx;
  252. font-size: 34rpx;
  253. color: $color;
  254. font-weight: 700;
  255. padding-left: 32rpx;
  256. }
  257. .li {
  258. font-size: 28rpx;
  259. color: rgba(0, 0, 0, 0.6);
  260. padding: 24rpx 32rpx;
  261. .flex {
  262. margin-bottom: 14rpx;
  263. }
  264. .address {
  265. view {
  266. margin-right: 20rpx;
  267. }
  268. }
  269. .class {
  270. display: flex;
  271. flex-direction: row;
  272. align-items: center;
  273. .box {
  274. padding: 4rpx 16rpx;
  275. background: rgba(22, 127, 255, 0.1);
  276. color: #167FFF;
  277. font-size: 24rpx;
  278. margin-right: 16rpx;
  279. border-radius: 24rpx;
  280. }
  281. }
  282. .btn {
  283. padding: 6rpx 24rpx;
  284. background: #F02E2F;
  285. color: #fff;
  286. font-size: 28rpx;
  287. border-radius: 24rpx;
  288. }
  289. .btn1 {
  290. background-color: $color;
  291. }
  292. .one {
  293. color: rgba(0, 0, 0, 0.8);
  294. .type {
  295. max-width: 280rpx;
  296. white-space: nowrap;
  297. overflow: hidden;
  298. text-overflow: ellipsis;
  299. font-size: 32rpx;
  300. color: rgba(0, 0, 0, 0.8);
  301. margin-right: 24rpx;
  302. font-weight: bold;
  303. }
  304. .name {
  305. flex: 1;
  306. }
  307. .status {
  308. position: relative;
  309. }
  310. .status1 {
  311. color: $color;
  312. }
  313. .status2 {
  314. color: #F02E2F;
  315. }
  316. .status::after {
  317. content: '';
  318. position: absolute;
  319. left: -30rpx;
  320. top: 50%;
  321. transform: translateY(-50%);
  322. width: 10rpx;
  323. height: 10rpx;
  324. border-radius: 50%;
  325. background: #F0A22E;
  326. }
  327. .status1::after {
  328. content: '';
  329. position: absolute;
  330. left: -30rpx;
  331. top: 50%;
  332. transform: translateY(-50%);
  333. width: 10rpx;
  334. height: 10rpx;
  335. border-radius: 50%;
  336. background: $color;
  337. }
  338. .status2::after {
  339. content: '';
  340. position: absolute;
  341. left: -30rpx;
  342. top: 50%;
  343. transform: translateY(-50%);
  344. width: 10rpx;
  345. height: 10rpx;
  346. border-radius: 50%;
  347. background: #F02E2F;
  348. }
  349. }
  350. }
  351. }
  352. }
  353. </style>