zhoulisen 5 years ago
parent
commit
d26dd7bc52

+ 2
- 2
src/pages/eContract/relatedOrganization/add.jsx View File

51
     ent = value.companyId
51
     ent = value.companyId
52
     setCurrent(1)
52
     setCurrent(1)
53
     setStatus({
53
     setStatus({
54
-      enttitle: "选择已认证企业",
54
+      // enttitle: "选择已认证企业",
55
       ent: "finish",
55
       ent: "finish",
56
       org: "process",
56
       org: "process",
57
       disabled: false,
57
       disabled: false,
74
         onChange={onChange}
74
         onChange={onChange}
75
         className="site-navigation-steps"
75
         className="site-navigation-steps"
76
       >
76
       >
77
-        <Step status={status.ent} title="选择已认证企业" disabled />
77
+        <Step status={status.ent} title="选择已认证企业"  />
78
         <Step status={status.org} title="选择关联的组织" disabled />
78
         <Step status={status.org} title="选择关联的组织" disabled />
79
       </Steps>
79
       </Steps>
80
 
80
 

+ 3
- 3
src/pages/eContract/signedContract/index.jsx View File

125
         },
125
         },
126
         {
126
         {
127
             title: '企业编号',
127
             title: '企业编号',
128
-            dataIndex: 'companyNumber',
129
-            key: 'companyNumber',
128
+            dataIndex: 'companyCode',
129
+            key: 'companyCode',
130
             align: 'center',
130
             align: 'center',
131
 
131
 
132
         },
132
         },
233
                     )}
233
                     )}
234
                 </Form.Item>
234
                 </Form.Item>
235
                 <Form.Item>
235
                 <Form.Item>
236
-                    {getFieldDecorator('companyNumber')(
236
+                    {getFieldDecorator('companyCode')(
237
                         <Input
237
                         <Input
238
                             prefix={<Icon type="text" style={{ color: 'rgba(0,0,0,.25)' }} />}
238
                             prefix={<Icon type="text" style={{ color: 'rgba(0,0,0,.25)' }} />}
239
                             placeholder="企业编号 "
239
                             placeholder="企业编号 "