+

@@ -195,12 +196,13 @@ import Sortable from 'sortablejs'
import manage from '../../manage/index';
import { addOperation, getOperation } from '@/api/http';
import { EventBus } from "@/utils/event-bus.js";
-
+import backButton from '@/components/backButton'
export default {
name: 'index',
components: {
- manage: manage
+ manage: manage,
+ backButton
},
data() {
var validatePass = (rule, value, callback) => {
@@ -915,6 +917,9 @@ export default {
this.$message.error('请从物品栏中拖拽所需资料');
}
}
+ },
+ toPart(){
+ this.$router.push('/index')
}
},
beforeDestroy() {
@@ -925,21 +930,6 @@ export default {
\ No newline at end of file
diff --git a/src/pages/manage/index/index.vue b/src/pages/manage/index/index.vue
index 35d57e5..fa313f2 100644
--- a/src/pages/manage/index/index.vue
+++ b/src/pages/manage/index/index.vue
@@ -66,6 +66,7 @@ export default {
overflow: auto;
.nav{
width: 270px;
+ height: 100%;
border-top-left-radius: 20px;
display: flex;
flex-direction: column;
@@ -122,4 +123,70 @@ export default {
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
opacity: 0.5;
}
+ @media screen and (min-width: 1200px) and (max-width: 1900px) {
+ .box{
+ display: flex;
+ min-width: 80vw;
+ margin-top: 6vh;
+ overflow: auto;
+ height: 80vh;
+ .nav{
+ width: 25vw;
+ height: 80vh;
+ overflow: auto;
+ border-top-left-radius: 20px;
+ display: flex;
+ flex-direction: column;
+ .top{
+ min-height: 10vh;
+ font-size: 3vh;
+ line-height: 3vh;
+ display: flex;
+ align-items: center;
+ text-align: center;
+ border-top-left-radius: 15px;
+ color: #B3B3B3;
+ background: #222428;
+ }
+ .body{
+ flex: 1;
+ }
+ }
+ .manage-layout{
+ width: calc(100% - 270px);
+ height: 80vh;
+ overflow: auto;
+ // background: #fff;
+ background:transparent;
+ display: flex;
+ flex-direction: column;
+ box-sizing: border-box;
+ .top{
+ min-height: 10vh;
+ font-size: 30px;
+ display: flex;
+ justify-content: flex-end;
+ align-items: center;
+ text-align: center;
+ color: #000;
+ background: #e6e6e6;
+ border-top-right-radius: 20px;
+ i{
+ margin-right: 10px;
+ cursor: pointer;
+ }
+ }
+ .manage-content{
+ flex: 1;
+ position: relative;
+ .manage-view{
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ background: #fff;
+ }
+ }
+ }
+ }
+ }
\ No newline at end of file
diff --git a/src/pages/manage/list/ImportantCash/controlCash2/cashOut.vue b/src/pages/manage/list/ImportantCash/controlCash2/cashOut.vue
index 95b6364..93d0c77 100644
--- a/src/pages/manage/list/ImportantCash/controlCash2/cashOut.vue
+++ b/src/pages/manage/list/ImportantCash/controlCash2/cashOut.vue
@@ -1,15 +1,185 @@
+// 存款
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确认
+ 退回
+
+
+
+
+
-
\ No newline at end of file
diff --git a/src/pages/manage/list/ImportantCash/controlCash2/cashPaid.vue b/src/pages/manage/list/ImportantCash/controlCash2/cashPaid.vue
index 95b6364..0327b6f 100644
--- a/src/pages/manage/list/ImportantCash/controlCash2/cashPaid.vue
+++ b/src/pages/manage/list/ImportantCash/controlCash2/cashPaid.vue
@@ -1,15 +1,192 @@
+// 存款
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 确认
+ 退回
+
+
+
+
+
-
\ No newline at end of file
diff --git a/src/pages/manage/list/business/deposit.vue b/src/pages/manage/list/business/deposit.vue
index 1351f8b..af04cb8 100644
--- a/src/pages/manage/list/business/deposit.vue
+++ b/src/pages/manage/list/business/deposit.vue
@@ -13,38 +13,38 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
提交
+
提交