yee 7 年之前
父节点
当前提交
1eb3570d8d

+ 0 - 8
js/component/DicIndustryList.js

@@ -800,14 +800,6 @@ module.exports = {
                         value: IndustryList[i].children[j].value,
                         label: IndustryList[i].children[j].label
                     });
-                    if (IndustryList[i].children[j].children) {
-                        for (let n = 0; n < IndustryList[i].children[j].children.length; n++) {
-                            fieldList.push({
-                                value: IndustryList[i].children[j].children[n].value,
-                                label: IndustryList[i].children[j].children[n].label
-                            });
-                        }
-                    };
                 };
             }
         };

+ 1 - 4
js/component/dataDic.js

@@ -760,10 +760,7 @@ module.exports = {
             key: "交付服务金"
         }, {
             value: "6",
-            key: "关闭(未签合同)"
-        }, {
-            value: "7",
-            key: "关闭(已签合同)"
+            key: "关闭"
         }
     ]
 };

+ 1 - 4
js/component/manageCenter/achievement/achievementOrder.jsx

@@ -229,11 +229,8 @@ const AchievementDetail = React.createClass({
                                         {(() => {
                                             let theArr = [];
                                             orderStatusList.map(function (item, i) {
-                                                if (i < 6) {
-                                                    theArr.push(<Select.Option key={item.value}>{item.key}</Select.Option>)
-                                                };
+                                                theArr.push(<Select.Option key={item.value}>{item.key}</Select.Option>)
                                             });
-                                            theArr.push(<Select.Option key="999">关闭</Select.Option>)
                                             return theArr;
                                         })()}
                                     </Select>

+ 1 - 4
js/component/manageCenter/demand/demandOrder.jsx

@@ -238,11 +238,8 @@ const DemandDetail = React.createClass({
                                         {(() => {
                                             let theArr = [];
                                             orderStatusList.map(function (item, i) {
-                                                if (i < 6) {
-                                                    theArr.push(<Select.Option key={item.value}>{item.key}</Select.Option>)
-                                                };
+                                                theArr.push(<Select.Option key={item.value}>{item.key}</Select.Option>)
                                             });
-                                            theArr.push(<Select.Option key="999">关闭</Select.Option>)
                                             return theArr;
                                         })()}
                                     </Select>

+ 2 - 1
js/component/manageCenter/index/content.jsx

@@ -9,6 +9,8 @@ import LeftTab from './leftTab.jsx';
 
 const TabPane = Tabs.TabPane;
 
+
+
 const Content = React.createClass({
     getInitialState() {
         return {
@@ -22,7 +24,6 @@ const Content = React.createClass({
                 <div className="content-right">
                     <Spin spinning={this.state.loading} className='spin-box'>
                         <div className="index-content">
-                            <input type="file" id="upload"/>
                         </div>
                     </Spin>
                 </div>

+ 1 - 1
js/component/portal/portal.less

@@ -130,7 +130,7 @@
         width: 1280px;
         margin: 0 auto; //background: #e0e0e0;
         padding-top: 20px;
-        padding-bottom: 60px;
+        margin-bottom: 120px;
         .search-criteria {
             margin-bottom: 10px;
             border-bottom: 1px dotted #ccc;