zhoulisen před 5 roky
rodič
revize
d26dd7bc52

+ 2
- 2
src/pages/eContract/relatedOrganization/add.jsx Zobrazit soubor

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

+ 3
- 3
src/pages/eContract/signedContract/index.jsx Zobrazit soubor

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