diff --git a/fuintAdmin/src/views/handover/HandoverDetails.vue b/fuintAdmin/src/views/handover/HandoverDetails.vue index 8383194a0..913f1976e 100644 --- a/fuintAdmin/src/views/handover/HandoverDetails.vue +++ b/fuintAdmin/src/views/handover/HandoverDetails.vue @@ -6,8 +6,8 @@ {{item}} - - +
+ @@ -99,8 +99,152 @@
中建锦绣二期站
-
+
+
+
+
营业收入统计
+
+
+
+
类型
+
订单金额
+
实收金额
+
+
+
营业总额
+
39566.58
+
¥50682.05
+
+
+
充值总额
+
39566.58
+
¥50682.05
+
+
+
合计
+
39566.58
+
¥50682.05
+
+
+ + 交班 + + +
+
+ + + + 统一交班 + 个人交班 + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
@@ -125,10 +269,32 @@ export default { data() { return { + tableData: [{ + price:120, + date: '2016-05-02', + name: '王小虎', + address: '上海市普陀区金沙江路 1518 弄' + }, { + price:120, + date: '2016-05-04', + name: '王小虎', + address: '上海市普陀区金沙江路 1517 弄' + }, { + price:120, + date: '2016-05-01', + name: '王小虎', + address: '上海市普陀区金沙江路 1519 弄' + }, { + price:120, + date: '2016-05-03', + name: '王小虎', + address: '上海市普陀区金沙江路 1516 弄' + }], tabs:[ "交接班", "交班记录" ], + value:'', tabindex:0, openDetail:false, dataForm:{}, @@ -256,6 +422,8 @@ export default { .app-containers { width: 100%; background: #f6f8f9; + box-sizing: border-box; + padding-bottom: 20px; } .tab-box{ @@ -362,4 +530,53 @@ export default { width: 100%; border-bottom: 1px solid #EEEEEE; } +.for-box{ + width: 100%; + margin: 20px auto; +} +.for-title{ + display: flex; + align-items: center; + justify-content: center; + font-weight: 600; + font-size: 16px; + color: #333333; + +} +.x-{ + width: 100px; + border-bottom: 1px solid #EEEEEE; + margin: 0 15px; +} +.f-size{ + width: 33%; + text-align: center; + font-weight: 600; + font-size: 16px; + color: #333333; +} +.s-size{ + width: 33%; + text-align: center; +} +.l-size{ + width: 33%; + text-align: left; +} +.r-size{ + width: 33%; + text-align: right; +} +.bottom-{ + width: 98%; +} +.table-boxs{ + border-radius: 8px; + width: 98%; + background: #fff; + margin: 25px auto; + box-sizing: border-box; + + padding: 15px; +}