123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892 |
- <template>
- <view class="main">
- <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"
- title="调配详情" @clickLeft="handleBack"
- />
-
- <view class="content">
- <view class="header">
- <view class="ti">
- <view class="left">
- <view class="baracode">
- <w-barcode :options="preseObj"></w-barcode>
- <view class="barnum">{{v.preNo}}</view>
- </view>
- </view>
- <view class="mid">
- <text class="title">中药处方笺</text>
- </view>
- <view class="rig"><text class="title">{{v.presType}}</text></view>
- </view>
- <view class="patiinfo">
- <view class="r1">
- <view class="row">姓名:{{v.name}}</view>
- <view class="row">性别:{{v.sex}}</view>
- <view class="row">年龄:{{v.age}}岁</view>
- <view class="row">电话:{{v.contactNumber}}</view>
- <view class="row status">当前处方状态:{{v.status}}</view>
- </view>
- <view class="r2">
- <view class="row">就诊科室:{{v.department}}</view>
- <view class="row">临床诊断:{{v.disName}}—{{v.symName}}</view>
- <view class="row">开方时间:{{v.prescriptionTime}}</view>
- </view>
- <view class="r3">联系地址:{{v.address}}</view>
- </view>
- </view>
- <view class="rp">
- <view class="title">
- <text class="text">Rp:</text>
- </view>
- <view class="lists">
- <view class="item" v-for="(x, i) in v.rp" :key="i">
- <view class="le tag-view">
- <uni-tag :inverted="!selectRps.includes(x)" :text="x.matName+x.matDose+x.matUnitName" @click="handleGetRps(x)" />
- </view>
- <view class="rig">
- <view class="up"> {{x.matUsageName}}</view>
- <view class="do"> {{x.sign}}</view>
- </view>
- </view>
- </view>
- <view class="footer">
- <view class="js">
- 剂数:{{v.number}}
- <view v-if="v.pies_tips!==''" class="pies_tips">
- ({{v.pies_tips}})
- </view>
- </view>
- <view class="js">{{v.dosageForm}}</view>
- <view class="js">{{v.prescriptionUsage}}</view>
- <view class="js">每次{{v.concentration}}</view>
- <view class="js">{{v.frequency}}</view>
- <view class="freque">{{v.medicationTime}}</view>
- </view>
- <view class="rp-tips">{{v.rp_tips}}</view>
- </view>
- <view class="amountarea">
- <view class="amount">
- <view class="r1">
- <view class="pijw">药品金额:{{v.prescriptionSum}}</view>
- </view>
- <view class="r2">
- <view class="jyf">煎药费:{{v.daijianCost}}</view>
- <view class="psf">配送费:{{v.distributionCost}}</view>
- </view>
- <view class="r3">
- 总金额:{{v.prescriptionTotleSum}}
- <!-- <view class="zjw"></view> -->
- </view>
- </view>
- <view class="service">
- <view class="kf">开方:{{v.service.extra_doc}}</view>
- <view class="kf">审核:{{v.service.check_doc}}</view>
- <view class="kf">调配:{{v.service.depoly}}</view>
- <view class="kf">复核:{{v.service.review}}</view>
- <view class="kf">浸泡:{{v.service.steep}}</view>
- <view class="kf">煎煮:{{v.service.cook}}</view>
- <view class="kf">打包:{{v.service.pack}}</view>
- <view class="kf">发药:{{v.service.dispen}}</view>
- </view>
- </view>
- <view class="comment">
- <view class="z">注:</view>
- <text>{{v.entrust}}</text>
- </view>
- </view>
- <view class="upload">
- <view class="title">上传照片</view>
- <!-- <uni-file-picker
- class="plugin"
- ref="files"
- v-model="depolyImage"
- file-mediatype="image"
- mode="grid"
- file-extname="png,jpg"
- :image-styles="depolyImageStyles"
- :limit="3"
- @select="uploadFiles"
- @success="success"
- /> -->
- <el-upload
- v-model:file-list="photos"
- class="plugin"
- action="http://zc3gc9.natappfree.cc/common/upload"
- multiple
- :on-preview="handlePreview"
- :on-remove="handleRemove"
- :on-success="handleSave"
- :limit="3"
- >
- <el-button type="primary">Click to upload</el-button>
- <template #tip>
- <div class="el-upload__tip">
- jpg/png files with a size less than 500KB.
- </div>
- </template>
- </el-upload>
- </view>
-
- <view class="cooment">
- <view class="title">备注内容</view>
- <view class="tex">
- <textarea placeholder="请输入备注内容" v-model="editForm.comments" placeholder-style="font-size: 30px;" height="100px" @input="bindTextInput" class="input" ></textarea>
- </view>
- </view>
- <view class="radio">
- <label for="">
- <switch :checked="isPrint" @change="handleChange" /> 上传时直接打印标签
- </label>
- </view>
- <view class="submit">
- <button type="primary" class="bu" @click="handleSubmit">上传</button>
- </view>
- <view class="popup">
- <uni-popup ref="alertDialog" type="dialog">
- <uni-popup-dialog type="center" cancelText="不打印" confirmText="打印" title="打印标签" @confirm="dialogConfirm" @close="dialogClose">
- <view class="cotent" id="printMe">
- <view class="title">默默事中医院取药标签打印(门诊)</view>
- <view class="body">
- <view class="lef">
- <view class="baracode">
- <w-barcode class="cav" :options="preseObj"></w-barcode>
- <view class="barnum">NO.{{v.preseId}}</view>
- </view>
- </view>
- <view class="rig">
- <view class="hz">患者:<view class="bold">{{v.name}},{{v.sex}},{{v.age}}岁</view></view>
- <view class="hz">出生日期:<view class="bold">{{v.birth}}</view></view>
- </view>
- </view>
- </view>
- </uni-popup-dialog>
- </uni-popup>
- </view>
- </view>
- </template>
- <script>
- export default {
- name: ''
- }
- </script>
- <script setup>
- import { onMounted, ref, getCurrentInstance } from 'vue'
- import { selectOrderDetail, upload } from "@/static/js/request.js"
- import { saveDepoly } from '@/static/js/api.js'
- import { onLoad } from '@dcloudio/uni-app'
- const preseId = ref(11220822134401)
- const preseObj = ref({
- code: '11220822134401',
- color:['#000'], // 条形码的颜色
- bgColor: '#FFFFFF', // 背景色
- width: 200, // 宽度
- height: 50 // 高度
- })
- const {proxy} = getCurrentInstance()
- const depolyImageStyles = ref({
- width:200,
- height:200,
- border:{
- color:"#cfcfcf",
- width:1,
- style:'dashed',
- radius:'2px'
- }
- })
- const depolyImage = ref([])
- const barOpations = ref({
- height: 80,
- displayValue: false
- })
- const selectRps = ref([])
- const isPrint = ref(true)
- const photos = ref([])
- const v=ref({
- preNo:11220822134401,
- presType:'普通处方',
- name:'李某',
- sex:'男',
- age:35,
- contactNumber:'13888888888',
- pres_status: '发药',
- office:'中医内科',
- disName:'胃脘痛病',
- symName:'脾胃虚寒证',
- prescriptionTime:'2023-06-01 15:58',
- address:'浙江省某某事某某去某某事中医院门诊楼三楼302是',
- rp:[
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'包煎',sign:'医生签名'},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'',sign:''},
- {matName:'车前子',matDose:'6',matUnitName:'g',tips:'先煎',sign:''}
- ],
- number:3,
- pies_tips:'待见',
- dosageForm:'汤剂',
- prescriptionUsage:'煎服',
- concentration:'200ml',
- frequency:'一日三次',
- medicationTime:'饭后服',
- rp_tips:'注意多休息,饮食清单。',
-
- prescriptionSum: 187.00,
- daijianCost:30.00,
- distributionCost:10.00,
- prescriptionTotleSum: 227.00,
- service:{
- extra_doc:'A医生',
- check_doc:'B医生',
- depoly:'调陪人',
- review:'复核人',
- steep:'浸泡',
- cook:'煎煮人',
- pack:'大宝人',
- dispen:'发药人',
- },
- entrust:'1、本处方当日有效\n 2、取药时请您当面核对。。。。 \n 3、延长处方用量时间原油:慢性病 其他老年病 外地 其他'
- })
- const editForm =ref({
- urls:[],
- userId:uni.getStorageSync('userId'),
- comments:'',
- coreId: v.value.preNo
- })
- onMounted(() => {
- })
- const handleRemove = (file, uploadFiles) => {
- console.log(file, uploadFiles)
- }
- const handlePreview = (uploadFile) => {
- console.log(uploadFile)
- }
- // const uploadFiles = (e)=>{
- // const tempFilePaths = e.tempFilePaths;
- // //获取图片临时路径
- // const imgUrl=tempFilePaths[0]
- // uni.uploadFile({
- // //图片上传地址
- // url: 'http://zc3gc9.natappfree.cc/common/upload',
- // filePath: e.tempFilePaths[0],
- // //上传名字,注意与后台接收的参数名一致
- // name: 'imgUrl',
- // //设置请求头
- // header:{"Content-Type": "multipart/form-data"},
- // //请求成功,后台返回自己服务器上的图片地址
- // success: (uploadFileRes) => {
- // console.log('uploadFileRes',JSON.parse(uploadFileRes.data));
- // //处理数据
- // const path=JSON.parse(uploadFileRes.data)
- // //赋值,前端渲染
- // editForm.value.photo=path.imgUrl
- // }
- // });
- // }
- // const success = ()=>{
- // console.log('uni-file-picker',depolyImage.value)
- // }
- const bindTextInput = (e)=>{
- console.log(e.detail.value)
- }
- onLoad(async(options) => {
- console.log('options', options)
- const token = uni.getStorageSync('token')
- const userId = uni.getStorageSync('userId')
- const params = {
- token: token,
- data: {
- id: options.id,
- }
- }
- console.log("params",params)
- const {data:res} = await selectOrderDetail(params)
- // console.log('data',data.data)
- // const res.code = 200
- if (res.code === 200) {
- v.prescriptionTime = res.data.prescriptionTime,
- v.value.name = res.data.name,
- v.value.sex = res.data.sex,
- v.value.age = res.data.age,
- v.value.contactNumber = res.data.contactNumber
- v.value.address = res.data.address
- v.value.concentration = res.data.concentration
- v.value.frequency = res.data.frequency
- v.value.medicationTime = res.data.medicationTime
-
- v.value.disName = res.data.disName,
- v.value.symName = res.data.symName,
- v.value.preNo = res.data.preNo,
- v.value.department = res.data.department,
- v.value.dosageForm = res.data.dosageForm,
- v.value.prescriptionUsage = res.data.prescriptionUsage,
-
- v.value.number = res.data.number,
- v.value.prescriptionSum = res.data.prescriptionSum,
- v.value.prescriptionTotalSum = res.data.prescriptionTotalSum,
- v.value.daijianCost = res.data.daijianCost,
- v.value.distributionCost = res.data.distributionCost,
- v.value.prescriptionTotleSum = res.data.prescriptionTotleSum,
-
- v.value.entrust = res.data.entrust,
- v.value.rp = res.data.detailList
-
- // v.value.status = res.data.status,
- switch (res.data.status) {
- case '1':
- v.value.status = '配药'
- break
- case '2':
- v.value.status = '煎药'
- break
- case '3':
- v.value.status = '发药'
- break
- case '4':
- v.value.status = '配送'
- break
- case '5':
- v.value.status = '已分配'
- break
- case '6':
- v.value.status = '已传送'
- break
- default:
- v.value.status = '配药'
- }
- }
- })
- const handleGetRps = (v)=>{
- console.log('handleGetRps', v)
- if(!selectRps.value.includes(v)) {
- selectRps.value.push(v)
- } else {
- selectRps.value.splice(selectRps.value.indexOf(v), 1)
- }
- }
- const handleChange = ()=>{
- isPrint.value = !isPrint.value
- console.log('handleChange', isPrint.value)
- }
- const handleBack =()=>{
- uni.navigateBack({
- delta: 1
- })
- }
- const handleSubmit = async()=>{
- console.log('handleSubmit>>>',editForm.value)
- console.log('直接调用接口,然后打印')
- const {data:res} = await saveDepoly({
- token: uni.getStorageSync('token'),
- data: JSON.stringify(editForm.value)
- })
- if(res.code===200){
- console.log('depoly success>>>')
-
- }
- if(isPrint.value){
- // 直接调用接口,然后打印
- print("#printMe")
- uni.redirectTo({
- url:"/pages/index/index"
- })
-
- } else {
- // 弹窗提醒
- // console.log("handleSubmit proxy.$refs.alertDialog",proxy.$refs.alertDialog)
- proxy.$refs.alertDialog.open('center')
- }
-
- }
- const dialogConfirm = ()=>{
- console.log('dialogConfirm直接调用接口,然后打印')
- print("#printMe")
- uni.redirectTo({
- url:"/pages/index/index"
- })
- }
- const dialogClose = ()=>{
- console.log('dialogClose直接调用接口,不打印')
- uni.redirectTo({
- url:"/pages/index/index"
- })
- }
- const handleSave = (file, uploadFiles)=>{
- console.log('upload file success>>',file, uploadFiles)
- //TODO 临时存了返回消息,等接口做完后修改
- editForm.value.urls.push(file.msg)
- // 上传成功的文件存数组editForm.photos
- }
- </script>
- <style lang="scss">
- .main {
- display: flex;
- flex-direction:column;
- justify-content:flex-start;
- // height: 2000px;
- width: 1200px;
- .content{
- margin: 10px;
- background-color: #fff;
- flex-direction:column;
- align-items: center;
- .header{
- display: flex;
- flex-direction:column;
- margin:16px 16px 0;
- .ti{
- display: flex;
- flex-direction:row;
- justify-content: space-between;
- .left{
- align-items: flex-start;
- .baracode{
- display: flex;
- flex-direction:column;
- width: 320px;
- // align-items: center;
- .barnum{
- width:320px;
- font-size: 40px;
- display: flex;
- justify-content:center;
- align-items: center;
- letter-spacing: 0.1em;
- }
- }
- }
- .mid{
- align-items: flex-start;
- justify-content:center;
- width:320px;
- display: flex;
- .title{
- font-size: 40px;
- margin-top: 20px;
- font-weight: 800;
- }
- }
- .rig{
- align-items: flex-start;
- justify-content:flex-end;
- width:320px;
- display: flex;
- .title{
- font-size: 26px;
- width: 60px;
- font-weight: 300;
- }
- }
- }
- .patiinfo{
- display: flex;
- flex-direction:column;
- margin-top: 5px;
- padding-bottom: 10px;
- border-bottom: 1px solid #000;
- .r1{
- display: flex;
- flex-direction:row;
- height: 50px;
- .row{
- font-size: 28px;
- font-weight: 400;
- margin-right: 30px;
- }
- .status{
- background-color: #cfcfcf;
- }
- }
- .r2{
- display: flex;
- flex-direction:row;
- margin-top: 5px;
- height: 50px;
- .row{
- font-size: 28px;
- font-weight: 400;
- margin-right: 20px;
- }
- }
- .r3{
- display: flex;
- flex-direction:row;
- height: 50px;
- margin-top: 5px;
- font-size: 28px;
- font-weight: 400;
- }
- }
- }
- .rp{
- display: flex;
- flex-direction:column;
- margin:0 16px 0;
- border-bottom: 1px solid #000;
- .title{
- font-size: 40px;
- }
- .lists{
- display: flex;
- flex-wrap: wrap;
- flex-direction: row;
- justify-content:flex-start;
- align-content:flex-start;
- margin-left:80px;
- // width: 1000px;
- // height: 1800px;
- .item{
- display: flex;
- justify-content:center;
- align-items: center;
- height:80px;
- width: 220px;
- margin-right: 40px;
- // flex-basis: 25%;
- .le{
- display: flex;
- // width: 160px;
- font-size: 28px;
-
- }
- .tag-view:deep(.uni-tag){
- display: flex;
- justify-content:center;
- align-items: center;
- font-size: 20px;
- height: 40px;
- width: 100px;
- padding: 6px 20px;
- }
- .rig{
- display: flex;
- flex-direction:column;
- margin-left: 10px;
- .up{
- width: 80px;
- height: 22px;
- }
- .do{
- width: 80px;
- height: 22px;
- }
- }
- }
- }
- .footer{
- margin: 20px 0 0 80px;
- display: flex;
- font-size: 25px;
- .js{
- display: flex;
- margin-right: 100px;
- .pies_tips{}
- }
- .freque{}
- }
- .rp-tips{
- display: flex;
- justify-content:flex-end;
- font-size: 25px;
- }
- }
- .amountarea{
- display: flex;
- margin: 10px 16px 0;
- padding-bottom: 10px;
- border-bottom: 1px solid #000;
- .amount{
- display: flex;
- flex-direction:column;
- .r1{
- border: 1px solid #000;
- font-size: 30px;
- width: 400px;
- display: flex;
- justify-content:center;
- align-items: center;
- height: 50px;
- }
- .r2{
- display: flex;
- justify-content:center;
- align-items: center;
- font-size: 30px;
- height: 50px;
- width: 400px;
- border-left: 1px solid #000;
- border-right: 1px solid #000;
- .jyf{
-
- width: 200px;
- display: flex;
- justify-content:center;
- align-items: center;
- }
- .psf{
- border-left: 1px solid #000;
- width: 201px;
- display: flex;
- justify-content:center;
- align-items: center;
- }
- }
- .r3{
- display: flex;
- justify-content:center;
- align-items: center;
- height: 50px;
- font-size: 30px;
- border: 1px solid #000;
- }
- }
- .service{
- display: flex;
- flex-wrap: wrap;
- margin-left: 50px;
- .kf{
- font-size: 30px;
- margin-right: 55px;
- }
- }
- }
- .comment{
- margin: 10px 16px 10px;
- font-size: 30px;
- line-height: 50px;
- display: flex;
- }
- }
- .upload{
- margin: 0 10px 10px;
- background-color: #fff;
- flex-direction:column;
- align-items: center;
- padding: 20px;
-
- .title{
- font-size: 40px;
- margin-bottom:20px;
- }
- .plugin{
- // margin-left: 20px;
- }
- }
- .cooment{
- margin: 0 10px;
- background-color: #fff;
- flex-direction:column;
- align-items: center;
- padding: 20px;
- .title{
- font-size: 40px;
- margin-bottom:20px;
- }
- .tex{
- display: flex;
- justify-content:flex-start;
- align-items: center;
- margin-bottom:20px;
- border: 1px solid #cfcfcf;
- height: 60px;
- .input{
- height: 60px;
- font-size: 30px;
- padding-left: 10px;
- }
- }
- }
- .radio{
- display: flex;
- margin: 0 10px 10px 10px;
- background-color: #fff;
- padding: 0 20px 100px;
- flex-direction:column;
- // align-items: center;
- font-size: 20px!important;
- }
- .submit{
- display: flex;
- margin: 30px 0;
- background-color: #fff;
- align-items: center;
- width: 1200px;
- height: 100px;
-
- .bu{
- display: flex;
- justify-content:center;
- align-items: center;
- height: 65px;
- width: 1074px;
- font-size: 30px;
- background-color: #18c7b0;
- color:#fff;
- }
- }
-
- :deep(.uni-popup-dialog){
- width: 800px;
- height: 500px;
- display: flex;
- flex-direction: column;
- background-color: #e1e3e9;
- // justify-content:center;
- // align-items: center;
- .uni-dialog-title-text{
- display: flex;
- font-size: 30px;
- padding-top: 20px;
- }
- .uni-dialog-content{
- display: flex;
- margin: 20px 40px;
- background-color: #fff;
- .cotent{
- display: flex;
- flex-direction: column;
- .title{
- font-size: 30px;
- font-weight: 500;
- margin-bottom: 10px;
- display: flex;
- align-items: center;
- justify-content:center;
- }
- .body{
- display: flex;
- // flex-direction: column;
- justify-content:center;
- .lef{
- display: flex;
- flex-direction: column;
- width: 320px;
- justify-content:center;
- .baracode{
- display: flex;
- flex-direction:column;
- width: 320px;
- .cav{
- width:320px;
-
- }
- .barnum{
- width:320px;
- font-size: 28px;
- display: flex;
- justify-content:center;
- align-items: center;
- letter-spacing: 0.1em;
- }
- }
- }
- .rig{
- display: flex;
- flex-direction: column;
- width: 340px;
- margin-left: 30px;
- .hz{
- display: flex;
- margin-bottom: 10px;
- font-size: 28px;
- }
- .bold{
- font-weight: 500;
- }
- }
- }
- }
- }
- .uni-dialog-button-group{
- display: flex;
- margin-top: 20px;
- border: 0;
- .uni-dialog-button{
- display: flex;
- height: 78px;
- width: 100px!important;
- border: 1px solid #000;
- margin:0 40px;
- border-radius: 4px;
- .uni-dialog-button-text{
- font-size: 32px;
- }
- }
- .uni-border-left{
- height: 80px;
- width: 100px;
- border: 1px solid #007aff;
- background-color: #007aff;
- border: 1px solid #007aff;
- .uni-dialog-button-text{
- font-size: 32px;
- color: #fff;
- }
- }
- }
- }
- }
- </style>
|