edit.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892
  1. <template>
  2. <view class="main">
  3. <uni-nav-bar dark :fixed="true" shadow background-color="#18C7B0" status-bar left-icon="left" left-text="返回" :leftWidth=120 :rightWidth=120 :height="100" :width="1200"
  4. title="调配详情" @clickLeft="handleBack"
  5. />
  6. <view class="content">
  7. <view class="header">
  8. <view class="ti">
  9. <view class="left">
  10. <view class="baracode">
  11. <w-barcode :options="preseObj"></w-barcode>
  12. <view class="barnum">{{v.preNo}}</view>
  13. </view>
  14. </view>
  15. <view class="mid">
  16. <text class="title">中药处方笺</text>
  17. </view>
  18. <view class="rig"><text class="title">{{v.presType}}</text></view>
  19. </view>
  20. <view class="patiinfo">
  21. <view class="r1">
  22. <view class="row">姓名:{{v.name}}</view>
  23. <view class="row">性别:{{v.sex}}</view>
  24. <view class="row">年龄:{{v.age}}岁</view>
  25. <view class="row">电话:{{v.contactNumber}}</view>
  26. <view class="row status">当前处方状态:{{v.status}}</view>
  27. </view>
  28. <view class="r2">
  29. <view class="row">就诊科室:{{v.department}}</view>
  30. <view class="row">临床诊断:{{v.disName}}—{{v.symName}}</view>
  31. <view class="row">开方时间:{{v.prescriptionTime}}</view>
  32. </view>
  33. <view class="r3">联系地址:{{v.address}}</view>
  34. </view>
  35. </view>
  36. <view class="rp">
  37. <view class="title">
  38. <text class="text">Rp:</text>
  39. </view>
  40. <view class="lists">
  41. <view class="item" v-for="(x, i) in v.rp" :key="i">
  42. <view class="le tag-view">
  43. <uni-tag :inverted="!selectRps.includes(x)" :text="x.matName+x.matDose+x.matUnitName" @click="handleGetRps(x)" />
  44. </view>
  45. <view class="rig">
  46. <view class="up"> {{x.matUsageName}}</view>
  47. <view class="do"> {{x.sign}}</view>
  48. </view>
  49. </view>
  50. </view>
  51. <view class="footer">
  52. <view class="js">
  53. 剂数:{{v.number}}
  54. <view v-if="v.pies_tips!==''" class="pies_tips">
  55. ({{v.pies_tips}})
  56. </view>
  57. </view>
  58. <view class="js">{{v.dosageForm}}</view>
  59. <view class="js">{{v.prescriptionUsage}}</view>
  60. <view class="js">每次{{v.concentration}}</view>
  61. <view class="js">{{v.frequency}}</view>
  62. <view class="freque">{{v.medicationTime}}</view>
  63. </view>
  64. <view class="rp-tips">{{v.rp_tips}}</view>
  65. </view>
  66. <view class="amountarea">
  67. <view class="amount">
  68. <view class="r1">
  69. <view class="pijw">药品金额:{{v.prescriptionSum}}</view>
  70. </view>
  71. <view class="r2">
  72. <view class="jyf">煎药费:{{v.daijianCost}}</view>
  73. <view class="psf">配送费:{{v.distributionCost}}</view>
  74. </view>
  75. <view class="r3">
  76. 总金额:{{v.prescriptionTotleSum}}
  77. <!-- <view class="zjw"></view> -->
  78. </view>
  79. </view>
  80. <view class="service">
  81. <view class="kf">开方:{{v.service.extra_doc}}</view>
  82. <view class="kf">审核:{{v.service.check_doc}}</view>
  83. <view class="kf">调配:{{v.service.depoly}}</view>
  84. <view class="kf">复核:{{v.service.review}}</view>
  85. <view class="kf">浸泡:{{v.service.steep}}</view>
  86. <view class="kf">煎煮:{{v.service.cook}}</view>
  87. <view class="kf">打包:{{v.service.pack}}</view>
  88. <view class="kf">发药:{{v.service.dispen}}</view>
  89. </view>
  90. </view>
  91. <view class="comment">
  92. <view class="z">注:</view>
  93. <text>{{v.entrust}}</text>
  94. </view>
  95. </view>
  96. <view class="upload">
  97. <view class="title">上传照片</view>
  98. <!-- <uni-file-picker
  99. class="plugin"
  100. ref="files"
  101. v-model="depolyImage"
  102. file-mediatype="image"
  103. mode="grid"
  104. file-extname="png,jpg"
  105. :image-styles="depolyImageStyles"
  106. :limit="3"
  107. @select="uploadFiles"
  108. @success="success"
  109. /> -->
  110. <el-upload
  111. v-model:file-list="photos"
  112. class="plugin"
  113. action="http://zc3gc9.natappfree.cc/common/upload"
  114. multiple
  115. :on-preview="handlePreview"
  116. :on-remove="handleRemove"
  117. :on-success="handleSave"
  118. :limit="3"
  119. >
  120. <el-button type="primary">Click to upload</el-button>
  121. <template #tip>
  122. <div class="el-upload__tip">
  123. jpg/png files with a size less than 500KB.
  124. </div>
  125. </template>
  126. </el-upload>
  127. </view>
  128. <view class="cooment">
  129. <view class="title">备注内容</view>
  130. <view class="tex">
  131. <textarea placeholder="请输入备注内容" v-model="editForm.comments" placeholder-style="font-size: 30px;" height="100px" @input="bindTextInput" class="input" ></textarea>
  132. </view>
  133. </view>
  134. <view class="radio">
  135. <label for="">
  136. <switch :checked="isPrint" @change="handleChange" /> 上传时直接打印标签
  137. </label>
  138. </view>
  139. <view class="submit">
  140. <button type="primary" class="bu" @click="handleSubmit">上传</button>
  141. </view>
  142. <view class="popup">
  143. <uni-popup ref="alertDialog" type="dialog">
  144. <uni-popup-dialog type="center" cancelText="不打印" confirmText="打印" title="打印标签" @confirm="dialogConfirm" @close="dialogClose">
  145. <view class="cotent" id="printMe">
  146. <view class="title">默默事中医院取药标签打印(门诊)</view>
  147. <view class="body">
  148. <view class="lef">
  149. <view class="baracode">
  150. <w-barcode class="cav" :options="preseObj"></w-barcode>
  151. <view class="barnum">NO.{{v.preseId}}</view>
  152. </view>
  153. </view>
  154. <view class="rig">
  155. <view class="hz">患者:<view class="bold">{{v.name}},{{v.sex}},{{v.age}}岁</view></view>
  156. <view class="hz">出生日期:<view class="bold">{{v.birth}}</view></view>
  157. </view>
  158. </view>
  159. </view>
  160. </uni-popup-dialog>
  161. </uni-popup>
  162. </view>
  163. </view>
  164. </template>
  165. <script>
  166. export default {
  167. name: ''
  168. }
  169. </script>
  170. <script setup>
  171. import { onMounted, ref, getCurrentInstance } from 'vue'
  172. import { selectOrderDetail, upload } from "@/static/js/request.js"
  173. import { saveDepoly } from '@/static/js/api.js'
  174. import { onLoad } from '@dcloudio/uni-app'
  175. const preseId = ref(11220822134401)
  176. const preseObj = ref({
  177. code: '11220822134401',
  178. color:['#000'], // 条形码的颜色
  179. bgColor: '#FFFFFF', // 背景色
  180. width: 200, // 宽度
  181. height: 50 // 高度
  182. })
  183. const {proxy} = getCurrentInstance()
  184. const depolyImageStyles = ref({
  185. width:200,
  186. height:200,
  187. border:{
  188. color:"#cfcfcf",
  189. width:1,
  190. style:'dashed',
  191. radius:'2px'
  192. }
  193. })
  194. const depolyImage = ref([])
  195. const barOpations = ref({
  196. height: 80,
  197. displayValue: false
  198. })
  199. const selectRps = ref([])
  200. const isPrint = ref(true)
  201. const photos = ref([])
  202. const v=ref({
  203. preNo:11220822134401,
  204. presType:'普通处方',
  205. name:'李某',
  206. sex:'男',
  207. age:35,
  208. contactNumber:'13888888888',
  209. pres_status: '发药',
  210. office:'中医内科',
  211. disName:'胃脘痛病',
  212. symName:'脾胃虚寒证',
  213. prescriptionTime:'2023-06-01 15:58',
  214. address:'浙江省某某事某某去某某事中医院门诊楼三楼302是',
  215. rp:[
  216. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  217. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
  218. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  219. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  220. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
  221. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  222. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  223. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  224. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  225. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:''},
  226. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  227. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
  228. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  229. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  230. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
  231. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  232. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  233. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  234. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  235. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:''},
  236. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  237. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
  238. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  239. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  240. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
  241. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  242. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  243. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  244. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  245. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:''},
  246. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  247. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
  248. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  249. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  250. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
  251. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
  252. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  253. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  254. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
  255. {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:''}
  256. ],
  257. number:3,
  258. pies_tips:'待见',
  259. dosageForm:'汤剂',
  260. prescriptionUsage:'煎服',
  261. concentration:'200ml',
  262. frequency:'一日三次',
  263. medicationTime:'饭后服',
  264. rp_tips:'注意多休息,饮食清单。',
  265. prescriptionSum: 187.00,
  266. daijianCost:30.00,
  267. distributionCost:10.00,
  268. prescriptionTotleSum: 227.00,
  269. service:{
  270. extra_doc:'A医生',
  271. check_doc:'B医生',
  272. depoly:'调陪人',
  273. review:'复核人',
  274. steep:'浸泡',
  275. cook:'煎煮人',
  276. pack:'大宝人',
  277. dispen:'发药人',
  278. },
  279. entrust:'1、本处方当日有效\n 2、取药时请您当面核对。。。。 \n 3、延长处方用量时间原油:慢性病 其他老年病 外地 其他'
  280. })
  281. const editForm =ref({
  282. urls:[],
  283. userId:uni.getStorageSync('userId'),
  284. comments:'',
  285. coreId: v.value.preNo
  286. })
  287. onMounted(() => {
  288. })
  289. const handleRemove = (file, uploadFiles) => {
  290. console.log(file, uploadFiles)
  291. }
  292. const handlePreview = (uploadFile) => {
  293. console.log(uploadFile)
  294. }
  295. // const uploadFiles = (e)=>{
  296. // const tempFilePaths = e.tempFilePaths;
  297. // //获取图片临时路径
  298. // const imgUrl=tempFilePaths[0]
  299. // uni.uploadFile({
  300. // //图片上传地址
  301. // url: 'http://zc3gc9.natappfree.cc/common/upload',
  302. // filePath: e.tempFilePaths[0],
  303. // //上传名字,注意与后台接收的参数名一致
  304. // name: 'imgUrl',
  305. // //设置请求头
  306. // header:{"Content-Type": "multipart/form-data"},
  307. // //请求成功,后台返回自己服务器上的图片地址
  308. // success: (uploadFileRes) => {
  309. // console.log('uploadFileRes',JSON.parse(uploadFileRes.data));
  310. // //处理数据
  311. // const path=JSON.parse(uploadFileRes.data)
  312. // //赋值,前端渲染
  313. // editForm.value.photo=path.imgUrl
  314. // }
  315. // });
  316. // }
  317. // const success = ()=>{
  318. // console.log('uni-file-picker',depolyImage.value)
  319. // }
  320. const bindTextInput = (e)=>{
  321. console.log(e.detail.value)
  322. }
  323. onLoad(async(options) => {
  324. console.log('options', options)
  325. const token = uni.getStorageSync('token')
  326. const userId = uni.getStorageSync('userId')
  327. const params = {
  328. token: token,
  329. data: {
  330. id: options.id,
  331. }
  332. }
  333. console.log("params",params)
  334. const {data:res} = await selectOrderDetail(params)
  335. // console.log('data',data.data)
  336. // const res.code = 200
  337. if (res.code === 200) {
  338. v.prescriptionTime = res.data.prescriptionTime,
  339. v.value.name = res.data.name,
  340. v.value.sex = res.data.sex,
  341. v.value.age = res.data.age,
  342. v.value.contactNumber = res.data.contactNumber
  343. v.value.address = res.data.address
  344. v.value.concentration = res.data.concentration
  345. v.value.frequency = res.data.frequency
  346. v.value.medicationTime = res.data.medicationTime
  347. v.value.disName = res.data.disName,
  348. v.value.symName = res.data.symName,
  349. v.value.preNo = res.data.preNo,
  350. v.value.department = res.data.department,
  351. v.value.dosageForm = res.data.dosageForm,
  352. v.value.prescriptionUsage = res.data.prescriptionUsage,
  353. v.value.number = res.data.number,
  354. v.value.prescriptionSum = res.data.prescriptionSum,
  355. v.value.prescriptionTotalSum = res.data.prescriptionTotalSum,
  356. v.value.daijianCost = res.data.daijianCost,
  357. v.value.distributionCost = res.data.distributionCost,
  358. v.value.prescriptionTotleSum = res.data.prescriptionTotleSum,
  359. v.value.entrust = res.data.entrust,
  360. v.value.rp = res.data.detailList
  361. // v.value.status = res.data.status,
  362. switch (res.data.status) {
  363. case '1':
  364. v.value.status = '配药'
  365. break
  366. case '2':
  367. v.value.status = '煎药'
  368. break
  369. case '3':
  370. v.value.status = '发药'
  371. break
  372. case '4':
  373. v.value.status = '配送'
  374. break
  375. case '5':
  376. v.value.status = '已分配'
  377. break
  378. case '6':
  379. v.value.status = '已传送'
  380. break
  381. default:
  382. v.value.status = '配药'
  383. }
  384. }
  385. })
  386. const handleGetRps = (v)=>{
  387. console.log('handleGetRps', v)
  388. if(!selectRps.value.includes(v)) {
  389. selectRps.value.push(v)
  390. } else {
  391. selectRps.value.splice(selectRps.value.indexOf(v), 1)
  392. }
  393. }
  394. const handleChange = ()=>{
  395. isPrint.value = !isPrint.value
  396. console.log('handleChange', isPrint.value)
  397. }
  398. const handleBack =()=>{
  399. uni.navigateBack({
  400. delta: 1
  401. })
  402. }
  403. const handleSubmit = async()=>{
  404. console.log('handleSubmit>>>',editForm.value)
  405. console.log('直接调用接口,然后打印')
  406. const {data:res} = await saveDepoly({
  407. token: uni.getStorageSync('token'),
  408. data: JSON.stringify(editForm.value)
  409. })
  410. if(res.code===200){
  411. console.log('depoly success>>>')
  412. }
  413. if(isPrint.value){
  414. // 直接调用接口,然后打印
  415. print("#printMe")
  416. uni.redirectTo({
  417. url:"/pages/index/index"
  418. })
  419. } else {
  420. // 弹窗提醒
  421. // console.log("handleSubmit proxy.$refs.alertDialog",proxy.$refs.alertDialog)
  422. proxy.$refs.alertDialog.open('center')
  423. }
  424. }
  425. const dialogConfirm = ()=>{
  426. console.log('dialogConfirm直接调用接口,然后打印')
  427. print("#printMe")
  428. uni.redirectTo({
  429. url:"/pages/index/index"
  430. })
  431. }
  432. const dialogClose = ()=>{
  433. console.log('dialogClose直接调用接口,不打印')
  434. uni.redirectTo({
  435. url:"/pages/index/index"
  436. })
  437. }
  438. const handleSave = (file, uploadFiles)=>{
  439. console.log('upload file success>>',file, uploadFiles)
  440. //TODO 临时存了返回消息,等接口做完后修改
  441. editForm.value.urls.push(file.msg)
  442. // 上传成功的文件存数组editForm.photos
  443. }
  444. </script>
  445. <style lang="scss">
  446. .main {
  447. display: flex;
  448. flex-direction:column;
  449. justify-content:flex-start;
  450. // height: 2000px;
  451. width: 1200px;
  452. .content{
  453. margin: 10px;
  454. background-color: #fff;
  455. flex-direction:column;
  456. align-items: center;
  457. .header{
  458. display: flex;
  459. flex-direction:column;
  460. margin:16px 16px 0;
  461. .ti{
  462. display: flex;
  463. flex-direction:row;
  464. justify-content: space-between;
  465. .left{
  466. align-items: flex-start;
  467. .baracode{
  468. display: flex;
  469. flex-direction:column;
  470. width: 320px;
  471. // align-items: center;
  472. .barnum{
  473. width:320px;
  474. font-size: 40px;
  475. display: flex;
  476. justify-content:center;
  477. align-items: center;
  478. letter-spacing: 0.1em;
  479. }
  480. }
  481. }
  482. .mid{
  483. align-items: flex-start;
  484. justify-content:center;
  485. width:320px;
  486. display: flex;
  487. .title{
  488. font-size: 40px;
  489. margin-top: 20px;
  490. font-weight: 800;
  491. }
  492. }
  493. .rig{
  494. align-items: flex-start;
  495. justify-content:flex-end;
  496. width:320px;
  497. display: flex;
  498. .title{
  499. font-size: 26px;
  500. width: 60px;
  501. font-weight: 300;
  502. }
  503. }
  504. }
  505. .patiinfo{
  506. display: flex;
  507. flex-direction:column;
  508. margin-top: 5px;
  509. padding-bottom: 10px;
  510. border-bottom: 1px solid #000;
  511. .r1{
  512. display: flex;
  513. flex-direction:row;
  514. height: 50px;
  515. .row{
  516. font-size: 28px;
  517. font-weight: 400;
  518. margin-right: 30px;
  519. }
  520. .status{
  521. background-color: #cfcfcf;
  522. }
  523. }
  524. .r2{
  525. display: flex;
  526. flex-direction:row;
  527. margin-top: 5px;
  528. height: 50px;
  529. .row{
  530. font-size: 28px;
  531. font-weight: 400;
  532. margin-right: 20px;
  533. }
  534. }
  535. .r3{
  536. display: flex;
  537. flex-direction:row;
  538. height: 50px;
  539. margin-top: 5px;
  540. font-size: 28px;
  541. font-weight: 400;
  542. }
  543. }
  544. }
  545. .rp{
  546. display: flex;
  547. flex-direction:column;
  548. margin:0 16px 0;
  549. border-bottom: 1px solid #000;
  550. .title{
  551. font-size: 40px;
  552. }
  553. .lists{
  554. display: flex;
  555. flex-wrap: wrap;
  556. flex-direction: row;
  557. justify-content:flex-start;
  558. align-content:flex-start;
  559. margin-left:80px;
  560. // width: 1000px;
  561. // height: 1800px;
  562. .item{
  563. display: flex;
  564. justify-content:center;
  565. align-items: center;
  566. height:80px;
  567. width: 220px;
  568. margin-right: 40px;
  569. // flex-basis: 25%;
  570. .le{
  571. display: flex;
  572. // width: 160px;
  573. font-size: 28px;
  574. }
  575. .tag-view:deep(.uni-tag){
  576. display: flex;
  577. justify-content:center;
  578. align-items: center;
  579. font-size: 20px;
  580. height: 40px;
  581. width: 100px;
  582. padding: 6px 20px;
  583. }
  584. .rig{
  585. display: flex;
  586. flex-direction:column;
  587. margin-left: 10px;
  588. .up{
  589. width: 80px;
  590. height: 22px;
  591. }
  592. .do{
  593. width: 80px;
  594. height: 22px;
  595. }
  596. }
  597. }
  598. }
  599. .footer{
  600. margin: 20px 0 0 80px;
  601. display: flex;
  602. font-size: 25px;
  603. .js{
  604. display: flex;
  605. margin-right: 100px;
  606. .pies_tips{}
  607. }
  608. .freque{}
  609. }
  610. .rp-tips{
  611. display: flex;
  612. justify-content:flex-end;
  613. font-size: 25px;
  614. }
  615. }
  616. .amountarea{
  617. display: flex;
  618. margin: 10px 16px 0;
  619. padding-bottom: 10px;
  620. border-bottom: 1px solid #000;
  621. .amount{
  622. display: flex;
  623. flex-direction:column;
  624. .r1{
  625. border: 1px solid #000;
  626. font-size: 30px;
  627. width: 400px;
  628. display: flex;
  629. justify-content:center;
  630. align-items: center;
  631. height: 50px;
  632. }
  633. .r2{
  634. display: flex;
  635. justify-content:center;
  636. align-items: center;
  637. font-size: 30px;
  638. height: 50px;
  639. width: 400px;
  640. border-left: 1px solid #000;
  641. border-right: 1px solid #000;
  642. .jyf{
  643. width: 200px;
  644. display: flex;
  645. justify-content:center;
  646. align-items: center;
  647. }
  648. .psf{
  649. border-left: 1px solid #000;
  650. width: 201px;
  651. display: flex;
  652. justify-content:center;
  653. align-items: center;
  654. }
  655. }
  656. .r3{
  657. display: flex;
  658. justify-content:center;
  659. align-items: center;
  660. height: 50px;
  661. font-size: 30px;
  662. border: 1px solid #000;
  663. }
  664. }
  665. .service{
  666. display: flex;
  667. flex-wrap: wrap;
  668. margin-left: 50px;
  669. .kf{
  670. font-size: 30px;
  671. margin-right: 55px;
  672. }
  673. }
  674. }
  675. .comment{
  676. margin: 10px 16px 10px;
  677. font-size: 30px;
  678. line-height: 50px;
  679. display: flex;
  680. }
  681. }
  682. .upload{
  683. margin: 0 10px 10px;
  684. background-color: #fff;
  685. flex-direction:column;
  686. align-items: center;
  687. padding: 20px;
  688. .title{
  689. font-size: 40px;
  690. margin-bottom:20px;
  691. }
  692. .plugin{
  693. // margin-left: 20px;
  694. }
  695. }
  696. .cooment{
  697. margin: 0 10px;
  698. background-color: #fff;
  699. flex-direction:column;
  700. align-items: center;
  701. padding: 20px;
  702. .title{
  703. font-size: 40px;
  704. margin-bottom:20px;
  705. }
  706. .tex{
  707. display: flex;
  708. justify-content:flex-start;
  709. align-items: center;
  710. margin-bottom:20px;
  711. border: 1px solid #cfcfcf;
  712. height: 60px;
  713. .input{
  714. height: 60px;
  715. font-size: 30px;
  716. padding-left: 10px;
  717. }
  718. }
  719. }
  720. .radio{
  721. display: flex;
  722. margin: 0 10px 10px 10px;
  723. background-color: #fff;
  724. padding: 0 20px 100px;
  725. flex-direction:column;
  726. // align-items: center;
  727. font-size: 20px!important;
  728. }
  729. .submit{
  730. display: flex;
  731. margin: 30px 0;
  732. background-color: #fff;
  733. align-items: center;
  734. width: 1200px;
  735. height: 100px;
  736. .bu{
  737. display: flex;
  738. justify-content:center;
  739. align-items: center;
  740. height: 65px;
  741. width: 1074px;
  742. font-size: 30px;
  743. background-color: #18c7b0;
  744. color:#fff;
  745. }
  746. }
  747. :deep(.uni-popup-dialog){
  748. width: 800px;
  749. height: 500px;
  750. display: flex;
  751. flex-direction: column;
  752. background-color: #e1e3e9;
  753. // justify-content:center;
  754. // align-items: center;
  755. .uni-dialog-title-text{
  756. display: flex;
  757. font-size: 30px;
  758. padding-top: 20px;
  759. }
  760. .uni-dialog-content{
  761. display: flex;
  762. margin: 20px 40px;
  763. background-color: #fff;
  764. .cotent{
  765. display: flex;
  766. flex-direction: column;
  767. .title{
  768. font-size: 30px;
  769. font-weight: 500;
  770. margin-bottom: 10px;
  771. display: flex;
  772. align-items: center;
  773. justify-content:center;
  774. }
  775. .body{
  776. display: flex;
  777. // flex-direction: column;
  778. justify-content:center;
  779. .lef{
  780. display: flex;
  781. flex-direction: column;
  782. width: 320px;
  783. justify-content:center;
  784. .baracode{
  785. display: flex;
  786. flex-direction:column;
  787. width: 320px;
  788. .cav{
  789. width:320px;
  790. }
  791. .barnum{
  792. width:320px;
  793. font-size: 28px;
  794. display: flex;
  795. justify-content:center;
  796. align-items: center;
  797. letter-spacing: 0.1em;
  798. }
  799. }
  800. }
  801. .rig{
  802. display: flex;
  803. flex-direction: column;
  804. width: 340px;
  805. margin-left: 30px;
  806. .hz{
  807. display: flex;
  808. margin-bottom: 10px;
  809. font-size: 28px;
  810. }
  811. .bold{
  812. font-weight: 500;
  813. }
  814. }
  815. }
  816. }
  817. }
  818. .uni-dialog-button-group{
  819. display: flex;
  820. margin-top: 20px;
  821. border: 0;
  822. .uni-dialog-button{
  823. display: flex;
  824. height: 78px;
  825. width: 100px!important;
  826. border: 1px solid #000;
  827. margin:0 40px;
  828. border-radius: 4px;
  829. .uni-dialog-button-text{
  830. font-size: 32px;
  831. }
  832. }
  833. .uni-border-left{
  834. height: 80px;
  835. width: 100px;
  836. border: 1px solid #007aff;
  837. background-color: #007aff;
  838. border: 1px solid #007aff;
  839. .uni-dialog-button-text{
  840. font-size: 32px;
  841. color: #fff;
  842. }
  843. }
  844. }
  845. }
  846. }
  847. </style>