浏览代码

增加订单留言提示

HW 3 年之前
父节点
当前提交
5c0ca73069

+ 1 - 0
js/component/manageCenter/order/orderNew/addService.jsx

@@ -4946,6 +4946,7 @@ const NewService = Form.create()(
                                     style={{ width: "95%" }}
                                   />
                                   <span className="mandatory">*</span>
+                                  <div className="mandatory">重要提示:请详细填写合同中包含的服务内容、服务年限、时间节点等</div>
                                 </FormItem>
                               </div>
                             ) : (

+ 7 - 7
js/component/manageCenter/set/userManagementS/newUser.jsx

@@ -510,13 +510,6 @@ const Newuser = Form.create()(React.createClass({
 											      </AutoComplete>
 											      <span className="mandatory">*</span>
 							            </FormItem>
-							           {this.props.userDetaile?
-						                    <FormItem className="half-item"
-						                            {...formItemLayout}
-						                            label="用户编号" >
-						                            <span>{this.state.userNo}</span>
-						                    </FormItem>
-						                :''}
                                         <FormItem className="half-item"
                                                   {...formItemLayout}
                                                   label="公出审核"
@@ -532,6 +525,13 @@ const Newuser = Form.create()(React.createClass({
                                             />
                                             <span className="mandatory">*</span>
                                         </FormItem>
+                                        {this.props.userDetaile?
+                                            <FormItem className="half-item"
+                                                      {...formItemLayout}
+                                                      label="用户编号" >
+                                                <span>{this.state.userNo}</span>
+                                            </FormItem>
+                                            :''}
 							            <div className='clearfix'>
 							            	<FormItem className="half-item"
 						                        {...formItemLayout}

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "afanti",
-  "version": "1.1.93",
+  "version": "1.1.94",
   "description": "",
   "main": "index.js",
   "scripts": {