From 567d2db326c940e2b43053ab2f0dc2ececb69e10 Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Fri, 4 Mar 2022 18:26:11 +0800 Subject: [PATCH 1/4] update --- src/components/dialog/index.vue | 37 ++++++++++++++----- src/components/dialog2/index.vue | 28 +++++++++++++- src/pages/counter/list/index.vue | 25 ++++++++----- src/pages/lobbyManager/list/index.vue | 17 +++++---- .../ImportantCash/controlCash/cashOut.vue | 3 +- .../ImportantCash/controlCash/cashPaid.vue | 3 +- .../controlCash/cashRecipients.vue | 5 ++- .../controlCash/cashTransferInto.vue | 5 ++- .../ImportantCash/controlCash2/cashOut.vue | 3 +- .../ImportantCash/controlCash2/cashPaid.vue | 3 +- .../controlCash2/cashRecipients.vue | 3 +- .../controlCash2/cashTransferInto.vue | 3 +- .../list/ImportantCash/controlCash3/index.vue | 5 ++- src/pages/manage/list/business/deposit.vue | 2 +- .../manage/list/business/openAccount.vue | 2 +- src/pages/manage/list/business/transfer.vue | 2 +- src/pages/manage/list/business/withdrawal.vue | 2 +- .../manage/list/client/consumerClient.vue | 2 +- .../manage/list/client/corporateClient.vue | 2 +- .../personal/callDeposits/accountClosed.vue | 2 +- .../personal/callDeposits/openAccount.vue | 2 +- .../currentAccount/accountCancellation.vue | 2 +- .../list/personal/currentAccount/deposit.vue | 2 +- .../personal/currentAccount/openAccount.vue | 2 +- .../list/personal/currentAccount/settle.vue | 2 +- .../currentAccount/transferAccounts.vue | 2 +- .../personal/currentAccount/withdrawal.vue | 2 +- .../list/personal/timeDeposit/deposit.vue | 2 +- .../list/personal/timeDeposit/openAccount.vue | 2 +- .../list/personal/timeDeposit/withdrawal.vue | 2 +- .../personal/usefulPhrases/accountClosed.vue | 2 +- .../usefulPhrases/continueDeposit.vue | 2 +- .../personal/usefulPhrases/openAccount.vue | 2 +- .../list/servicesAccount/passwordChange.vue | 2 +- .../list/servicesAccount/passwordLost.vue | 2 +- .../list/servicesAccount/relieveLost.vue | 2 +- 36 files changed, 123 insertions(+), 63 deletions(-) diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue index d796bea..9a85d82 100644 --- a/src/components/dialog/index.vue +++ b/src/components/dialog/index.vue @@ -17,7 +17,7 @@
提示
提交
-
提交成功
+
{{ successName }}

本业务需要授权

@@ -65,14 +65,6 @@ - - - - - - - - -
+
- +
@@ -1208,6 +1208,7 @@ export default { // console.log(this.getSelectList.accountQualitySelectList) }, mounted(){ + let that = this // 拖拽-物品栏 new Sortable(this.$refs.goods, { @@ -1262,8 +1263,10 @@ export default { // 印章的拖拽 else if(that.$refs.popUpSeal) { - that.outThingsGoods([that.goodsShelfTotalData[evt.oldIndex].id]) - that.pushThings({ idArr: [ that.goodsShelfTotalData[evt.oldIndex].id ], name: that.myMap}) + + const id = that.goodsShelfTotalData[evt.oldIndex].id + that.outThingsGoods([ id ]) + that.pushThings({ idArr: [ id ], name: that.myMap}) } @@ -3131,6 +3134,7 @@ export default { padding: 20px 300px 20px 300px; transition: all 0.5s; background-color: rgba(255, 255, 255, 0.95); + min-height: 140px; .file { position: relative; min-width: 140px; @@ -3475,15 +3479,16 @@ export default { } .right{ margin-left: 5%; - - - + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; } .else{ width: 100%; } .img-wrap2{ - width: 100%; + width: 95%; height: 100%; display: flex; flex-direction: column; @@ -3508,7 +3513,7 @@ export default { margin-top: 30px; text-align: center; button { - width: 10vw; + width: 7vw; } // button { // width: 100px; diff --git a/src/pages/lobbyManager/list/index.vue b/src/pages/lobbyManager/list/index.vue index a598828..880c6b2 100644 --- a/src/pages/lobbyManager/list/index.vue +++ b/src/pages/lobbyManager/list/index.vue @@ -61,7 +61,7 @@
- +
银行单据
@@ -159,7 +159,7 @@

- 请单击选中复印材料、双击可放大预览 -

-
    +
    • @@ -170,7 +170,7 @@ >

      {{ item.name }}

    • -

      已复印

      +

      {{ item.copyState?'已复印': '待复印' }}

    - 请单击选中复印材料、双击可放大预览 -

      -
      +
    • {{ item.name }}

    • -

      已取回

      +

      {{ item.returnState? '已取回': '待取回' }}

    @@ -149,6 +149,7 @@ export default { }, data() { return { + moduleName, headerCellStyle: headerCellStyle, cellStyle: cellStyle, text:'柜员现金轧账',/* 顶部文字 */ diff --git a/src/pages/manage/list/ImportantCash/controlCash/cashPaid.vue b/src/pages/manage/list/ImportantCash/controlCash/cashPaid.vue index 7ea0fec..44db1a7 100644 --- a/src/pages/manage/list/ImportantCash/controlCash/cashPaid.vue +++ b/src/pages/manage/list/ImportantCash/controlCash/cashPaid.vue @@ -60,7 +60,7 @@ 提交 - + @@ -82,6 +82,7 @@ export default { }, data() { return { + moduleName, headerCellStyle: headerCellStyle, text:'柜员现金轧账',/* 顶部文字 */ visible: false, diff --git a/src/pages/manage/list/ImportantCash/controlCash/cashRecipients.vue b/src/pages/manage/list/ImportantCash/controlCash/cashRecipients.vue index 3191546..a64ff27 100644 --- a/src/pages/manage/list/ImportantCash/controlCash/cashRecipients.vue +++ b/src/pages/manage/list/ImportantCash/controlCash/cashRecipients.vue @@ -61,7 +61,7 @@ 提交 - + @@ -84,6 +84,7 @@ export default { }, data() { return { + moduleName, headerCellStyle: headerCellStyle, visible: false, unNeed: false, @@ -219,7 +220,7 @@ export default { .submitBtn{ position: relative; - width: 300px; + width: 200px; font-size: 18px; height: 45px; margin-top: 50px; diff --git a/src/pages/manage/list/ImportantCash/controlCash/cashTransferInto.vue b/src/pages/manage/list/ImportantCash/controlCash/cashTransferInto.vue index 5c287bf..7f4acd5 100644 --- a/src/pages/manage/list/ImportantCash/controlCash/cashTransferInto.vue +++ b/src/pages/manage/list/ImportantCash/controlCash/cashTransferInto.vue @@ -126,7 +126,7 @@ 提交 - + @@ -148,6 +148,7 @@ export default { }, data() { return { + moduleName, headerCellStyle: headerCellStyle, cellStyle: cellStyle, text:'柜员现金轧账',/* 顶部文字 */ @@ -326,7 +327,7 @@ export default { } .submitBtn{ position: relative; - width: 300px; + width: 200px; font-size: 18px; height: 45px; margin-top: 50px; diff --git a/src/pages/manage/list/ImportantCash/controlCash2/cashOut.vue b/src/pages/manage/list/ImportantCash/controlCash2/cashOut.vue index d91b79b..0906388 100644 --- a/src/pages/manage/list/ImportantCash/controlCash2/cashOut.vue +++ b/src/pages/manage/list/ImportantCash/controlCash2/cashOut.vue @@ -46,7 +46,7 @@ 提交 - + @@ -68,6 +68,7 @@ export default { }, data() { return { + moduleName, headerCellStyle: headerCellStyle, text:'柜员现金轧账',/* 顶部文字 */ visible: false, diff --git a/src/pages/manage/list/ImportantCash/controlCash2/cashPaid.vue b/src/pages/manage/list/ImportantCash/controlCash2/cashPaid.vue index f958c52..44e67d1 100644 --- a/src/pages/manage/list/ImportantCash/controlCash2/cashPaid.vue +++ b/src/pages/manage/list/ImportantCash/controlCash2/cashPaid.vue @@ -75,7 +75,7 @@ 提交 - + @@ -98,6 +98,7 @@ export default { }, data() { return { + moduleName, headerCellStyle: headerCellStyle, text:'柜员现金轧账',/* 顶部文字 */ visible: false, diff --git a/src/pages/manage/list/ImportantCash/controlCash2/cashRecipients.vue b/src/pages/manage/list/ImportantCash/controlCash2/cashRecipients.vue index 3d7e4b5..5c0afa1 100644 --- a/src/pages/manage/list/ImportantCash/controlCash2/cashRecipients.vue +++ b/src/pages/manage/list/ImportantCash/controlCash2/cashRecipients.vue @@ -67,7 +67,7 @@ 提交 - + @@ -89,6 +89,7 @@ export default { }, data() { return { + moduleName, headerCellStyle: headerCellStyle, text:'柜员现金轧账',/* 顶部文字 */ visible: false, diff --git a/src/pages/manage/list/ImportantCash/controlCash2/cashTransferInto.vue b/src/pages/manage/list/ImportantCash/controlCash2/cashTransferInto.vue index 60ed583..2931344 100644 --- a/src/pages/manage/list/ImportantCash/controlCash2/cashTransferInto.vue +++ b/src/pages/manage/list/ImportantCash/controlCash2/cashTransferInto.vue @@ -49,7 +49,7 @@ 提交 - + @@ -71,6 +71,7 @@ export default { }, data() { return { + moduleName, headerCellStyle: headerCellStyle, text:'柜员现金轧账',/* 顶部文字 */ visible: false, diff --git a/src/pages/manage/list/ImportantCash/controlCash3/index.vue b/src/pages/manage/list/ImportantCash/controlCash3/index.vue index c78158a..dbb1b4c 100644 --- a/src/pages/manage/list/ImportantCash/controlCash3/index.vue +++ b/src/pages/manage/list/ImportantCash/controlCash3/index.vue @@ -62,7 +62,7 @@ 提交 - + @@ -85,6 +85,7 @@ export default { }, data() { return { + moduleName, visible: false, unNeed: false, isNeedBefore: '', @@ -264,7 +265,7 @@ export default {