Procházet zdrojové kódy

update list添加合同号

yee před 7 roky
rodič
revize
13634504dd

+ 4 - 3
js/component/manageCenter/servicesManage/copyright/copyright.jsx

@@ -47,6 +47,7 @@ const copyright = React.createClass({
                         province: thisdata.province,
                         unitName: thisdata.unitName,
                         serialNumber: thisdata.serialNumber,
+                        contractNumber: thisdata.contractNumber,
                         createTime: thisdata.createTime,
                         acceptTime: thisdata.acceptTime,
                         principal: thisdata.principal,
@@ -243,9 +244,9 @@ const copyright = React.createClass({
                     dataIndex: 'province',
                     key: 'province',
                 }, {
-                    title: '外包公司',
-                    dataIndex: 'outsource',
-                    key: 'outsource',
+                    title: '合同编号',
+                    dataIndex: 'contractNumber',
+                    key: 'contractNumber',
                 }, {
                     title: '公司名称',
                     dataIndex: 'unitName',

+ 5 - 0
js/component/manageCenter/servicesManage/highTech/highTechApply.jsx

@@ -868,6 +868,7 @@ const Cognizance = React.createClass({
                         uid: thisdata.uid,
                         cid: thisdata.cid,
                         year: thisdata.year,
+                        contractNumber: thisdata.contractNumber,
                         serialNumber: thisdata.serialNumber,
                         locationProvince: thisdata.locationProvince,
                         unitName: thisdata.unitName,
@@ -1035,6 +1036,10 @@ const Cognizance = React.createClass({
                         };
                     }
                 }, {
+                    title: '合同编号',
+                    dataIndex: 'contractNumber',
+                    key: 'contractNumber'
+                }, {
                     title: '年份',
                     dataIndex: 'year',
                     key: 'year'

+ 5 - 0
js/component/manageCenter/servicesManage/patent/comprehensive.jsx

@@ -47,6 +47,7 @@ const Patent = React.createClass({
                         id: thisdata.id,
                         oid: thisdata.oid,
                         uid: thisdata.uid,
+                        contractNumber:thisdata.contractNumber,
                         number: thisdata.serialNumber || '',
                         patentNumber: thisdata.patentNumber || '',
                         unitName: thisdata.unitName || '',
@@ -238,6 +239,10 @@ const Patent = React.createClass({
                     dataIndex: 'patentNumber',
                     key: 'patentNumber',
                 }, {
+                    title: '合同编号',
+                    dataIndex: 'contractNumber',
+                    key: 'contractNumber',
+                }, {
                     title: '事务所',
                     dataIndex: 'office',
                     key: 'office',

+ 4 - 0
js/component/manageCenter/servicesManage/technology/applyManage.jsx

@@ -265,6 +265,10 @@ const ApplyManage = React.createClass({
                     dataIndex: 'serialNumber',
                     key: 'serialNumber'
                 }, {
+                    title: '合同编号',
+                    dataIndex: 'contractNumber',
+                    key: 'contractNumber'
+                }, {
                     title: '省份',
                     dataIndex: 'province',
                     key: 'province'

+ 1 - 1
js/component/manageCenter/set/modal.jsx

@@ -221,7 +221,7 @@ export default class TheModal extends React.Component {
                             <li>
                                 <span className='modal-text'>职位</span>
                                 <Input value={this.state.position} onChange={(e) => { this.state.position = e.target.value; this.setState({ position: this.state.position }); }} />
-                            </li>s
+                            </li>
                             <li>
                                 <span className='modal-text'>登录账号</span>
                                 <Input value={this.state.mobile} onChange={(e) => { this.state.mobile = e.target.value; this.setState({ mobile: this.state.mobile }); }} />