Browse Source

客户财务信息

zhaoxiaohai 3 years ago
parent
commit
9c54bae269

+ 1 - 0
packageA/setclient/modules/financing/index.js

@@ -29,6 +29,7 @@ Component({
         },
         getList(id, init) {
             let content = this.data.content;
+            console.log(id)
             content.sys_enterpriseid = id;
             if (init) {
                 content.pageNumber = 1

+ 79 - 1
packageA/setclient/modules/financing/list/index.scss

@@ -1,4 +1,82 @@
-@import "../../address/index.scss";
+.add-box {
+    width: 100vw;
+    padding-left: 30rpx;
+    padding-top: 20rpx;
+    box-sizing: border-box;
+    background-color: #fff;
+    margin-bottom: 20rpx;
+
+    .detail {
+        width: 100%;
+        border-bottom: 1px solid #DDDDDD;
+        padding-bottom: 20rpx;
+
+        .label {
+            line-height: 42rpx;
+            font-size: 30rpx;
+            font-family: PingFang SC-Regular, PingFang SC;
+            color: #333333;
+            padding-right: 30rpx;
+
+            .tag {
+                display: inline-block;
+                width: 112rpx;
+                height: 40rpx;
+                text-align: center;
+                background: #E7EEFF;
+                border-radius: 4rpx;
+                font-size: 24rpx;
+                font-family: PingFang SC-Regular, PingFang SC;
+                color: #3874F6;
+                margin-right: 10rpx;
+            }
+        }
+
+        .detail-add {
+            font-size: 24rpx;
+            font-family: PingFang SC-Regular, PingFang SC;
+            color: #333333;
+            margin-top: 20rpx;
+        }
+
+        .principal {
+            font-size: 24rpx;
+            font-family: PingFang SC-Regular, PingFang SC;
+            color: #333333;
+            margin-top: 20rpx;
+        }
+    }
+
+    .editor {
+        display: flex;
+        justify-content: space-between;
+        align-items: center;
+        width: 100%;
+        height: 80rpx;
+
+        .radio {
+            font-size: 24rpx;
+            font-family: PingFang SC-Regular, PingFang SC;
+            color: #666666;
+            margin-left: -10rpx;
+        }
+
+        .icon-but {
+            padding-right: 30rpx;
+
+            navigator {
+                display: inline-block;
+                width: 60rpx;
+                height: 60rpx;
+                line-height: 60rpx;
+                text-align: center;
+                margin-left: 30rpx;
+                width: 32px;
+                color: #707070;
+            }
+        }
+    }
+}
 
 .add-box {
     width: 100vw !important;