dev01 2 years ago
parent
commit
2b7b906037
1 changed files with 21 additions and 21 deletions
  1. 21 21
      js/component/manageCenter/order/orderNew/addService.jsx

+ 21 - 21
js/component/manageCenter/order/orderNew/addService.jsx

@@ -4905,6 +4905,27 @@ const NewService = Form.create()(
                           })}
                         </Select>
                       </FormItem>
+                      <div className="clearfix">
+                        <FormItem {...formItemLayout} label="客户名称">
+                          <AutoComplete
+                            className="certain-category-search"
+                            dropdownClassName="certain-category-search-dropdown"
+                            dropdownMatchSelectWidth={false}
+                            dropdownStyle={{ width: 200 }}
+                            size="large"
+                            style={{ width: "200px" }}
+                            dataSource={options}
+                            placeholder="输入名称"
+                            value={this.state.customerName}
+                            onChange={this.customerChange}
+                            filterOption={true}
+                            onSelect={this.selectAutoCUT}
+                          >
+                            <Input />
+                          </AutoComplete>
+                          <span className="mandatory">*</span>
+                        </FormItem>
+                      </div>
                       <FormItem {...formItemLayout} label="销售类型">
                         <Select
                           placeholder="请选择销售类型"
@@ -4965,27 +4986,6 @@ const NewService = Form.create()(
                           </FormItem>
                         </div>
                       }
-                      <div className="clearfix">
-                        <FormItem {...formItemLayout} label="客户名称">
-                          <AutoComplete
-                            className="certain-category-search"
-                            dropdownClassName="certain-category-search-dropdown"
-                            dropdownMatchSelectWidth={false}
-                            dropdownStyle={{ width: 200 }}
-                            size="large"
-                            style={{ width: "200px" }}
-                            dataSource={options}
-                            placeholder="输入名称"
-                            value={this.state.customerName}
-                            onChange={this.customerChange}
-                            filterOption={true}
-                            onSelect={this.selectAutoCUT}
-                          >
-                            <Input />
-                          </AutoComplete>
-                          <span className="mandatory">*</span>
-                        </FormItem>
-                      </div>
                       <div className="addSave" style={{ marginTop: "15px" }}>
                         <Button
                           className="cancel"