|
@@ -39,7 +39,7 @@
|
|
|
<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>
|
|
<text v-if="msg.statusText=='成功'" :style="{'color':'#D8AB5A'}">{{msg.statusText}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="" >
|
|
|
|
|
|
|
+ <view class="">
|
|
|
<view class="tipup " style="display: flex;flex-direction: column;">
|
|
<view class="tipup " style="display: flex;flex-direction: column;">
|
|
|
<text class="yu">审核反馈</text>
|
|
<text class="yu">审核反馈</text>
|
|
|
<view>
|
|
<view>
|
|
@@ -50,15 +50,15 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="tipup">
|
|
<view class="tipup">
|
|
|
<text class="yu">反馈截图</text>
|
|
<text class="yu">反馈截图</text>
|
|
|
- <view class="upbox" style="margin-bottom: 30rpx;" v-if="state==0">
|
|
|
|
|
|
|
+ <view class="upbox" style="margin-bottom: 30rpx;" v-if="state==0">
|
|
|
<u-upload :fileList="fileList4" @afterRead="afterRead" @delete="deletePic" name="4" multiple
|
|
<u-upload :fileList="fileList4" @afterRead="afterRead" @delete="deletePic" name="4" multiple
|
|
|
:maxCount="6" :disabled="disabled" :deletable="delablepic"></u-upload>
|
|
:maxCount="6" :disabled="disabled" :deletable="delablepic"></u-upload>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</view>
|
|
</view>
|
|
|
<view class="upbox" style="margin-bottom: 30rpx;" v-if="state==1">
|
|
<view class="upbox" style="margin-bottom: 30rpx;" v-if="state==1">
|
|
|
<u-upload :fileList="fileList4" @afterRead="afterRead" @delete="deletePic" name="4" multiple
|
|
<u-upload :fileList="fileList4" @afterRead="afterRead" @delete="deletePic" name="4" multiple
|
|
|
- :maxCount="fileList4.length" :deletable="delablepic"></u-upload>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ :maxCount="fileList4.length" :deletable="delablepic"></u-upload>
|
|
|
|
|
+
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -74,7 +74,11 @@
|
|
|
<view class="allmsg">
|
|
<view class="allmsg">
|
|
|
<view class="acpcont">
|
|
<view class="acpcont">
|
|
|
<view class="acpname">
|
|
<view class="acpname">
|
|
|
- <text style="flex: 1;">{{item.name}}</text>
|
|
|
|
|
|
|
+ <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 class="tag">{{item.statusText}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="acpinfo ">
|
|
<view class="acpinfo ">
|
|
@@ -91,8 +95,8 @@
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
<view class="totalmanage ">
|
|
<view class="totalmanage ">
|
|
|
- <text style="color:#68625B;font-size: 28rpx;">合计:{{msg.contractDraft.total}}份</text>
|
|
|
|
|
- <view class=" maboxtitls" @click="editall=true">
|
|
|
|
|
|
|
+ <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">
|
|
<view class="managebox">
|
|
|
<image src="/static/img/manage.png" mode="aspectFit"></image>
|
|
<image src="/static/img/manage.png" mode="aspectFit"></image>
|
|
|
</view>
|
|
</view>
|
|
@@ -110,11 +114,11 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
</view> -->
|
|
</view> -->
|
|
|
- <view class="newbill flex1" v-if="state==1&&msg.statusText=='成功'" >
|
|
|
|
|
- <view class="newbillbtn" @click="addBill">
|
|
|
|
|
|
|
+ <view class="newbill flex1" v-if="state==1&&msg.statusText=='成功'">
|
|
|
|
|
+ <view class="newbillbtn" @click="addBill">
|
|
|
<text>新增汇票</text>
|
|
<text>新增汇票</text>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</view>
|
|
</view>
|
|
|
<view class="newbill flex1" v-if="state==0">
|
|
<view class="newbill flex1" v-if="state==0">
|
|
|
<view class="choosebtn">
|
|
<view class="choosebtn">
|
|
@@ -133,7 +137,7 @@
|
|
|
<view class="delbtn flex1" @click="tryAgain()">重新提交</view>
|
|
<view class="delbtn flex1" @click="tryAgain()">重新提交</view>
|
|
|
<view class="succbtn flex1" @click="addBill()">新增汇票</view>
|
|
<view class="succbtn flex1" @click="addBill()">新增汇票</view>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 底部删除 -->
|
|
<!-- 底部删除 -->
|
|
|
<u-popup :show="editall&&state==1" @close="closeEidt" @open="openEidt" :overlay="false">
|
|
<u-popup :show="editall&&state==1" @close="closeEidt" @open="openEidt" :overlay="false">
|
|
@@ -194,10 +198,10 @@
|
|
|
msg: '',
|
|
msg: '',
|
|
|
id: '',
|
|
id: '',
|
|
|
fankui: '',
|
|
fankui: '',
|
|
|
- feedback:'',
|
|
|
|
|
- disabled:false,
|
|
|
|
|
- delablepic:true,
|
|
|
|
|
- placehodertitle:'请输入审核反馈'
|
|
|
|
|
|
|
+ feedback: '',
|
|
|
|
|
+ disabled: false,
|
|
|
|
|
+ delablepic: true,
|
|
|
|
|
+ placehodertitle: '请输入审核反馈'
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
onLoad(o) {
|
|
onLoad(o) {
|
|
@@ -206,11 +210,11 @@
|
|
|
this.id = o.id
|
|
this.id = o.id
|
|
|
}
|
|
}
|
|
|
this.state = this.$store.state.admin
|
|
this.state = this.$store.state.admin
|
|
|
- if(this.state==1){
|
|
|
|
|
- this.disabled=true
|
|
|
|
|
- this.delablepic=false
|
|
|
|
|
|
|
+ if (this.state == 1) {
|
|
|
|
|
+ this.disabled = true
|
|
|
|
|
+ this.delablepic = false
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
onShow() {
|
|
onShow() {
|
|
|
this.init()
|
|
this.init()
|
|
@@ -247,8 +251,8 @@
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
this.fileList3 = newData3
|
|
this.fileList3 = newData3
|
|
|
- if(res.feedbackPics){
|
|
|
|
|
-
|
|
|
|
|
|
|
+ if (res.feedbackPics) {
|
|
|
|
|
+
|
|
|
const newData4 = res.feedbackPics.map((item) => {
|
|
const newData4 = res.feedbackPics.map((item) => {
|
|
|
return {
|
|
return {
|
|
|
url: item,
|
|
url: item,
|
|
@@ -256,22 +260,22 @@
|
|
|
})
|
|
})
|
|
|
this.fileList4 = newData4
|
|
this.fileList4 = newData4
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- if(this.state==1){
|
|
|
|
|
- if(res.feedback.length>0){
|
|
|
|
|
- this.feedback=res.feedback
|
|
|
|
|
- }else{
|
|
|
|
|
- this.feedback="无"
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ 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="请输入审核反馈"
|
|
|
|
|
|
|
+ } else {
|
|
|
|
|
+ if (res.feedback.length > 0) {
|
|
|
|
|
+ this.feedback = res.feedback
|
|
|
|
|
+ } else {
|
|
|
|
|
+ this.placehodertitle = "请输入审核反馈"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}).catch((err) => {
|
|
}).catch((err) => {
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
console.log(err)
|
|
console.log(err)
|
|
@@ -310,27 +314,27 @@
|
|
|
},
|
|
},
|
|
|
addBill() {
|
|
addBill() {
|
|
|
let obj = {
|
|
let obj = {
|
|
|
- contractId:this.id
|
|
|
|
|
|
|
+ contractId: this.id
|
|
|
}
|
|
}
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
- url: "/pages/alldeatil/addbill?obj="+ JSON.stringify(obj)
|
|
|
|
|
|
|
+ url: "/pages/alldeatil/addbill?obj=" + JSON.stringify(obj)
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
billDetail(id, index) {
|
|
billDetail(id, index) {
|
|
|
// if(this.msg.statusText=="待审核"&&this.state==1){
|
|
// if(this.msg.statusText=="待审核"&&this.state==1){
|
|
|
// return
|
|
// return
|
|
|
// }else{
|
|
// }else{
|
|
|
- let obj = {
|
|
|
|
|
- id: id,
|
|
|
|
|
- index: index,
|
|
|
|
|
- contractId:this.id,
|
|
|
|
|
- statusText:this.msg.statusText
|
|
|
|
|
- }
|
|
|
|
|
- uni.navigateTo({
|
|
|
|
|
- url: "/pages/alldeatil/billdetail?obj=" + JSON.stringify(obj)
|
|
|
|
|
- })
|
|
|
|
|
|
|
+ let obj = {
|
|
|
|
|
+ id: id,
|
|
|
|
|
+ index: index,
|
|
|
|
|
+ contractId: this.id,
|
|
|
|
|
+ statusText: this.msg.statusText
|
|
|
|
|
+ }
|
|
|
|
|
+ uni.navigateTo({
|
|
|
|
|
+ url: "/pages/alldeatil/billdetail?obj=" + JSON.stringify(obj)
|
|
|
|
|
+ })
|
|
|
// }
|
|
// }
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
makeSureAll() {
|
|
makeSureAll() {
|
|
|
this.quan = !this.quan
|
|
this.quan = !this.quan
|
|
@@ -344,46 +348,46 @@
|
|
|
item.checked = false
|
|
item.checked = false
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
- tryAgain(){
|
|
|
|
|
- let obj=this.msg
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ tryAgain() {
|
|
|
|
|
+ let obj = this.msg
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
- url:"/pages/alldeatil/upcontract?obj="+JSON.stringify(obj)
|
|
|
|
|
|
|
+ url: "/pages/alldeatil/upcontract?obj=" + JSON.stringify(obj)
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
examineSuccess() {
|
|
examineSuccess() {
|
|
|
// let ids = []
|
|
// let ids = []
|
|
|
// ids.push(this.id)
|
|
// ids.push(this.id)
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
uni.showModal({
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
title: '提示',
|
|
|
content: "是否审核成功?",
|
|
content: "是否审核成功?",
|
|
|
success: function(res) {
|
|
success: function(res) {
|
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
|
-
|
|
|
|
|
- let form={
|
|
|
|
|
- id:Number(that.id),
|
|
|
|
|
|
|
+
|
|
|
|
|
+ let form = {
|
|
|
|
|
+ id: Number(that.id),
|
|
|
approveStatus: 1
|
|
approveStatus: 1
|
|
|
}
|
|
}
|
|
|
- if(that.fileList4.length>0){
|
|
|
|
|
- let feedbackPicList=[]
|
|
|
|
|
- that.fileList4.forEach(item=>{
|
|
|
|
|
|
|
+ if (that.fileList4.length > 0) {
|
|
|
|
|
+ let feedbackPicList = []
|
|
|
|
|
+ that.fileList4.forEach(item => {
|
|
|
feedbackPicList.push(item.url)
|
|
feedbackPicList.push(item.url)
|
|
|
})
|
|
})
|
|
|
- form.feedbackPicList=feedbackPicList
|
|
|
|
|
|
|
+ form.feedbackPicList = feedbackPicList
|
|
|
}
|
|
}
|
|
|
- let feedback=that.feedback
|
|
|
|
|
- if(feedback.length>0){
|
|
|
|
|
- form.feedback=feedback
|
|
|
|
|
|
|
+ let feedback = that.feedback
|
|
|
|
|
+ if (feedback.length > 0) {
|
|
|
|
|
+ form.feedback = feedback
|
|
|
}
|
|
}
|
|
|
// ={
|
|
// ={
|
|
|
// feedback:feedback,
|
|
// feedback:feedback,
|
|
|
// feedbackPicList:feedbackPicList
|
|
// feedbackPicList:feedbackPicList
|
|
|
// }
|
|
// }
|
|
|
uni.showLoading()
|
|
uni.showLoading()
|
|
|
- uni.$u.http.post('api/Contract/approveContract',form, {
|
|
|
|
|
|
|
+ uni.$u.http.post('api/Contract/approveContract', form, {
|
|
|
custom: {
|
|
custom: {
|
|
|
auth: true
|
|
auth: true
|
|
|
}
|
|
}
|
|
@@ -414,28 +418,28 @@
|
|
|
content: "是否审核失败?",
|
|
content: "是否审核失败?",
|
|
|
success: function(res) {
|
|
success: function(res) {
|
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
|
-
|
|
|
|
|
- let form={
|
|
|
|
|
- id:Number(that.id),
|
|
|
|
|
|
|
+
|
|
|
|
|
+ let form = {
|
|
|
|
|
+ id: Number(that.id),
|
|
|
approveStatus: 2
|
|
approveStatus: 2
|
|
|
}
|
|
}
|
|
|
- if(that.fileList4.length>0){
|
|
|
|
|
- let feedbackPicList=[]
|
|
|
|
|
- that.fileList4.forEach(item=>{
|
|
|
|
|
|
|
+ if (that.fileList4.length > 0) {
|
|
|
|
|
+ let feedbackPicList = []
|
|
|
|
|
+ that.fileList4.forEach(item => {
|
|
|
feedbackPicList.push(item.url)
|
|
feedbackPicList.push(item.url)
|
|
|
})
|
|
})
|
|
|
- form.feedbackPicList=feedbackPicList
|
|
|
|
|
|
|
+ form.feedbackPicList = feedbackPicList
|
|
|
}
|
|
}
|
|
|
- let feedback=that.feedback
|
|
|
|
|
- if(feedback.length>0){
|
|
|
|
|
- form.feedback=feedback
|
|
|
|
|
|
|
+ let feedback = that.feedback
|
|
|
|
|
+ if (feedback.length > 0) {
|
|
|
|
|
+ form.feedback = feedback
|
|
|
}
|
|
}
|
|
|
// ={
|
|
// ={
|
|
|
// feedback:feedback,
|
|
// feedback:feedback,
|
|
|
// feedbackPicList:feedbackPicList
|
|
// feedbackPicList:feedbackPicList
|
|
|
// }
|
|
// }
|
|
|
uni.showLoading()
|
|
uni.showLoading()
|
|
|
- uni.$u.http.post('api/Contract/approveContract',form, {
|
|
|
|
|
|
|
+ uni.$u.http.post('api/Contract/approveContract', form, {
|
|
|
custom: {
|
|
custom: {
|
|
|
auth: true
|
|
auth: true
|
|
|
}
|
|
}
|
|
@@ -447,18 +451,18 @@
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
that.init()
|
|
that.init()
|
|
|
}, 500)
|
|
}, 500)
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}).catch((err) => {
|
|
}).catch((err) => {
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
that.$toast(err.msg)
|
|
that.$toast(err.msg)
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
} else if (res.cancel) {
|
|
} else if (res.cancel) {
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
examineBillSuccess() {
|
|
examineBillSuccess() {
|
|
@@ -507,7 +511,7 @@
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
examineBillFail() {
|
|
examineBillFail() {
|
|
|
let ids = []
|
|
let ids = []
|
|
|
this.msg.contractDraft.result.forEach(item => {
|
|
this.msg.contractDraft.result.forEach(item => {
|
|
@@ -648,7 +652,7 @@
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
deleContract() {
|
|
deleContract() {
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
let ids = []
|
|
let ids = []
|
|
|
this.msg.contractDraft.result.forEach(item => {
|
|
this.msg.contractDraft.result.forEach(item => {
|
|
|
if (item.checked) {
|
|
if (item.checked) {
|
|
@@ -664,7 +668,7 @@
|
|
|
content: "是否删除汇票?",
|
|
content: "是否删除汇票?",
|
|
|
success: function(res) {
|
|
success: function(res) {
|
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
uni.showLoading()
|
|
uni.showLoading()
|
|
|
uni.$u.http.post('/api/Contract/contractDraft/manager', {
|
|
uni.$u.http.post('/api/Contract/contractDraft/manager', {
|
|
|
ids: ids,
|
|
ids: ids,
|
|
@@ -681,18 +685,18 @@
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
that.init()
|
|
that.init()
|
|
|
}, 500)
|
|
}, 500)
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}).catch((err) => {
|
|
}).catch((err) => {
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
that.$toast(err.msg)
|
|
that.$toast(err.msg)
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
} else if (res.cancel) {
|
|
} else if (res.cancel) {
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
restoreContract() {
|
|
restoreContract() {
|
|
|
let ids = []
|
|
let ids = []
|
|
@@ -701,7 +705,7 @@
|
|
|
ids.push(item.id)
|
|
ids.push(item.id)
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
if (ids.length == 0) {
|
|
if (ids.length == 0) {
|
|
|
that.$toast("请选择汇票")
|
|
that.$toast("请选择汇票")
|
|
|
return
|
|
return
|
|
@@ -711,7 +715,7 @@
|
|
|
content: "是否复原汇票?",
|
|
content: "是否复原汇票?",
|
|
|
success: function(res) {
|
|
success: function(res) {
|
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
uni.showLoading()
|
|
uni.showLoading()
|
|
|
uni.$u.http.post('/api/Contract/contractDraft/manager', {
|
|
uni.$u.http.post('/api/Contract/contractDraft/manager', {
|
|
|
ids: ids,
|
|
ids: ids,
|
|
@@ -728,18 +732,18 @@
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
that.init()
|
|
that.init()
|
|
|
}, 500)
|
|
}, 500)
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}).catch((err) => {
|
|
}).catch((err) => {
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
that.$toast(err.msg)
|
|
that.$toast(err.msg)
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
} else if (res.cancel) {
|
|
} else if (res.cancel) {
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
// 删除图片
|
|
// 删除图片
|
|
|
deletePic(event) {
|
|
deletePic(event) {
|
|
@@ -771,7 +775,7 @@
|
|
|
uploadFilePromise(url) {
|
|
uploadFilePromise(url) {
|
|
|
return new Promise((resolve, reject) => {
|
|
return new Promise((resolve, reject) => {
|
|
|
let a = uni.uploadFile({
|
|
let a = uni.uploadFile({
|
|
|
- url:mainUrl + '/api/File', // 仅为示例,非真实的接口地址
|
|
|
|
|
|
|
+ url: mainUrl + '/api/File', // 仅为示例,非真实的接口地址
|
|
|
filePath: url,
|
|
filePath: url,
|
|
|
name: 'File',
|
|
name: 'File',
|
|
|
header: {
|
|
header: {
|
|
@@ -825,7 +829,9 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.yu {
|
|
.yu {
|
|
|
-
|
|
|
|
|
|
|
+ flex-shrink:0;
|
|
|
|
|
+ // flex:/ 1;
|
|
|
|
|
+ width: 130rpx;
|
|
|
display: block;
|
|
display: block;
|
|
|
// width: 120rpx;
|
|
// width: 120rpx;
|
|
|
color: #BEBDBB;
|
|
color: #BEBDBB;
|
|
@@ -836,10 +842,15 @@
|
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
- .yuna {}
|
|
|
|
|
|
|
+ .yuna {
|
|
|
|
|
+ // flex-shrink:0;
|
|
|
|
|
+ // width:400rpx;
|
|
|
|
|
+ text-align:right;
|
|
|
|
|
+ word-break: break-word;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -900,6 +911,16 @@
|
|
|
font-size: 36rpx;
|
|
font-size: 36rpx;
|
|
|
font-weight: 600;
|
|
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 {
|
|
.tag {
|
|
|
margin-left: 10rpx;
|
|
margin-left: 10rpx;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
@@ -974,6 +995,7 @@
|
|
|
padding-bottom: 40rpx;
|
|
padding-bottom: 40rpx;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
z-index: 999;
|
|
z-index: 999;
|
|
|
|
|
+
|
|
|
.newbillbtn {
|
|
.newbillbtn {
|
|
|
background: linear-gradient(to right, #FFE1AD, #D8AB5A);
|
|
background: linear-gradient(to right, #FFE1AD, #D8AB5A);
|
|
|
width: 474rpx;
|
|
width: 474rpx;
|