dev01 пре 3 година
родитељ
комит
2cdb23a0ea

+ 5 - 1
src/pages/applyDepart/publicContent.jsx

@@ -509,7 +509,11 @@ class PublicContent extends Component {
                   });
                 }}
                 maxLength={200}
-                placeholder="本次公出目标,谈的思路与步骤?"
+                placeholder={
+                  this.props.enterpriseInfor.type == 2
+                    ? "详细说明本次公出的内容,预计完成的内容"
+                    : "本次公出目标,谈的思路与步骤?"
+                }
               />
             </View>
           </View>

+ 185 - 0
src/pages/egressDetails/index.css

@@ -0,0 +1,185 @@
+.egressDetails {
+  min-height: calc(100vh - 30px);
+  background: #F5F5F5;
+  padding-bottom: 30px;
+}
+.egressDetails .titleContent {
+  position: relative;
+  background: white;
+  padding: 20px 30px;
+  border-bottom: 1px #dadada solid;
+}
+.egressDetails .titleContent .title {
+  font-weight: bolder;
+  padding-bottom: 20px;
+}
+.egressDetails .titleContent .address {
+  font-size: 25px;
+  color: #767272;
+  padding-bottom: 20px;
+  display: flex;
+  flex-flow: row;
+  align-items: center;
+}
+.egressDetails .titleContent .state {
+  font-size: 30px;
+  color: #767272;
+}
+.egressDetails .titleContent .startIcon {
+  width: 180px;
+  height: 180px;
+  position: absolute;
+  right: 55px;
+  bottom: 0px;
+}
+.egressDetails .valueContent {
+  margin: 20px;
+  padding: 30px;
+  background: white;
+  border-radius: 20px;
+}
+.egressDetails .valueContent .item {
+  padding-bottom: 30px;
+}
+.egressDetails .valueContent .item .title {
+  display: flex;
+  flex-flow: row nowrap;
+  align-items: center;
+  justify-content: space-between;
+  color: #b7acac;
+  font-size: 27px;
+  padding-bottom: 10px;
+  position: relative;
+}
+.egressDetails .valueContent .item .title .titleTips {
+  color: #ff0000;
+  font-size: 18px;
+  padding-left: 10px;
+}
+.egressDetails .valueContent .item .title .edit {
+  position: absolute;
+  right: -30px;
+  padding: 30px;
+}
+.egressDetails .valueContent .item .title .switchItem {
+  width: 40px;
+  height: 40px;
+  margin-left: 20px;
+}
+.egressDetails .valueContent .item .value {
+  color: #000000;
+  font-size: 30px;
+}
+.egressDetails .valueContent .item .timeContent {
+  background: rgba(0, 51, 255, 0.09);
+  border-radius: 30px;
+  padding: 30px;
+  margin-top: 45px;
+}
+.egressDetails .valueContent .item .timeContent .time {
+  display: flex;
+  flex-flow: row nowrap;
+  justify-content: space-between;
+  align-items: center;
+}
+.egressDetails .valueContent .item .timeContent .time .num {
+  font-size: 30px;
+}
+.egressDetails .valueContent .item .timeContent .time .journal {
+  font-size: 28px;
+  color: #007aff;
+}
+.egressDetails .valueContent .item .timeContent .timeAxis {
+  display: flex;
+  flex-flow: column nowrap;
+  padding-top: 30px;
+}
+.egressDetails .valueContent .item .timeContent .timeAxis .startTime {
+  display: flex;
+  align-items: center;
+  color: #b7acac;
+  font-size: 25px;
+}
+.egressDetails .valueContent .item .timeContent .timeAxis .axis {
+  width: 1px;
+  height: 40px;
+  border-left: 1px #b7acac solid;
+  margin-left: 11px;
+}
+.egressDetails .valueContent .item .timeContent .timeAxis .endTime {
+  display: flex;
+  align-items: center;
+  color: #b7acac;
+  font-size: 25px;
+}
+.egressDetails .valueContent .item .timeContent .timeAxis .circle {
+  margin-right: 15px;
+  width: 20px;
+  height: 20px;
+  border-radius: 30px;
+  border: 1px #b7acac solid;
+}
+.egressDetails .valueContent .shareContent {
+  display: flex;
+  flex-flow: column nowrap;
+  justify-content: center;
+  align-items: center;
+  width: 100%;
+}
+.egressDetails .valueContent .shareContent .share {
+  overflow: visible;
+  width: 100px;
+  height: 100px;
+  padding: 0;
+  border-radius: 161px;
+  background: #0000;
+}
+.egressDetails .valueContent .shareContent .share .shareIcon {
+  width: 100px;
+  height: 100px;
+}
+.egressDetails .valueContent .shareContent .shareTitle {
+  padding-top: 15px;
+  font-size: 19px;
+  color: #767272;
+}
+.egressDetails .history {
+  display: flex;
+  flex-flow: row nowrap;
+  justify-content: space-between;
+  align-items: center;
+  font-size: 30px;
+}
+.egressDetails .operation {
+  display: flex;
+  flex-flow: row nowrap;
+}
+.egressDetails .at-image-picker__flex-box {
+  padding-left: 0;
+}
+.egressDetails .at-image-picker__remove-btn {
+  display: none;
+}
+.egressDetails .at-calendar__list.flex .flex__item--selected {
+  color: white;
+  border: 0 !important;
+  border-radius: 0 !important;
+  background: #6eb173;
+}
+.egressDetails .at-calendar__list.flex .flex__item--selected-head.flex__item--selected-tail {
+  background-color: #6eb173;
+}
+.egressDetails .at-calendar__list.flex .flex__item {
+  background: #6eb173;
+  color: #FFFFFF;
+}
+.egressDetails .at-calendar__list.flex .flex__item--blur {
+  background: #fff !important;
+  color: #e1e4e7 !important;
+}
+.egressDetails .at-modal__container {
+  width: 718px;
+}
+.egressDetails button::after {
+  border: 0px !important;
+}

+ 1 - 1
src/pages/egressDetails/index.less

@@ -28,7 +28,7 @@
       height: 180px;
       position: absolute;
       right: 55px;
-      bottom: -65px;
+      bottom: 0px;
     }
   }
   .valueContent{

+ 36 - 20
src/pages/egressDetails/modify.jsx

@@ -21,7 +21,7 @@ class Modify extends Component {
     this.state = {
       data: {},
       dtails: props.dtails,
-      modifyType: 1,
+      modifyType: 2,
       // colors: "primary",
       // color: "secondary",
       type: 0,
@@ -56,25 +56,36 @@ class Modify extends Component {
   }
 
   onChange(value, visi) {
-    if (visi == 0) {
-      this.setState({
-        dtails: {
-          ...this.state.dtails,
-          ...value,
-        },
-        data: value,
-      });
-    } else {
-      value.type = this.state.type;
-      this.setState({
-        dtails: {
-          ...this.state.dtails,
-          ...value,
-        },
-        data: value,
-        modifyType: 2,
-      });
-    }
+    console.log("----", value, visi);
+    value.type = this.state.type;
+    this.setState({
+      dtails: {
+        ...this.state.dtails,
+        ...value,
+      },
+      data: value,
+      modifyType: 2,
+    });
+    //判断不明确暂时注释,明确后再行修改
+    // if (visi == 0) {
+    //   this.setState({
+    //     dtails: {
+    //       ...this.state.dtails,
+    //       ...value,
+    //     },
+    //     data: value,
+    //   });
+    // } else {
+    //   value.type = this.state.type;
+    //   this.setState({
+    //     dtails: {
+    //       ...this.state.dtails,
+    //       ...value,
+    //     },
+    //     data: value,
+    //     modifyType: 2,
+    //   });
+    // }
   }
 
   render() {
@@ -150,6 +161,11 @@ class Modify extends Component {
               dtails={this.state.dtails}
               isOpened={this.props.isOpened}
               onChange={this.onChange}
+              onBack={() => {
+                this.setState({
+                  modifyType: 1,
+                });
+              }}
             />
           )}
         </AtModalContent>

+ 34 - 21
src/pages/egressDetails/publicContent.jsx

@@ -56,6 +56,7 @@ class PublicContent extends Component {
   }
 
   componentDidMount() {
+    console.log("-------", this.props.dtails);
     let arr = [];
     for (let i of this.props.dtails.annexUrl) {
       arr.push(i.url.split(resourceAddress).join(""));
@@ -75,8 +76,8 @@ class PublicContent extends Component {
       rangeStartMinuteVal: dayjs(this.props.dtails.releaseStarts).format(
         "YYYY-MM-DD HH:mm:ss"
       ),
-      plan: this.props.dtails.plan,
-      expectedEffect: this.props.dtails.expectedEffect,
+      plan: this.props.dtails.plan || "",
+      expectedEffect: this.props.dtails.expectedEffect || "",
     });
     this.getWorkingHoursList();
   }
@@ -153,11 +154,11 @@ class PublicContent extends Component {
       Taro.showToast({ title: "请输入公出目标", icon: "none" });
       return;
     }
-    if (!this.state.plan) {
+    if (!this.state.plan && this.props.dtails.type != 2) {
       Taro.showToast({ title: "请输入公出计划", icon: "none" });
       return;
     }
-    if (!this.state.expectedEffect) {
+    if (!this.state.expectedEffect && this.props.dtails.type != 2) {
       Taro.showToast({ title: "请输入预计效果", icon: "none" });
       return;
     }
@@ -171,7 +172,7 @@ class PublicContent extends Component {
     let datas;
     if (this.props.dtails.type == 0) {
       datas = {
-        id: this.props.dtails.id,
+        id: this.props.id,
         uid: this.props.dtails.uid,
         releaseStarts: this.state.rangeStartMinuteVal,
         releaseEnds: this.state.rangeEndMinuteVal,
@@ -184,8 +185,8 @@ class PublicContent extends Component {
         annexUrl: this.state.imgs.length === 0 ? "" : this.state.imgs.join(","),
         duration: this.state.totalDuration,
         validDate: JSON.stringify(this.state.validDates),
-        // type: this.props.dtails.type,
-        type: this.props.type,
+        type: this.props.dtails.type,
+        // type: this.props.type,
       };
     } else if (this.props.dtails.type == 2) {
       datas = {
@@ -202,8 +203,8 @@ class PublicContent extends Component {
         annexUrl: this.state.imgs.length === 0 ? "" : this.state.imgs.join(","),
         duration: this.state.totalDuration,
         validDate: JSON.stringify(this.state.validDates),
-        // type: this.props.dtails.type,
-        type: this.props.type,
+        type: this.props.dtails.type,
+        //type: this.props.type,
         orderNo: this.props.dtails.orderNo,
       };
     } else {
@@ -221,8 +222,8 @@ class PublicContent extends Component {
         annexUrl: this.state.imgs.length === 0 ? "" : this.state.imgs.join(","),
         duration: this.state.totalDuration,
         validDate: JSON.stringify(this.state.validDates),
-        // type: this.props.dtails.type,
-        type: this.props.type,
+        type: this.props.dtails.type,
+        //type: this.props.type,
         orderNo: this.props.dtails.orderNo,
       };
     }
@@ -329,22 +330,20 @@ class PublicContent extends Component {
     return (
       <View className="publicContent">
         <View className="formItem">
-          <View className="formName">
-            公出企业:
-          </View>
+          <View className="formName">公出企业:</View>
           <View className="formValue">{dtails.nickname}</View>
         </View>
         <View className="formItem">
           <View className="formName">公出类型:</View>
           <View className="formValue">
-            {type == 0
+            {dtails.type == 0
               ? "业务公出"
-              : type == 1
+              : dtails.type == 1
               ? "技术公出"
-              : type == 2 && "行政公出"}
+              : dtails.type == 2 && "行政公出"}
           </View>
         </View>
-        {dtails.contractNo ? (
+        {dtails.contractNo && dtails.type == 1 ? (
           <View className="formItem">
             <View className="formName">合同编号:</View>
             <View className="formValue">{dtails.contractNo}</View>
@@ -555,12 +554,16 @@ class PublicContent extends Component {
                   });
                 }}
                 maxLength={200}
-                placeholder="本次公出目标,谈的思路与步骤?"
+                placeholder={
+                  dtails.type == 2
+                    ? "详细说明本次公出的内容,预计完成的内容"
+                    : "本次公出目标,谈的思路与步骤?"
+                }
               />
             </View>
           </View>
           {/* 公出计划 */}
-          {type != 2 && (
+          {dtails.type != 2 && (
             <View className="formName">
               <Text style={{ color: "red" }}>*公出计划:</Text>
               <View
@@ -582,7 +585,7 @@ class PublicContent extends Component {
             </View>
           )}
           {/* 预计效果 */}
-          {type != 2 && (
+          {dtails.type != 2 && (
             <View className="formName">
               <Text style={{ color: "red" }}>*预计效果:</Text>
               <View
@@ -624,6 +627,16 @@ class PublicContent extends Component {
         <View className="operation">
           <AtButton
             disabled={this.state.loading}
+            type="primary"
+            circle
+            onClick={() => {
+              this.props.onBack();
+            }}
+          >
+            上一步
+          </AtButton>
+          <AtButton
+            disabled={this.state.loading}
             type="secondary"
             circle
             onClick={() => {