From 063605685fd73f7eb1871a741a9a84ecd422966c Mon Sep 17 00:00:00 2001 From: cclu Date: Mon, 1 Mar 2021 09:51:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=94=B6=E9=93=B6=E7=A8=BD?= =?UTF-8?q?=E6=A0=B8=E6=A8=A1=E5=9D=97=EF=BC=9B=E6=95=B0=E6=8D=AE=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E6=B7=BB=E5=8A=A0=E7=A8=BD=E6=A0=B8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cashAudit/check.vue | 21 +- pages/cashAudit/components/listUnit.vue | 10 +- pages/cashAudit/detail.vue | 454 ++++++++++++++++++---- pages/cashAudit/list.vue | 7 +- pages/dataSummary/detail.vue | 477 +++++++++++++++--------- pages/mbwa/mbwaDetail.vue | 8 +- static/images/revenue/down-arrow.png | Bin 0 -> 569 bytes static/images/revenue/up-arrow.png | Bin 0 -> 579 bytes static/images/revenue/ysqs.png | Bin 0 -> 1053 bytes util/apiPath.js | 2 +- 10 files changed, 692 insertions(+), 287 deletions(-) create mode 100644 static/images/revenue/down-arrow.png create mode 100644 static/images/revenue/up-arrow.png create mode 100644 static/images/revenue/ysqs.png diff --git a/pages/cashAudit/check.vue b/pages/cashAudit/check.vue index 7f25eae..91eeecd 100644 --- a/pages/cashAudit/check.vue +++ b/pages/cashAudit/check.vue @@ -84,7 +84,6 @@ cout: 1 , success: (data) => { // console.log(data) - // this.src = data.tempFilePaths[0] if(data.tempFilePaths.length>0) { // let list = [] @@ -100,12 +99,8 @@ } }) }) - } - }, - - }); }, nextStep(){ @@ -237,31 +232,26 @@ font-size: 30rpx; } - .upload-file-container{ + .upload-file-container { display: flex; - /* flex-flow: row wrap; */ - /* justify-content: flex-start; */ align-items: center; width: 100%; - /* padding: 20rpx; */ min-height: 260rpx; box-sizing: border-box; flex-wrap: wrap; } - .upload-file-add{ + .upload-file-add { width: 130rpx; height: 126rpx; margin-right: 16rpx; box-sizing: border-box; } - .upload-file-add-container{ - + .upload-file-add-container { position: relative; border: 1rpx solid #ccc; width: 136rpx; height: 137rpx; border-radius: 6rpx; - /* margin-top: 15rpx; */ } .upload-file-add-container::before { content: ''; @@ -297,7 +287,6 @@ margin-top: 16rpx; border-radius: 8rpx; border: 2rpx solid #ccc; - } .upload-file-unit image { @@ -305,6 +294,7 @@ height: 134rpx; border-radius: 8rpx; } + .upload-file-remove { position: absolute; top: -14rpx; @@ -323,7 +313,6 @@ /* 成功弹出框 */ .success-box { padding-top: 198rpx; - text-align: center; } .success-box h2 { @@ -331,7 +320,7 @@ color: #364656; } - .success-box image { + .success-box image { width: 406rpx; height: 320rpx; margin-bottom: 30rpx; diff --git a/pages/cashAudit/components/listUnit.vue b/pages/cashAudit/components/listUnit.vue index fa0dbf8..9bbc369 100644 --- a/pages/cashAudit/components/listUnit.vue +++ b/pages/cashAudit/components/listUnit.vue @@ -11,7 +11,7 @@ {{item.Audit_ErrorRate}} 误差率 - + {{item.Audit_Type}} @@ -21,7 +21,7 @@ 长短款额: {{ $util.fmoney(item.Different_Price,2) }} - {{item.Audit_Type}} + {{$util.cutDate(item.Audit_Time,'YYYY/MM/DD hh:mm:ss')}} @@ -94,6 +94,9 @@ color: #D43939; font-size: 24rpx; } + .content-box-cashpay { + position: relative; + } .other-coast { color: #D1A271; background: linear-gradient(to top, #EBDDCF , #FCFBF8); @@ -102,6 +105,9 @@ padding: 0 10rpx; margin-left: 16rpx; margin-top: 3rpx; + position: absolute; + right: 0rpx; + bottom: 30rpx; } /* diff --git a/pages/cashAudit/detail.vue b/pages/cashAudit/detail.vue index 90c0f65..61f57b6 100644 --- a/pages/cashAudit/detail.vue +++ b/pages/cashAudit/detail.vue @@ -9,77 +9,114 @@ 稽核时间:{{$util.cutDate(detailMsg.Audit_Time,'YYYY/MM/DD hh:mm:ss') }} - - - 工班账期: - {{detailMsg.Check_EndDate ? `${$util.cutDate(detailMsg.Check_StartDate,'MM.DD hh:mm:ss')} - ${$util.cutDate(detailMsg.Check_EndDate,'MM.DD hh:mm:ss')}` :`${$util.cutDate(detailMsg.Check_StartDate,'MM.DD hh:mm:ss')} ` }} - - - - - 稽核人员: - {{detailMsg.Worker_Name }} - - - 稽核类型: - {{detailMsg.Audit_Type }} - - - - + -

稽核数据

+

稽核信息

- 营收金额: - {{$util.fmoney( detailMsg.TotalSell_Amount ,2)}}元 + 现金营收: + {{$util.fmoney( detailMsg.Cash ,2)}}元 - - 缴款金额: - {{$util.fmoney(detailMsg.Cash_Pay) }}元 + + 稽核类型: + {{detailMsg.Audit_Type }} + + + 稽核缴款: + {{$util.fmoney(detailMsg.Cash_Pay) }}元 + + + + 稽核人员: + {{detailMsg.Worker_Name }} + + + 长短款额: - {{$util.fmoney(detailMsg.Different_Price)}}元 - - - 稽核误差率: - {{detailMsg.Audit_ErrorRate }} - - - - - {{detailMsg.Audit_State==1 ? '流水补录:': '现金收缴:'}} - {{$util.fmoney(Math.abs(detailMsg.Different_Price),2)}}元 + {{$util.fmoney(detailMsg.Different_Price)}}元 收银人员: {{detailMsg.Cashier_Name}} + + + 稽核误差率: + {{detailMsg.Audit_ErrorRate }} + + + + + + + {{detailMsg.Different_Price >0 ? '流水补入' : '现金补入'}}: + {{$util.fmoney(Math.abs(detailMsg.Add_Amount),2)}}元 + + + -

稽核反馈

- - - {{detailMsg.CheckAccount_Desc }} - -
    -
  • - -
  • +

    稽核反馈

    + + +