12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010 |
- <template>
- <view>
- <view class="headboxcon">
- <view class="contractin">
- <text class="tis">合同基础信息</text>
- <view class="tip">
- <text class="yu">合同名称</text>
- <text class="yuna">{{msg.name}}</text>
- </view>
- <view class="tip">
- <text class="yu">合同编号</text>
- <text class="yuna">{{msg.contractNo}}</text>
- </view>
- <view class="tipup">
- <text class="yu">合同附件</text>
- <view class="upbox">
- <u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" multiple
- :maxCount="fileList1.length" :deletable="false"></u-upload>
- </view>
- </view>
- <view class="tipup">
- <text class="yu">发票附件</text>
- <view class="upbox">
- <u-upload :fileList="fileList2" @afterRead="afterRead" @delete="deletePic" name="2" multiple
- :maxCount="fileList2.length" :deletable="false"></u-upload>
- </view>
- </view>
- <view class="tipup">
- <text class="yu">贸易合同</text>
- <view class="upbox">
- <u-upload :fileList="fileList3" @afterRead="afterRead" @delete="deletePic" name="3" multiple
- :maxCount="fileList3.length" :deletable="false"></u-upload>
- </view>
- </view>
- <view class="tip" style="border-top: 1rpx solid #E8E8E8;margin-top: 20rpx;padding-top: 30rpx;">
- <text class="yu">合同状态</text>
- <text v-if="msg.statusText=='待审核'" :style="{'color':'#D05C39;'}">{{msg.statusText}}</text>
- <text v-if="msg.statusText=='失败'" :style="{'color':'#1F242A'}">{{msg.statusText}}</text>
- <text v-if="msg.statusText=='已删除'" :style="{'color':'#1F242A'}">{{msg.statusText}}</text>
- <text v-if="msg.statusText=='成功'" :style="{'color':'#D8AB5A'}">{{msg.statusText}}</text>
- </view>
- <view class="">
- <view class="tipup " style="display: flex;flex-direction: column;">
- <text class="yu">审核反馈</text>
- <view>
- <textarea :placeholder="placehodertitle"
- style="background-color: #F6F6F6;width: 640rpx;height: 200rpx;border-radius: 20rpx;padding: 20rpx;box-sizing: border-box;margin:20rpx 0;margin-bottom: 30rpx;"
- v-model="feedback" :disabled="disabled"></textarea>
- </view>
- </view>
- <view class="tipup">
- <text class="yu">反馈截图</text>
- <view class="upbox" style="margin-bottom: 30rpx;" v-if="state==0">
- <u-upload :fileList="fileList4" @afterRead="afterRead" @delete="deletePic" name="4" multiple
- :maxCount="6" :disabled="disabled" :deletable="delablepic"></u-upload>
- </view>
- <view class="upbox" style="margin-bottom: 30rpx;" v-if="state==1">
- <u-upload :fileList="fileList4" @afterRead="afterRead" @delete="deletePic" name="4" multiple
- :maxCount="fileList4.length" :deletable="delablepic"></u-upload>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="acpcardlist">
- <view class="lable " v-for="(item,index) in msg.contractDraft.result" :key="index">
- <view class="radiobox" v-if="editall">
- <radio :value="index" :checked="item.checked" color="#D8AB5A" @click="checkBox(item.id)" />
- </view>
- <view class="acpcard" @click="billDetail(item.id,index)">
- <view class="allmsg">
- <view class="acpcont">
- <view class="acpname">
- <view>
- <text style="flex: 1;">{{item.name}}</text>
- <text class="ardydele" v-if="item.draftStatus==1">已删除</text>
- </view>
- <view class="tag">{{item.statusText}}</view>
- </view>
- <view class="acpinfo ">
- <text class="pt">汇票号码:{{item.draftNo}}</text>
- <text class="pt">金额:¥ {{item.money}}</text>
- <text class="pt">服务费:¥ {{item.serviceMoney}}</text>
- <text class="pt">承兑人:{{item.acceptorName}}</text>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="totalmanage ">
- <text style="color:#68625B;font-size: 28rpx;">合计:{{msg.contractDraft.total?msg.contractDraft.total:''}}份</text>
- <view class=" maboxtitls" @click="editall=true" v-if="msg.statusText!='待审核'">
- <view class="managebox">
- <image src="/static/img/manage.png" mode="aspectFit"></image>
- </view>
- <text style="padding-left: 15rpx;">管理</text>
- </view>
- </view>
- <view style="padding-bottom:150rpx;"></view>
- <view class="safebt"></view>
- <!-- <view class="newbill flex1" v-if="state==1&&msg.statusText=='失败'" >
- <view class="newbillbtn" @click="addBill">
- <text>新增汇票</text>
- </view>
- </view> -->
- <view class="newbill flex1" v-if="state==1&&msg.statusText=='成功'">
- <view class="newbillbtn" @click="addBill">
- <text>新增汇票</text>
- </view>
- </view>
- <view class="newbill flex1" v-if="state==0">
- <view class="choosebtn">
- <view class="delbtn flex1" @click="examineFail()">审核失败</view>
- <view class="succbtn flex1" @click="examineSuccess()">审核成功</view>
- </view>
- </view>
- <!-- <view class="newbill flex1" >
- <view class="newbillbtn" @click="tryAgain">
- <text>重新提交</text>
- </view>
- </view> -->
- <view class="newbill flex1" v-if="msg.statusText=='失败'&&state==1">
- <view class="choosebtn">
- <view class="delbtn flex1" @click="tryAgain()">重新提交</view>
- <view class="succbtn flex1" @click="addBill()">新增汇票</view>
- </view>
- </view>
- <!-- 底部删除 -->
- <u-popup :show="editall&&state==1" @close="closeEidt" @open="openEidt" :overlay="false">
- <view class="editbox">
- <view class="chooseall flex6">
- <view class="leftchoose ">
- <radio :checked="quan" @click="makeSureAll" color="#D8AB5A"></radio>
- <text>全选</text>
- </view>
- <view class="surebtn" @click="selectDown">
- 完成
- </view>
- </view>
- <view class="choosebtn">
- <view class="delbtn flex1" @click="dele()">刪除</view>
- <view class="restorebtn flex1" @click="restore()">复原</view>
- </view>
- </view>
- </u-popup>
- <!-- 底部删除 -->
- <u-popup :show="editall&&state==0" @close="closeEidt" @open="openEidt" :overlay="false">
- <view class="editbox">
- <view class="chooseall flex6">
- <view class="leftchoose ">
- <radio :checked="quan" @click="makeSureAll" color="#D8AB5A"></radio>
- <text>全选</text>
- </view>
- <view class="anniu">
- <text class="usa" @click="dele()">删除</text>
- <text class="usa" @click="restore()">复原</text>
- <text @click="selectDown" class="usa">完成</text>
- </view>
- </view>
- <view class="choosebtn">
- <view class="delbtn flex1" @click="examineBillFail()">审核失败</view>
- <view class="restorebtn flex1" @click="examineBillSuccess()">审核成功</view>
- </view>
- </view>
- </u-popup>
- </view>
- </template>
- <script>
- let that
- import {
- mainUrl
- } from '@/http/baseUrl.js';
- export default {
- data() {
- return {
- editall: false,
- quan: false,
- state: 0,
- fileList1: [],
- fileList2: [],
- fileList3: [],
- fileList4: [],
- msg: '',
- id: '',
- fankui: '',
- feedback: '',
- disabled: false,
- delablepic: true,
- placehodertitle: '请输入审核反馈'
- }
- },
- onLoad(o) {
- that = this
- if (o.id) {
- this.id = o.id
- }
- this.state = this.$store.state.admin
- if (this.state == 1) {
- this.disabled = true
- this.delablepic = false
- }
- },
- onShow() {
- this.init()
- },
- methods: {
- init() {
- uni.showLoading()
- uni.$u.http.get(`/api/Contract/${this.id}`, {
- custom: {
- auth: true
- }
- }).then((res) => {
- uni.hideLoading()
- this.msg = res
- this.msg.contractDraft.result.forEach(item => {
- item.checked = false
- })
- const newData1 = res.picList.map((item) => {
- return {
- url: item,
- }
- })
- this.fileList1 = newData1
- const newData2 = res.invoicePicList.map((item) => {
- return {
- url: item,
- }
- })
- this.fileList2 = newData2
- const newData3 = res.tradePicList.map((item) => {
- return {
- url: item,
- }
- })
- this.fileList3 = newData3
- if (res.feedbackPics) {
- const newData4 = res.feedbackPics.map((item) => {
- return {
- url: item,
- }
- })
- this.fileList4 = newData4
- }
- if (this.state == 1) {
- if (res.feedback.length > 0) {
- this.feedback = res.feedback
- } else {
- this.feedback = "无"
- }
- } else {
- if (res.feedback.length > 0) {
- this.feedback = res.feedback
- } else {
- this.placehodertitle = "请输入审核反馈"
- }
- }
- }).catch((err) => {
- uni.hideLoading()
- console.log(err)
- })
- },
- openEidt() {
- this.editall = true
- },
- checkBox(id) {
- let list = this.msg.contractDraft.result
- list.forEach(item => {
- if (item.id == id) {
- item.checked = !item.checked
- }
- })
- this.msg.contractDraft.result = JSON.parse(JSON.stringify(list))
- },
- allSelect() {
- let list = this.msg.contractDraft.result
- if (this.quan) {
- list.forEach(item => {
- item.checked = true
- })
- } else {
- list.forEach(item => {
- item.checked = false
- })
- }
- this.msg.contractDraft.result = JSON.parse(JSON.stringify(list))
- },
- acpDetail() {
- uni.navigateTo({
- url: "/pages/alldeatil/acptdetail"
- })
- },
- addBill() {
- let obj = {
- contractId: this.id
- }
- uni.navigateTo({
- url: "/pages/alldeatil/addbill?obj=" + JSON.stringify(obj)
- })
- },
- billDetail(id, index) {
- // if(this.msg.statusText=="待审核"&&this.state==1){
- // return
- // }else{
- let obj = {
- id: id,
- index: index,
- contractId: this.id,
- statusText: this.msg.statusText
- }
- uni.navigateTo({
- url: "/pages/alldeatil/billdetail?obj=" + JSON.stringify(obj)
- })
- // }
- },
- makeSureAll() {
- this.quan = !this.quan
- this.allSelect()
- },
- selectDown() {
- this.editall = false
- this.quan = true
- let list = this.msg.contractDraft.result
- list.forEach(item => {
- item.checked = false
- })
- },
- tryAgain() {
- let obj = this.msg
- uni.navigateTo({
- url: "/pages/alldeatil/upcontract?obj=" + JSON.stringify(obj)
- })
- },
- examineSuccess() {
- // let ids = []
- // ids.push(this.id)
- uni.showModal({
- title: '提示',
- content: "是否审核成功?",
- success: function(res) {
- if (res.confirm) {
- let form = {
- id: Number(that.id),
- approveStatus: 1
- }
- if (that.fileList4.length > 0) {
- let feedbackPicList = []
- that.fileList4.forEach(item => {
- feedbackPicList.push(item.url)
- })
- form.feedbackPicList = feedbackPicList
- }
- let feedback = that.feedback
- if (feedback.length > 0) {
- form.feedback = feedback
- }
- // ={
- // feedback:feedback,
- // feedbackPicList:feedbackPicList
- // }
- uni.showLoading()
- uni.$u.http.post('api/Contract/approveContract', form, {
- custom: {
- auth: true
- }
- }).then((res) => {
- uni.hideLoading()
- that.editall = false
- that.quan = false
- that.$toast("操作成功")
- setTimeout(() => {
- that.init()
- }, 500)
- }).catch((err) => {
- uni.hideLoading()
- that.$toast(err.msg)
- })
- } else if (res.cancel) {
- }
- }
- })
- },
- examineFail() {
- uni.showModal({
- title: '提示',
- content: "是否审核失败?",
- success: function(res) {
- if (res.confirm) {
- let form = {
- id: Number(that.id),
- approveStatus: 2
- }
- if (that.fileList4.length > 0) {
- let feedbackPicList = []
- that.fileList4.forEach(item => {
- feedbackPicList.push(item.url)
- })
- form.feedbackPicList = feedbackPicList
- }
- let feedback = that.feedback
- if (feedback.length > 0) {
- form.feedback = feedback
- }
- // ={
- // feedback:feedback,
- // feedbackPicList:feedbackPicList
- // }
- uni.showLoading()
- uni.$u.http.post('api/Contract/approveContract', form, {
- custom: {
- auth: true
- }
- }).then((res) => {
- uni.hideLoading()
- that.editall = false
- that.quan = false
- that.$toast("操作成功")
- setTimeout(() => {
- that.init()
- }, 500)
- }).catch((err) => {
- uni.hideLoading()
- that.$toast(err.msg)
- })
- } else if (res.cancel) {
- }
- }
- })
- },
- examineBillSuccess() {
- let ids = []
- this.msg.contractDraft.result.forEach(item => {
- if (item.checked) {
- ids.push(item.id)
- }
- })
- if (ids.length == 0) {
- that.$toast("请选择汇票")
- return
- }
- uni.showModal({
- title: '提示',
- content: "是否批量审核成功?",
- success: function(res) {
- if (res.confirm) {
- uni.showLoading()
- uni.$u.http.post('/api/Contract/contractDraft/manager', {
- ids: ids,
- operateType: 3
- }, {
- custom: {
- auth: true
- }
- }).then((res) => {
- uni.hideLoading()
- that.editall = false
- that.quan = false
- that.$toast("操作成功")
- setTimeout(() => {
- that.init()
- }, 500)
- }).catch((err) => {
- uni.hideLoading()
- that.$toast(err.msg)
- })
- } else if (res.cancel) {
- }
- }
- })
- },
- examineBillFail() {
- let ids = []
- this.msg.contractDraft.result.forEach(item => {
- if (item.checked) {
- ids.push(item.id)
- }
- })
- if (ids.length == 0) {
- this.$toast("请选择汇票")
- return
- }
- uni.showModal({
- title: '提示',
- content: '是否审核失败?',
- success: function(res) {
- if (res.confirm) {
- uni.showLoading()
- uni.$u.http.post('/api/Contract/contractDraft/manager', {
- ids: ids,
- operateType: 4
- }, {
- custom: {
- auth: true
- }
- }).then((res) => {
- uni.hideLoading()
- that.editall = false
- that.quan = false
- that.$toast("操作成功")
- setTimeout(() => {
- that.init()
- }, 500)
- }).catch((err) => {
- uni.hideLoading()
- that.$toast(err.msg)
- })
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- },
- dele() {
- let ids = []
- this.msg.contractDraft.result.forEach(item => {
- if (item.checked) {
- ids.push(item.id)
- }
- })
- if (ids.length == 0) {
- that.$toast("请选择汇票")
- return
- }
- uni.showModal({
- title: '提示',
- content: "是否删除汇票?",
- success: function(res) {
- if (res.confirm) {
- uni.showLoading()
- uni.$u.http.post('/api/Contract/contractDraft/manager', {
- ids: ids,
- operateType: 1
- }, {
- custom: {
- auth: true
- }
- }).then((res) => {
- uni.hideLoading()
- that.editall = false
- that.quan = false
- that.$toast("操作成功")
- setTimeout(() => {
- that.init()
- }, 500)
- }).catch((err) => {
- uni.hideLoading()
- that.$toast(err.msg)
- })
- } else if (res.cancel) {
- }
- }
- })
- },
- restore() {
- let ids = []
- this.msg.contractDraft.result.forEach(item => {
- if (item.checked) {
- ids.push(item.id)
- }
- })
- if (ids.length == 0) {
- that.$toast("请选择汇票")
- return
- }
- uni.showModal({
- title: '提示',
- content: "是否复原汇票?",
- success: function(res) {
- if (res.confirm) {
- uni.showLoading()
- uni.$u.http.post('/api/Contract/contractDraft/manager', {
- ids: ids,
- operateType: 2
- }, {
- custom: {
- auth: true
- }
- }).then((res) => {
- uni.hideLoading()
- that.editall = false
- that.quan = false
- that.$toast("操作成功")
- setTimeout(() => {
- that.init()
- }, 500)
- }).catch((err) => {
- uni.hideLoading()
- that.$toast(err.msg)
- })
- } else if (res.cancel) {
- }
- }
- })
- },
- deleContract() {
- let ids = []
- this.msg.contractDraft.result.forEach(item => {
- if (item.checked) {
- ids.push(item.id)
- }
- })
- if (ids.length == 0) {
- that.$toast("请选择汇票")
- return
- }
- uni.showModal({
- title: '提示',
- content: "是否删除汇票?",
- success: function(res) {
- if (res.confirm) {
- uni.showLoading()
- uni.$u.http.post('/api/Contract/contractDraft/manager', {
- ids: ids,
- operateType: 1
- }, {
- custom: {
- auth: true
- }
- }).then((res) => {
- uni.hideLoading()
- that.editall = false
- that.quan = false
- that.$toast("操作成功")
- setTimeout(() => {
- that.init()
- }, 500)
- }).catch((err) => {
- uni.hideLoading()
- that.$toast(err.msg)
- })
- } else if (res.cancel) {
- }
- }
- })
- },
- restoreContract() {
- let ids = []
- this.msg.contractDraft.result.forEach(item => {
- if (item.checked) {
- ids.push(item.id)
- }
- })
- if (ids.length == 0) {
- that.$toast("请选择汇票")
- return
- }
- uni.showModal({
- title: '提示',
- content: "是否复原汇票?",
- success: function(res) {
- if (res.confirm) {
- uni.showLoading()
- uni.$u.http.post('/api/Contract/contractDraft/manager', {
- ids: ids,
- operateType: 2
- }, {
- custom: {
- auth: true
- }
- }).then((res) => {
- uni.hideLoading()
- that.editall = false
- that.quan = false
- that.$toast("操作成功")
- setTimeout(() => {
- that.init()
- }, 500)
- }).catch((err) => {
- uni.hideLoading()
- that.$toast(err.msg)
- })
- } else if (res.cancel) {
- }
- }
- })
- },
- // 删除图片
- deletePic(event) {
- this[`fileList${event.name}`].splice(event.index, 1)
- },
- // 新增图片
- async afterRead(event) {
- // 当设置 mutiple 为 true 时, file 为数组格式,否则为对象格式
- let lists = [].concat(event.file)
- let fileListLen = this[`fileList${event.name}`].length
- lists.map((item) => {
- this[`fileList${event.name}`].push({
- ...item,
- status: 'uploading',
- message: '上传中'
- })
- })
- for (let i = 0; i < lists.length; i++) {
- const result = await this.uploadFilePromise(lists[i].url)
- let item = this[`fileList${event.name}`][fileListLen]
- this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
- status: 'success',
- message: '',
- url: result
- }))
- fileListLen++
- }
- },
- uploadFilePromise(url) {
- return new Promise((resolve, reject) => {
- let a = uni.uploadFile({
- url: mainUrl + '/api/File', // 仅为示例,非真实的接口地址
- filePath: url,
- name: 'File',
- header: {
- "User-Agent": "apifox/1.0.0 (https://www.apifox.cn)"
- },
- formData: {
- File: JSON.stringify(url),
- },
- success: (res) => {
- let request = JSON.parse(res.data)
- setTimeout(() => {
- resolve(request.data.file)
- }, 1000)
- }
- });
- })
- },
- }
- }
- </script>
- <style lang="scss">
- page {
- background-color: #F6F6F6 !important;
- }
- .headboxcon {
- margin: 20rpx 30rpx;
- background-color: #fff;
- border-radius: 20rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- .tis {
- font-size: 36rpx;
- font-weight: 600;
- display: block;
- padding: 30rpx 0;
- // width: 120rpx;
- padding-top: 50rpx;
- }
- .tipup {
- display: flex;
- padding-bottom: 30rpx;
- }
- .upbox {
- margin-left: 30rpx;
- // width: 490rpx;
- }
- .yu {
- flex-shrink:0;
- // flex:/ 1;
- width: 130rpx;
- display: block;
- // width: 120rpx;
- color: #BEBDBB;
- }
- .tip {
- padding-bottom: 30rpx;
- font-size: 28rpx;
- display: flex;
- justify-content: space-between;
-
- .yuna {
- // flex-shrink:0;
- // width:400rpx;
- text-align:right;
- word-break: break-word;
- }
- }
- }
- .searchbox {
- padding-left: 30rpx;
- box-sizing: border-box;
- background-color: #ECECEC;
- border-radius: 38rpx;
- // width: 688rpx;
- flex: 1;
- height: 75rpx;
- margin: 0 auto;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .acpcardlist {
- // margin-top: 140rpx;
- .acpcard {
- flex: 1;
- // width: 690rpx;
- // height: 333rpx;
- margin: 0 30rpx;
- // margin-top: 20rpx;
- background-color: #fff;
- border-radius: 20rpx;
- box-shadow: 0px 8rpx 20rpx 1rpx rgba(31, 36, 42, 0.08);
- .allmsg {
- display: flex;
- padding: 40rpx 30rpx;
- box-sizing: border-box;
- width: 100%;
- .cicle {
- width: 28rpx;
- height: 28rpx;
- border-radius: 50%;
- background-color: #D8AB5A;
- margin-top: 8rpx;
- }
- .acpcont {
- margin-left: 20rpx;
- width: 100%;
- .acpname {
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding-bottom: 30rpx;
- flex-grow: 1;
- width: 100%;
- // width: 572rpx;
- font-size: 36rpx;
- font-weight: 600;
- .ardydele {
- padding: 5rpx 8rpx;
- border-radius: 10rpx 0 10rpx 0;
- margin-left: 10rpx;
- box-sizing: border-box;
- background-color: rgb(219, 219, 219);
- font-size: 20rpx;
- color: #fff;
- }
- .tag {
- margin-left: 10rpx;
- font-weight: 500;
- border-radius: 10rpx;
- // font-size: 36rpx;
- color: #BEBDBB;
- text-align: center;
- }
- }
- }
- .acpinfo {
- border-top: 1rpx solid #E8E8E8;
- display: flex;
- flex: 1;
- flex-direction: column;
- font-size: 28rpx;
- color: #68625B;
- justify-content: space-between;
- box-sizing: border-box;
- .pt {
- padding-top: 20rpx;
- }
- }
- }
- }
- }
- .totalmanage {
- margin-top: 50rpx;
- margin-bottom: 100rpx;
- // position: fixed;
- bottom: 0;
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- padding: 0 30rpx;
- box-sizing: border-box;
- .managebox {
- width: 23.8rpx;
- height: 29.7rpx;
- image {
- width: 100%;
- height: 100%;
- }
- }
- .maboxtitls {
- width: 160rpx;
- height: 60rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 30rpx;
- background-color: #D9D9D9;
- // line-height: 60rpx;
- font-size: 28rpx;
- box-sizing: border-box;
- // align-items: center;
- }
- }
- .newbill {
- background-color: #fff;
- position: fixed;
- bottom: 0;
- padding-top: 10rpx;
- padding-bottom: 40rpx;
- width: 100%;
- z-index: 999;
- .newbillbtn {
- background: linear-gradient(to right, #FFE1AD, #D8AB5A);
- width: 474rpx;
- height: 88rpx;
- border-radius: 43rpx;
- box-shadow: 0 10rpx 20rpx 1rpx rgba(179, 116, 5, 0.2);
- line-height: 88rpx;
- color: #fff;
- text-align: center;
- }
- }
- </style>
|