yee 7 years ago
parent
commit
0977a8f7c7

+ 1 - 1
js/component/account/demand/techDemandDesc.jsx

@@ -835,7 +835,7 @@ const DemandDetailForm = Form.create()(React.createClass({
                             {getFieldDecorator('peopleNumber', {
                                 initialValue: theData.peopleNumber
                             })(
-                                <InputNumber min={0} max={9999} step={1}/>
+                                <InputNumber min={0} max={999999} step={1}/>
                                 )}
                             <span style={{ marginLeft: '20px' }}>人</span>
                         </FormItem>

+ 2 - 2
js/component/account/services/companyDetail.jsx

@@ -932,7 +932,7 @@ const CompanyDetail = Form.create()(React.createClass({
                             {getFieldDecorator('firmTotal', {
                                 initialValue: theData.firmTotal || 0
                             })(
-                                <InputNumber min={0} max={9999} step={1} />
+                                <InputNumber min={0} max={999999} step={1} />
                                 )}
                         </FormItem>
                         <FormItem className="half-item"
@@ -942,7 +942,7 @@ const CompanyDetail = Form.create()(React.createClass({
                             {getFieldDecorator('techTotal', {
                                 initialValue: theData.techTotal || 0
                             })(
-                                <InputNumber min={0} max={9999} step={1} />
+                                <InputNumber min={0} max={999999} step={1} />
                                 )}
                             <span>其中科技人员占比
                         {(() => {

+ 12 - 12
js/component/account/services/finance.jsx

@@ -152,7 +152,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.mainBusinessIncome
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -163,7 +163,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.managementCost
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.managementCost && this.state.managementCost != this.props.form.getFieldValue('managementCost') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>
@@ -178,7 +178,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                                 }],
                             initialValue: theData.researchCost
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.researchCost && this.state.researchCost != this.props.form.getFieldValue('researchCost') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>
@@ -190,7 +190,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.operatingProfit
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.operatingProfit && this.state.operatingProfit != this.props.form.getFieldValue('operatingProfit') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>
@@ -202,7 +202,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.variousTax
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -213,7 +213,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.currentAsset
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -224,7 +224,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.netFixedAsset
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -235,7 +235,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.totalAsset
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -246,7 +246,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.netAsset
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -257,7 +257,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.grossProfit
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.grossProfit && this.state.grossProfit != this.props.form.getFieldValue('grossProfit') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>
@@ -269,7 +269,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.netProfit
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -280,7 +280,7 @@ const FinanceDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.salesRevenue
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                 </div>

+ 9 - 9
js/component/account/services/ratepay.jsx

@@ -140,7 +140,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.operatingIncome
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -151,7 +151,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.managementCost
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.managementCost && this.state.managementCost != this.props.form.getFieldValue('managementCost') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>
@@ -163,7 +163,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.operatingProfit
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.operatingProfit && this.state.operatingProfit != this.props.form.getFieldValue('operatingProfit') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>
@@ -175,7 +175,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.nonOperatingIncome
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -186,7 +186,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.nonTaxableIncome
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -197,7 +197,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.taxExemptIncome
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -208,7 +208,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.subsidyIncome
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -219,7 +219,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.grossProfit
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.grossProfit && this.state.grossProfit != this.props.form.getFieldValue('grossProfit') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>
@@ -231,7 +231,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.researchCost
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.researchCost && this.state.researchCost != this.props.form.getFieldValue('researchCost') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>

+ 1 - 1
js/component/account/services/techProduct.jsx

@@ -139,7 +139,7 @@ const TechProductDescFrom = Form.create()(React.createClass({
                             rules: [{ type: "number", required: true, message: '此项为必填项!' }],
                             initialValue: theData.lastYearRevenue ? Number(theData.lastYearRevenue) : 0
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                 </div>

+ 1 - 1
js/component/manageCenter/achievement/techAchievementDesc.jsx

@@ -1242,7 +1242,7 @@ const AchievementDetailForm = Form.create()(React.createClass({
                             {getFieldDecorator('transferPrice', {
                                 initialValue: theData.transferPrice || 0
                             })(
-                                <InputNumber min={0} max={9999} step={0.01} />
+                                <InputNumber min={0} max={999999} step={0.01} />
                                 )}
                             <span style={{ marginLeft: '20px' }}>万元</span>
                         </FormItem>

+ 1 - 1
js/component/manageCenter/demand/techDemandDesc.jsx

@@ -1121,7 +1121,7 @@ const DemandDetailForm = Form.create()(React.createClass({
                             {getFieldDecorator('budgetCost', {
                                 initialValue: theData.budgetCost
                             })(
-                                <InputNumber min={0} max={9999} step={0.01} />
+                                <InputNumber min={0} max={999999} step={0.01} />
                                 )}
                             <span style={{ marginLeft: '20px' }}>万元</span>
                         </FormItem>

+ 1 - 1
js/component/manageCenter/servicesManage/contract/contractAdd.jsx

@@ -256,7 +256,7 @@ const ContractAddFrom = Form.create()(React.createClass({
                         {getFieldDecorator('previousFee', {
                             initialValue: theData.previousFee
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} style={{ width: '80px', marginRight: '20px' }} />
+                            <InputNumber min={0} max={999999} step={0.01} style={{ width: '80px', marginRight: '20px' }} />
                             )}
                         <span>万元</span>
                     </FormItem>

+ 1 - 1
js/component/manageCenter/servicesManage/highTech/fosterDesc/activity.jsx

@@ -236,7 +236,7 @@ const ActivityForm = Form.create()(React.createClass({
                             {getFieldDecorator('budget', {
                                 initialValue: theData.budget
                             })(
-                                <InputNumber min={0} max={9999} step={0.01} />
+                                <InputNumber min={0} max={999999} step={0.01} />
                                 )}
                             <span>万元</span>
                         </FormItem>

+ 9 - 9
js/component/manageCenter/servicesManage/highTech/fosterDesc/activityCostList.jsx

@@ -143,7 +143,7 @@ const ActivityDescFrom = Form.create()(React.createClass({
                             rules: [{ type: "number", required: true, message: '此项为必填项!' }],
                             initialValue: theData.internalLaborCost || 0
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -154,7 +154,7 @@ const ActivityDescFrom = Form.create()(React.createClass({
                             rules: [{ type: "number", required: true, message: '此项为必填项!' }],
                             initialValue: theData.internalDirectCost || 0
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -165,7 +165,7 @@ const ActivityDescFrom = Form.create()(React.createClass({
                             rules: [{ type: "number", required: true, message: '此项为必填项!' }],
                             initialValue: theData.internalDepreciationCost || 0
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -176,7 +176,7 @@ const ActivityDescFrom = Form.create()(React.createClass({
                             rules: [{ type: "number", required: true, message: '此项为必填项!' }],
                             initialValue: theData.internalAmortizationCost || 0
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -187,7 +187,7 @@ const ActivityDescFrom = Form.create()(React.createClass({
                             rules: [{ type: "number", required: true, message: '此项为必填项!' }],
                             initialValue: theData.internalDesignCost || 0
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -198,7 +198,7 @@ const ActivityDescFrom = Form.create()(React.createClass({
                             rules: [{ type: "number", required: true, message: '此项为必填项!' }],
                             initialValue: theData.internalEquipmentCost || 0
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -209,7 +209,7 @@ const ActivityDescFrom = Form.create()(React.createClass({
                             rules: [{ type: "number", required: true, message: '此项为必填项!' }],
                             initialValue: theData.internalOtherCost || 0
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                 </div>
@@ -223,7 +223,7 @@ const ActivityDescFrom = Form.create()(React.createClass({
                             rules: [{ type: "number", required: true, message: '此项为必填项!' }],
                             initialValue: theData.externalTotalCost || 0
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -234,7 +234,7 @@ const ActivityDescFrom = Form.create()(React.createClass({
                             rules: [{ type: "number", required: true, message: '此项为必填项!' }],
                             initialValue: theData.externalAbroadCost || 0
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                 </div>

+ 8 - 8
js/component/manageCenter/servicesManage/highTech/fosterDesc/annualReport.jsx

@@ -263,7 +263,7 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
                                     rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                                     initialValue: this.props.data.totalTax
                                 })(
-                                    <InputNumber min={0} max={9999} step={0.01} />
+                                    <InputNumber min={0} max={999999} step={0.01} />
                                     )}
                             </FormItem>
                         </div>
@@ -276,7 +276,7 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
                                     rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                                     initialValue: this.props.data.incomeTaxRelief
                                 })(
-                                    <InputNumber min={0} max={9999} step={0.01} />
+                                    <InputNumber min={0} max={999999} step={0.01} />
                                     )}
                             </FormItem>
                         </div>
@@ -289,7 +289,7 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
                                     rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                                     initialValue: this.props.data.totalExportVolume
                                 })(
-                                    <InputNumber min={0} max={9999} step={0.01} />
+                                    <InputNumber min={0} max={999999} step={0.01} />
                                     )}
                             </FormItem>
                         </div>
@@ -302,7 +302,7 @@ const AnnualReportDescFrom = Form.create()(React.createClass({
                                     rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                                     initialValue: this.props.data.basicResearchCost
                                 })(
-                                    <InputNumber min={0} max={9999} step={0.01} />
+                                    <InputNumber min={0} max={999999} step={0.01} />
                                     )}
                             </FormItem>
                         </div>
@@ -547,22 +547,22 @@ const AnnualReportAdd = React.createClass({
                     <div className="clearfix">
                         <div className="half-item">
                             <span>纳税总额: </span>
-                            <InputNumber min={0} max={9999} step={0.01} onChange={(e) => { this.state.totalTax = e; }} />
+                            <InputNumber min={0} max={999999} step={0.01} onChange={(e) => { this.state.totalTax = e; }} />
                             <span>(万元)</span>
                         </div>
                         <div className="half-item">
                             <span>高企所得税减免额: </span>
-                            <InputNumber min={0} max={9999} step={0.01} onChange={(e) => { this.state.incomeTaxRelief = e; }} />
+                            <InputNumber min={0} max={999999} step={0.01} onChange={(e) => { this.state.incomeTaxRelief = e; }} />
                             <span>(万元)</span>
                         </div>
                         <div className="half-item">
                             <span>出口创汇总额(人民币): </span>
-                            <InputNumber min={0} max={9999} step={0.01} onChange={(e) => { this.state.totalExportVolume = e; }} />
+                            <InputNumber min={0} max={999999} step={0.01} onChange={(e) => { this.state.totalExportVolume = e; }} />
                             <span>(万元)</span>
                         </div>
                         <div className="half-item">
                             <span>基础研究投入费用: </span>
-                            <InputNumber min={0} max={9999} step={0.01} onChange={(e) => { this.state.basicResearchCost = e; }} />
+                            <InputNumber min={0} max={999999} step={0.01} onChange={(e) => { this.state.basicResearchCost = e; }} />
                             <span>(万元)</span>
                         </div>
                     </div>

+ 3 - 3
js/component/manageCenter/servicesManage/highTech/fosterDesc/companyDetail.jsx

@@ -655,7 +655,7 @@ const CompanyDetail = Form.create()(React.createClass({
                                 rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                                 initialValue: theData.registeredCapital
                             })(
-                                <InputNumber min={0} max={9999} step={0.01} />
+                                <InputNumber min={0} max={999999} step={0.01} />
                                 )}
                             <span>万元</span>
                         </FormItem>
@@ -947,7 +947,7 @@ const CompanyDetail = Form.create()(React.createClass({
                             {getFieldDecorator('firmTotal', {
                                 initialValue: theData.firmTotal || 0
                             })(
-                                <InputNumber min={0} max={9999} step={0.01} />
+                                <InputNumber min={0} max={999999} step={0.01} />
                                 )}
                         </FormItem>
                         <FormItem className="half-item"
@@ -957,7 +957,7 @@ const CompanyDetail = Form.create()(React.createClass({
                             {getFieldDecorator('techTotal', {
                                 initialValue: theData.techTotal || 0
                             })(
-                                <InputNumber min={0} max={9999} step={0.01} />
+                                <InputNumber min={0} max={999999} step={0.01} />
                                 )}
                             <span>其中科技人员占比
                         {(() => {

+ 9 - 9
js/component/manageCenter/servicesManage/highTech/fosterDesc/ratepay.jsx

@@ -142,7 +142,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.operatingIncome
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -153,7 +153,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.managementCost
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.managementCost && this.state.managementCost != this.props.form.getFieldValue('managementCost') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>
@@ -165,7 +165,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.operatingProfit
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.operatingProfit && this.state.operatingProfit != this.props.form.getFieldValue('operatingProfit') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>
@@ -177,7 +177,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.nonOperatingIncome
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -188,7 +188,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.nonTaxableIncome
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -199,7 +199,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.taxExemptIncome
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -210,7 +210,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.subsidyIncome
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                     </FormItem>
                     <FormItem className="half-item"
@@ -221,7 +221,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.grossProfit
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.grossProfit && this.state.grossProfit != this.props.form.getFieldValue('grossProfit') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>
@@ -233,7 +233,7 @@ const RatepayDescFrom = Form.create()(React.createClass({
                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                             initialValue: theData.researchCost
                         })(
-                            <InputNumber min={0} max={9999} step={0.01} />
+                            <InputNumber min={0} max={999999} step={0.01} />
                             )}
                         {this.state.researchCost && this.state.researchCost != this.props.form.getFieldValue('researchCost') ? <span style={{ color: '#f50' }}>与财务报表不一致!</span> : <span></span>}
                     </FormItem>

+ 1 - 1
js/component/manageCenter/servicesManage/highTech/highTechApply.jsx

@@ -537,7 +537,7 @@ const CognizanceDescFrom = Form.create()(React.createClass({
                                             rules: [{ type: 'number', required: true, message: '此项为必填项!' }],
                                             initialValue: theData.basicResearchCost
                                         })(
-                                            <InputNumber min={0} max={9999} step={0.01} />
+                                            <InputNumber min={0} max={999999} step={0.01} />
                                             )}
                                     </FormItem>
                                 </div>