| | |
| | | |
| | | // export const base = 'http://xnwj.gznsjc.gov.cn'; |
| | | // export const base = 'http://nsjc.vaiwan.com'; |
| | | // export const base = 'http://nsjcy.hugeinfo.com.cn'; |
| | | export const base = 'http://1p885086k1.iok.la'; |
| | | export const base = 'http://nsjcy.hugeinfo.com.cn'; |
| | | // export const base = 'http://1p885086k1.iok.la'; |
| | | |
| | | |
| | | // export const base = 'http://192.168.0.147:8081'; |
| | |
| | | <Row type="flex" align='middle' justify="space-around"> |
| | | <Col span={6} pull={0} style={{ textAlign: 'center' }}><span>任务类型</span></Col> |
| | | <Col span={6} push={0} > |
| | | <Select disabled={disabled} value={taskType || 1} style={{ width: "300px" }} onChange={(value) => this.saveInputChange({ target: { name: 'taskType', value } })}> |
| | | <Select disabled={disabled} value={savedate.taskType || 1} style={{ width: "300px" }} onChange={(value) => this.saveInputChange({ target: { name: 'taskType', value } })}> |
| | | <Option value={1}>跟踪帮教</Option> |
| | | <Option value={2}>合适成年人</Option> |
| | | <Option value={3}>社会调查</Option> |
| | |
| | | |
| | | <div className="app-page"> |
| | | <HeadView history={this.props.history} /> |
| | | <div style={{ marginLeft: '90%', marginBottom: '20px', marginTop: '20px' }}> |
| | | <Button type="primary" size='large' onClick={() => this.showModal('new')}>新增</Button> |
| | | </div> |
| | | <div style={{ background: '#fff', margin: 20 }}> |
| | | <CommonSearchForm |
| | | {...this.props} |