dev01 пре 2 година
родитељ
комит
6845b996c1

+ 4 - 0
src/components/common/userquery/index.less

@@ -0,0 +1,4 @@
+.main {
+  width: 90%;
+
+}

+ 37 - 37
src/pages/applyDepart/enterprise.jsx

@@ -164,24 +164,24 @@ class Enterprise extends Component {
         <View>
           {this.props.type == 0 || this.props.type == 2
             ? this.state.list.map((v, k) => (
-                <View key={k}>
-                  <AtListItem
-                    title={v.name}
-                    arrow="right"
-                    iconInfo={{ size: 25, color: "#000000", value: "bookmark" }}
-                    onClick={() => {
-                      // this.setState({
-                      //   listVisible: true,
-                      //   listValue: v,
-                      // })
-                      // this.getByUid(v)
-                      Taro.eventCenter.trigger("enterprise", v);
-                    }}
-                  />
-                </View>
-              ))
+              <View key={k}>
+                <AtListItem
+                  title={v.name}
+                  arrow="right"
+                  iconInfo={{ size: 25, color: "#000000", value: "bookmark" }}
+                  onClick={() => {
+                    // this.setState({
+                    //   listVisible: true,
+                    //   listValue: v,
+                    // })
+                    // this.getByUid(v)
+                    Taro.eventCenter.trigger("enterprise", v);
+                  }}
+                />
+              </View>
+            ))
             : !this.state.listVisible
-            ? this.state.list.map((v, k) => (
+              ? this.state.list.map((v, k) => (
                 <View key={k}>
                   <AtListItem
                     title={v.name}
@@ -198,7 +198,7 @@ class Enterprise extends Component {
                   />
                 </View>
               ))
-            : ""}
+              : ""}
           {this.state.listVisible && this.props.type == 1 ? (
             <View>
               <AtListItem
@@ -206,7 +206,7 @@ class Enterprise extends Component {
                 arrow="right"
                 iconInfo={{ size: 25, color: "#000000", value: "bookmark" }}
               />
-              <View>
+              <View style={{ marginTop: "10px" }}>
                 {this.state.orderNo.length > 0 ? (
                   <View>
                     {this.state.orderNo.map((v, k) => (
@@ -262,24 +262,24 @@ class Enterprise extends Component {
           )}
           {this.props.type == 0
             ? this.state.list.map((v, k) => (
-                <View key={k}>
-                  <AtListItem
-                    title={v.name}
-                    arrow="right"
-                    iconInfo={{ size: 25, color: "#000000", value: "bookmark" }}
-                    onClick={() => {
-                      // this.setState({
-                      //   listVisible: true,
-                      //   listValue: v,
-                      // })
-                      // this.getByUid(v)
-                      Taro.eventCenter.trigger("enterprise", v);
-                    }}
-                  />
-                </View>
-              ))
+              <View key={k}>
+                <AtListItem
+                  title={v.name}
+                  arrow="right"
+                  iconInfo={{ size: 25, color: "#000000", value: "bookmark" }}
+                  onClick={() => {
+                    // this.setState({
+                    //   listVisible: true,
+                    //   listValue: v,
+                    // })
+                    // this.getByUid(v)
+                    Taro.eventCenter.trigger("enterprise", v);
+                  }}
+                />
+              </View>
+            ))
             : !this.state.listVisible
-            ? this.state.list.map((v, k) => (
+              ? this.state.list.map((v, k) => (
                 <View key={k}>
                   <AtListItem
                     title={v.name}
@@ -296,7 +296,7 @@ class Enterprise extends Component {
                   />
                 </View>
               ))
-            : ""}
+              : ""}
           <ListBottomStart
             state={this.state.listState}
             reload={() => {

+ 82 - 13
src/pages/applyDepart/publicContent.less

@@ -1,44 +1,52 @@
-.publicContent{
+.publicContent {
   padding: 20px;
-  .formItem{
+
+  .formItem {
     display: flex;
     align-items: center;
     font-size: 30px;
     padding-bottom: 28px;
-    .formName{
+
+    .formName {
       white-space: nowrap;
       display: flex;
       align-items: center;
-      .formNameTips{
+
+      .formNameTips {
         color: #ff0000;
         font-size: 20px;
         padding-left: 10px;
       }
-      .tips{
+
+      .tips {
         color: #ff0000;
         font-size: 20px;
         padding-bottom: 20px;
       }
     }
-    .formValue{
+
+    .formValue {
       text-align: right;
       flex: 1;
       display: flex;
       flex-flow: row nowrap;
       align-items: center;
       justify-content: flex-end;
-      .time{
-        flex:1;
+
+      .time {
+        flex: 1;
         font-size: 30px;
         color: #bfbdbd;
-        .timeContent{
+
+        .timeContent {
           display: flex;
           flex-flow: column nowrap;
           align-items: flex-end;
           justify-content: center;
         }
       }
-      .formValueText{
+
+      .formValueText {
         display: block;
         width: 452px;
         text-overflow: ellipsis;
@@ -46,14 +54,75 @@
         white-space: nowrap;
       }
     }
+
   }
-  .tips{
+
+  .formItems {
+    display: flex;
+    flex-direction: row;
+    align-items: flex-start;
+    font-size: 30px;
+    padding-bottom: 28px;
+
+    .formNames {
+      white-space: nowrap;
+      display: flex;
+      align-items: center;
+
+      .formNameTips {
+        color: #ff0000;
+        font-size: 20px;
+        padding-left: 10px;
+      }
+
+      .tips {
+        color: #ff0000;
+        font-size: 20px;
+        padding-bottom: 20px;
+      }
+    }
+
+    .formValues {
+      display: flex;
+      flex-direction: row;
+      flex-wrap: wrap;
+
+      .fitems {
+        margin-left: 20px;
+        margin-bottom: 20px;
+        display: flex;
+        flex-direction: row;
+        position: relative;
+        padding-right: 40px;
+
+        .fclose {
+          position: absolute;
+          right: 0;
+          top: -20px;
+
+        }
+
+      }
+
+      .addbuttom {
+        font-size: 20px;
+        padding: 0 10px;
+        margin-left: 20px;
+      }
+
+    }
+
+  }
+
+  .tips {
     font-size: 20px;
     text-align: left;
     color: #f00;
+
   }
-  .operation{
+
+  .operation {
     display: flex;
     flex-flow: row nowrap;
   }
-}
+}

+ 4 - 0
src/utils/servers/servers.js

@@ -41,6 +41,10 @@ export const getUserByName = (postData = {}) => {
   return HTTPREQUEST.get('/api/admin/customer/getUserByNames', postData)
 }
 
+export const getadminByName = (postData = {}) => {
+  return HTTPREQUEST.get('/api/admin/customer/listAdminByName', postData)
+}
+
 export const addPublicRelease = (postData = {}) => {
   return HTTPREQUEST.post('/api/admin/release/addPublicRelease', postData)
 }