傅行帆 5 年之前
父節點
當前提交
1d789c7b61

+ 1
- 0
src/components/XForm/ImageListUpload.jsx 查看文件

77
       <div className="clearfix">
77
       <div className="clearfix">
78
         <Upload
78
         <Upload
79
           listType="picture-card"
79
           listType="picture-card"
80
+          multiple={true}
80
           fileList={fileList}
81
           fileList={fileList}
81
           onPreview={this.handlePreview}
82
           onPreview={this.handlePreview}
82
           onChange={this.handleChange}
83
           onChange={this.handleChange}

+ 3
- 3
src/pages/building/list/add/components/base.jsx 查看文件

397
             })(<Input />)}
397
             })(<Input />)}
398
           </Form.Item>
398
           </Form.Item>
399
           <Form.Item label="项目说明" >
399
           <Form.Item label="项目说明" >
400
-            {getFieldDecorator('dynamic')(<Input placeholder="项目动态等,不超过15个字" maxLength = "15"/>)}
400
+            {getFieldDecorator('dynamic')(<Input placeholder="项目动态等,不超过30个字" maxLength = "30"/>)}
401
           </Form.Item>
401
           </Form.Item>
402
           <Form.Item label="物业类型" >
402
           <Form.Item label="物业类型" >
403
             {getFieldDecorator('propertyType')(
403
             {getFieldDecorator('propertyType')(
571
             {getFieldDecorator('decoration')(<Input />)}
571
             {getFieldDecorator('decoration')(<Input />)}
572
           </Form.Item>
572
           </Form.Item>
573
           <Form.Item label="开发商" >
573
           <Form.Item label="开发商" >
574
-            {getFieldDecorator('propertyDeveloper')(<Input placeholder="不超过15个字" maxLength = "15"/>)}
574
+            {getFieldDecorator('propertyDeveloper')(<Input placeholder="不超过30个字" maxLength = "30"/>)}
575
           </Form.Item>
575
           </Form.Item>
576
           <Form.Item label="备案名" >
576
           <Form.Item label="备案名" >
577
-            {getFieldDecorator('recordName')(<Input placeholder="不超过15个字" maxLength = "15"/>)}
577
+            {getFieldDecorator('recordName')(<Input placeholder="不超过30个字" maxLength = "30"/>)}
578
           </Form.Item>
578
           </Form.Item>
579
           <Form.Item label="楼栋总数" >
579
           <Form.Item label="楼栋总数" >
580
             {getFieldDecorator('buildingNum')(<Input min={0} type="number" style={{ width: 80}}/>)}
580
             {getFieldDecorator('buildingNum')(<Input min={0} type="number" style={{ width: 80}}/>)}

+ 7
- 0
src/pages/carouselFigure/editCarousel.jsx 查看文件

348
           }],
348
           }],
349
           value: data.status != null ? data.status : 1,
349
           value: data.status != null ? data.status : 1,
350
         },
350
         },
351
+        {
352
+          label: '权重',
353
+          name: 'orderNo',
354
+          type: FieldTypes.Number,
355
+          value: data.orderNo,
356
+          help: "数值越大越靠前",
357
+        },
351
       ]
358
       ]
352
 
359
 
353
       const handleSubmit = val => {
360
       const handleSubmit = val => {

+ 7
- 0
src/pages/carouselFigure/propaganda.jsx 查看文件

316
         },],
316
         },],
317
         value: data.status != null ? data.status : 1,
317
         value: data.status != null ? data.status : 1,
318
       },
318
       },
319
+      {
320
+        label: '权重',
321
+        name: 'orderNo',
322
+        type: FieldTypes.Number,
323
+        value: data.orderNo,
324
+        help: "数值越大越靠前",
325
+      },
319
     ]
326
     ]
320
 
327
 
321
     const handleSubmit = val => {
328
     const handleSubmit = val => {