|
@@ -26,7 +26,7 @@ import {
|
|
getprovince,
|
|
getprovince,
|
|
getProjectName,
|
|
getProjectName,
|
|
} from "@/tools.js";
|
|
} from "@/tools.js";
|
|
-import {ChooseList} from "../../order/orderNew/chooseList";
|
|
|
|
|
|
+import { ChooseList } from "../../order/orderNew/chooseList";
|
|
import PatentSchedule from './patentSchedule';
|
|
import PatentSchedule from './patentSchedule';
|
|
import DeclarationProgress from "../../../common/declarationProgress";
|
|
import DeclarationProgress from "../../../common/declarationProgress";
|
|
import ProjectDetailsReadOnly from "../../../common/projectDetailsReadOnly";
|
|
import ProjectDetailsReadOnly from "../../../common/projectDetailsReadOnly";
|
|
@@ -43,7 +43,7 @@ const MyTaskCount = Form.create()(
|
|
crossDomain: false,
|
|
crossDomain: false,
|
|
url: globalConfig.context + "/api/admin/organization/selectSuperId",
|
|
url: globalConfig.context + "/api/admin/organization/selectSuperId",
|
|
data: {},
|
|
data: {},
|
|
- success: function(data) {
|
|
|
|
|
|
+ success: function (data) {
|
|
let thedata = data.data;
|
|
let thedata = data.data;
|
|
let theArr = [];
|
|
let theArr = [];
|
|
if (!thedata) {
|
|
if (!thedata) {
|
|
@@ -51,7 +51,7 @@ const MyTaskCount = Form.create()(
|
|
message.warning(data.error[0].message);
|
|
message.warning(data.error[0].message);
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- thedata.map(function(item, index) {
|
|
|
|
|
|
+ thedata.map(function (item, index) {
|
|
theArr.push({
|
|
theArr.push({
|
|
key: index,
|
|
key: index,
|
|
name: item.name,
|
|
name: item.name,
|
|
@@ -64,7 +64,7 @@ const MyTaskCount = Form.create()(
|
|
});
|
|
});
|
|
}.bind(this)
|
|
}.bind(this)
|
|
}).always(
|
|
}).always(
|
|
- function() {
|
|
|
|
|
|
+ function () {
|
|
}.bind(this)
|
|
}.bind(this)
|
|
);
|
|
);
|
|
},
|
|
},
|
|
@@ -99,7 +99,7 @@ const MyTaskCount = Form.create()(
|
|
depId: this.state.departmenttList, //部门ID
|
|
depId: this.state.departmenttList, //部门ID
|
|
outsource: this.state.outsourceSearch
|
|
outsource: this.state.outsourceSearch
|
|
},
|
|
},
|
|
- success: function(data) {
|
|
|
|
|
|
+ success: function (data) {
|
|
let theArr = [];
|
|
let theArr = [];
|
|
if (data.error.length || data.data.list == "") {
|
|
if (data.error.length || data.data.list == "") {
|
|
if (data.error && data.error.length) {
|
|
if (data.error && data.error.length) {
|
|
@@ -147,7 +147,7 @@ const MyTaskCount = Form.create()(
|
|
});
|
|
});
|
|
}.bind(this)
|
|
}.bind(this)
|
|
}).always(
|
|
}).always(
|
|
- function() {
|
|
|
|
|
|
+ function () {
|
|
this.setState({
|
|
this.setState({
|
|
loading: false
|
|
loading: false
|
|
});
|
|
});
|
|
@@ -171,7 +171,7 @@ const MyTaskCount = Form.create()(
|
|
depId: this.state.departmenttList, //部门ID
|
|
depId: this.state.departmenttList, //部门ID
|
|
outsource: this.state.outsourceSearch
|
|
outsource: this.state.outsourceSearch
|
|
},
|
|
},
|
|
- success: function(data) {
|
|
|
|
|
|
+ success: function (data) {
|
|
let theArr = [];
|
|
let theArr = [];
|
|
if (data.error.length || data.data.list == "") {
|
|
if (data.error.length || data.data.list == "") {
|
|
if (data.error && data.error.length) {
|
|
if (data.error && data.error.length) {
|
|
@@ -196,7 +196,7 @@ const MyTaskCount = Form.create()(
|
|
});
|
|
});
|
|
}.bind(this)
|
|
}.bind(this)
|
|
}).always(
|
|
}).always(
|
|
- function() {
|
|
|
|
|
|
+ function () {
|
|
this.setState({
|
|
this.setState({
|
|
loading: false
|
|
loading: false
|
|
});
|
|
});
|
|
@@ -213,7 +213,7 @@ const MyTaskCount = Form.create()(
|
|
declarationBatch: 1,
|
|
declarationBatch: 1,
|
|
dataInfor: {},
|
|
dataInfor: {},
|
|
selectedRowKeys: [],
|
|
selectedRowKeys: [],
|
|
- timeRecordparse:{},
|
|
|
|
|
|
+ timeRecordparse: {},
|
|
orgCodeUrl: [],
|
|
orgCodeUrl: [],
|
|
paginations: false,
|
|
paginations: false,
|
|
pagination: {
|
|
pagination: {
|
|
@@ -221,10 +221,10 @@ const MyTaskCount = Form.create()(
|
|
defaultPageSize: 10,
|
|
defaultPageSize: 10,
|
|
showQuickJumper: true,
|
|
showQuickJumper: true,
|
|
pageSize: 10,
|
|
pageSize: 10,
|
|
- onChange: function(page) {
|
|
|
|
|
|
+ onChange: function (page) {
|
|
this.loadData(page);
|
|
this.loadData(page);
|
|
}.bind(this),
|
|
}.bind(this),
|
|
- showTotal: function(total) {
|
|
|
|
|
|
+ showTotal: function (total) {
|
|
return "共" + total + "条数据";
|
|
return "共" + total + "条数据";
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -257,14 +257,14 @@ const MyTaskCount = Form.create()(
|
|
key: "userName",
|
|
key: "userName",
|
|
render: text => {
|
|
render: text => {
|
|
return (
|
|
return (
|
|
- <Tooltip title={text}>
|
|
|
|
- <div style={{
|
|
|
|
- maxWidth:'150px',
|
|
|
|
- overflow:'hidden',
|
|
|
|
- textOverflow: "ellipsis",
|
|
|
|
- whiteSpace:'nowrap',
|
|
|
|
- }}>{text}</div>
|
|
|
|
- </Tooltip>
|
|
|
|
|
|
+ <Tooltip title={text}>
|
|
|
|
+ <div style={{
|
|
|
|
+ maxWidth: '150px',
|
|
|
|
+ overflow: 'hidden',
|
|
|
|
+ textOverflow: "ellipsis",
|
|
|
|
+ whiteSpace: 'nowrap',
|
|
|
|
+ }}>{text}</div>
|
|
|
|
+ </Tooltip>
|
|
)
|
|
)
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -377,9 +377,9 @@ const MyTaskCount = Form.create()(
|
|
key: "commodityName",
|
|
key: "commodityName",
|
|
render: (text, record) => {
|
|
render: (text, record) => {
|
|
return (
|
|
return (
|
|
- <span>{text}<span style={{ color: "red" }}>{record.patentTypeName}</span></span>
|
|
|
|
|
|
+ <span>{text}<span style={{ color: "red" }}>{record.patentTypeName}</span></span>
|
|
)
|
|
)
|
|
- }
|
|
|
|
|
|
+ }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: "项目类别",
|
|
title: "项目类别",
|
|
@@ -535,7 +535,7 @@ const MyTaskCount = Form.create()(
|
|
data: {
|
|
data: {
|
|
id: id
|
|
id: id
|
|
},
|
|
},
|
|
- success: function(data) {
|
|
|
|
|
|
+ success: function (data) {
|
|
if (data.error.length || data.data.list == "") {
|
|
if (data.error.length || data.data.list == "") {
|
|
if (data.error && data.error.length) {
|
|
if (data.error && data.error.length) {
|
|
message.warning(data.error[0].message);
|
|
message.warning(data.error[0].message);
|
|
@@ -558,10 +558,10 @@ const MyTaskCount = Form.create()(
|
|
taskComment: thisdata.taskComment, //说明
|
|
taskComment: thisdata.taskComment, //说明
|
|
attachmentUrl: thisdata.attachmentUrl
|
|
attachmentUrl: thisdata.attachmentUrl
|
|
? splitUrl(
|
|
? splitUrl(
|
|
- thisdata.attachmentUrl,
|
|
|
|
- ",",
|
|
|
|
- globalConfig.avatarHost + "/upload"
|
|
|
|
- )
|
|
|
|
|
|
+ thisdata.attachmentUrl,
|
|
|
|
+ ",",
|
|
|
|
+ globalConfig.avatarHost + "/upload"
|
|
|
|
+ )
|
|
: [], //图片地址
|
|
: [], //图片地址
|
|
salesmanName: thisdata.salesmanName, //订单负责人
|
|
salesmanName: thisdata.salesmanName, //订单负责人
|
|
startDate: thisdata.startDate, //启动日期
|
|
startDate: thisdata.startDate, //启动日期
|
|
@@ -588,7 +588,7 @@ const MyTaskCount = Form.create()(
|
|
outsourceName: thisdata.outsourceName, //外包公司名称
|
|
outsourceName: thisdata.outsourceName, //外包公司名称
|
|
outsourcePrice: thisdata.outsourcePrice, //外包价格
|
|
outsourcePrice: thisdata.outsourcePrice, //外包价格
|
|
declarationBatch: thisdata.declarationBatch,
|
|
declarationBatch: thisdata.declarationBatch,
|
|
- bpType:thisdata.bpType,//0 正常 1专利 2软著 3审计 4双软 5高新 6商标
|
|
|
|
|
|
+ bpType: thisdata.bpType,//0 正常 1专利 2软著 3审计 4双软 5高新 6商标
|
|
cSort: thisdata.sort,
|
|
cSort: thisdata.sort,
|
|
specialComment: thisdata.specialComment,
|
|
specialComment: thisdata.specialComment,
|
|
urgentDay: thisdata.urgentDay, //有无材料
|
|
urgentDay: thisdata.urgentDay, //有无材料
|
|
@@ -597,16 +597,16 @@ const MyTaskCount = Form.create()(
|
|
setUpStatus: thisdata.setUpStatus,
|
|
setUpStatus: thisdata.setUpStatus,
|
|
setUpTime: thisdata.setUpTime,
|
|
setUpTime: thisdata.setUpTime,
|
|
highTechStatus: thisdata.highTechStatus,
|
|
highTechStatus: thisdata.highTechStatus,
|
|
- acceptCount:thisdata.acceptCount, //受理数
|
|
|
|
- certificatesCount:thisdata.certificatesCount, //授权数
|
|
|
|
- rejectCount:thisdata.rejectCount, //驳回数
|
|
|
|
- commodityQuantity:thisdata.commodityQuantity, //派单项目数
|
|
|
|
|
|
+ acceptCount: thisdata.acceptCount, //受理数
|
|
|
|
+ certificatesCount: thisdata.certificatesCount, //授权数
|
|
|
|
+ rejectCount: thisdata.rejectCount, //驳回数
|
|
|
|
+ commodityQuantity: thisdata.commodityQuantity, //派单项目数
|
|
timeRecordparse: thisdata.timeRecord ? JSON.parse(thisdata.timeRecord) : {},
|
|
timeRecordparse: thisdata.timeRecord ? JSON.parse(thisdata.timeRecord) : {},
|
|
});
|
|
});
|
|
}
|
|
}
|
|
}.bind(this)
|
|
}.bind(this)
|
|
}).always(
|
|
}).always(
|
|
- function() {
|
|
|
|
|
|
+ function () {
|
|
this.setState({
|
|
this.setState({
|
|
loading: false
|
|
loading: false
|
|
});
|
|
});
|
|
@@ -637,7 +637,7 @@ const MyTaskCount = Form.create()(
|
|
data: {
|
|
data: {
|
|
orderNo: orderNos
|
|
orderNo: orderNos
|
|
},
|
|
},
|
|
- success: function(data) {
|
|
|
|
|
|
+ success: function (data) {
|
|
let thisdata = data.data;
|
|
let thisdata = data.data;
|
|
let ProvinceCityArr = [];
|
|
let ProvinceCityArr = [];
|
|
let ProvinceS = thisdata.locationProvince; //省
|
|
let ProvinceS = thisdata.locationProvince; //省
|
|
@@ -666,12 +666,12 @@ const MyTaskCount = Form.create()(
|
|
ProvinceCity: ProvinceCityArr,
|
|
ProvinceCity: ProvinceCityArr,
|
|
postalAddress: thisdata.postalAddress, //详细地址
|
|
postalAddress: thisdata.postalAddress, //详细地址
|
|
outsource: thisdata.outsource,
|
|
outsource: thisdata.outsource,
|
|
- deleteSign:thisdata.deleteSign,
|
|
|
|
|
|
+ deleteSign: thisdata.deleteSign,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
}.bind(this)
|
|
}.bind(this)
|
|
}).always(
|
|
}).always(
|
|
- function() {
|
|
|
|
|
|
+ function () {
|
|
this.setState({
|
|
this.setState({
|
|
loading: false
|
|
loading: false
|
|
});
|
|
});
|
|
@@ -690,7 +690,7 @@ const MyTaskCount = Form.create()(
|
|
data: {
|
|
data: {
|
|
tid: record.id
|
|
tid: record.id
|
|
},
|
|
},
|
|
- success: function(data) {
|
|
|
|
|
|
+ success: function (data) {
|
|
let theArr = [];
|
|
let theArr = [];
|
|
let thisData = [];
|
|
let thisData = [];
|
|
if (!thisData) {
|
|
if (!thisData) {
|
|
@@ -717,7 +717,7 @@ const MyTaskCount = Form.create()(
|
|
}
|
|
}
|
|
}.bind(this)
|
|
}.bind(this)
|
|
}).always(
|
|
}).always(
|
|
- function() {
|
|
|
|
|
|
+ function () {
|
|
this.setState({
|
|
this.setState({
|
|
loading: false
|
|
loading: false
|
|
});
|
|
});
|
|
@@ -736,7 +736,7 @@ const MyTaskCount = Form.create()(
|
|
data: {
|
|
data: {
|
|
id: this.state.id
|
|
id: this.state.id
|
|
},
|
|
},
|
|
- success: function(data) {
|
|
|
|
|
|
+ success: function (data) {
|
|
let theArr = [];
|
|
let theArr = [];
|
|
|
|
|
|
if (data.error.length || data.data.list == "") {
|
|
if (data.error.length || data.data.list == "") {
|
|
@@ -761,7 +761,7 @@ const MyTaskCount = Form.create()(
|
|
});
|
|
});
|
|
}.bind(this)
|
|
}.bind(this)
|
|
}).always(
|
|
}).always(
|
|
- function() {
|
|
|
|
|
|
+ function () {
|
|
this.setState({
|
|
this.setState({
|
|
loading: false
|
|
loading: false
|
|
});
|
|
});
|
|
@@ -785,7 +785,7 @@ const MyTaskCount = Form.create()(
|
|
data: {
|
|
data: {
|
|
orderNo: orderNos
|
|
orderNo: orderNos
|
|
},
|
|
},
|
|
- success: function(data) {
|
|
|
|
|
|
+ success: function (data) {
|
|
let theArr = [];
|
|
let theArr = [];
|
|
|
|
|
|
if (data.error.length || data.data.list == "") {
|
|
if (data.error.length || data.data.list == "") {
|
|
@@ -804,7 +804,7 @@ const MyTaskCount = Form.create()(
|
|
});
|
|
});
|
|
}.bind(this)
|
|
}.bind(this)
|
|
}).always(
|
|
}).always(
|
|
- function() {
|
|
|
|
|
|
+ function () {
|
|
this.setState({
|
|
this.setState({
|
|
loading: false
|
|
loading: false
|
|
});
|
|
});
|
|
@@ -893,7 +893,7 @@ const MyTaskCount = Form.create()(
|
|
taskComment: record.taskComment, //备注
|
|
taskComment: record.taskComment, //备注
|
|
main: record.main.toString(), //是否为主要
|
|
main: record.main.toString(), //是否为主要
|
|
addnextVisible: true,
|
|
addnextVisible: true,
|
|
- dataInfor:record,
|
|
|
|
|
|
+ dataInfor: record,
|
|
addState: 0
|
|
addState: 0
|
|
});
|
|
});
|
|
},
|
|
},
|
|
@@ -983,7 +983,7 @@ const MyTaskCount = Form.create()(
|
|
data: {
|
|
data: {
|
|
flag: 0
|
|
flag: 0
|
|
},
|
|
},
|
|
- success: function(data) {
|
|
|
|
|
|
+ success: function (data) {
|
|
let theArr = [];
|
|
let theArr = [];
|
|
let thedata = data.data;
|
|
let thedata = data.data;
|
|
if (!thedata) {
|
|
if (!thedata) {
|
|
@@ -1008,7 +1008,7 @@ const MyTaskCount = Form.create()(
|
|
});
|
|
});
|
|
}.bind(this)
|
|
}.bind(this)
|
|
}).always(
|
|
}).always(
|
|
- function() {
|
|
|
|
|
|
+ function () {
|
|
this.loadData(this.state.ispage);
|
|
this.loadData(this.state.ispage);
|
|
}.bind(this)
|
|
}.bind(this)
|
|
);
|
|
);
|
|
@@ -1032,7 +1032,7 @@ const MyTaskCount = Form.create()(
|
|
wrapperCol: { span: 14 }
|
|
wrapperCol: { span: 14 }
|
|
};
|
|
};
|
|
const utils = {
|
|
const utils = {
|
|
- getSatisfaction: function(num) {
|
|
|
|
|
|
+ getSatisfaction: function (num) {
|
|
switch (num) {
|
|
switch (num) {
|
|
case 0:
|
|
case 0:
|
|
return "未收回";
|
|
return "未收回";
|
|
@@ -1042,7 +1042,7 @@ const MyTaskCount = Form.create()(
|
|
return "其它";
|
|
return "其它";
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- getChargeback: function(num) {
|
|
|
|
|
|
+ getChargeback: function (num) {
|
|
switch (num) {
|
|
switch (num) {
|
|
case 0:
|
|
case 0:
|
|
return "已完成";
|
|
return "已完成";
|
|
@@ -1131,7 +1131,7 @@ const MyTaskCount = Form.create()(
|
|
/>
|
|
/>
|
|
<Select
|
|
<Select
|
|
placeholder="订单部门"
|
|
placeholder="订单部门"
|
|
- style={{ width: 150, marginRight: 10 }}
|
|
|
|
|
|
+ style={{ width: 200, marginRight: 10 }}
|
|
value={this.state.departmenttList}
|
|
value={this.state.departmenttList}
|
|
onChange={(e) => {
|
|
onChange={(e) => {
|
|
this.setState({ departmenttList: e });
|
|
this.setState({ departmenttList: e });
|
|
@@ -1145,7 +1145,7 @@ const MyTaskCount = Form.create()(
|
|
</Select>
|
|
</Select>
|
|
<Select
|
|
<Select
|
|
placeholder="项目类别"
|
|
placeholder="项目类别"
|
|
- style={{ width: "150", marginRight: "10px" }}
|
|
|
|
|
|
+ style={{ width: 120, marginRight: "10px" }}
|
|
value={this.state.cid}
|
|
value={this.state.cid}
|
|
onChange={(e) => {
|
|
onChange={(e) => {
|
|
this.setState({ cid: e });
|
|
this.setState({ cid: e });
|
|
@@ -1156,7 +1156,7 @@ const MyTaskCount = Form.create()(
|
|
</Select>
|
|
</Select>
|
|
<Select
|
|
<Select
|
|
placeholder="是否外包"
|
|
placeholder="是否外包"
|
|
- style={{ width: "150", marginRight: "10px" }}
|
|
|
|
|
|
+ style={{ width: 100, marginRight: "10px" }}
|
|
value={this.state.outsourceSearch}
|
|
value={this.state.outsourceSearch}
|
|
onChange={(e) => {
|
|
onChange={(e) => {
|
|
this.setState({ outsourceSearch: e });
|
|
this.setState({ outsourceSearch: e });
|
|
@@ -1207,11 +1207,11 @@ const MyTaskCount = Form.create()(
|
|
<TabPane tab="更改表格显示数据" key="3">
|
|
<TabPane tab="更改表格显示数据" key="3">
|
|
<div style={{ marginLeft: 10 }}>
|
|
<div style={{ marginLeft: 10 }}>
|
|
<ChooseList
|
|
<ChooseList
|
|
- columns={this.state.columns}
|
|
|
|
- changeFn={this.changeList}
|
|
|
|
- changeList={this.state.changeList}
|
|
|
|
- top={55}
|
|
|
|
- margin={11}
|
|
|
|
|
|
+ columns={this.state.columns}
|
|
|
|
+ changeFn={this.changeList}
|
|
|
|
+ changeList={this.state.changeList}
|
|
|
|
+ top={55}
|
|
|
|
+ margin={11}
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
</TabPane>
|
|
</TabPane>
|
|
@@ -1221,8 +1221,8 @@ const MyTaskCount = Form.create()(
|
|
<Table
|
|
<Table
|
|
columns={
|
|
columns={
|
|
this.state.changeList
|
|
this.state.changeList
|
|
- ? this.state.changeList
|
|
|
|
- : this.state.columns
|
|
|
|
|
|
+ ? this.state.changeList
|
|
|
|
+ : this.state.columns
|
|
}
|
|
}
|
|
dataSource={this.state.dataSource}
|
|
dataSource={this.state.dataSource}
|
|
pagination={this.state.pagination}
|
|
pagination={this.state.pagination}
|
|
@@ -1251,21 +1251,21 @@ const MyTaskCount = Form.create()(
|
|
>
|
|
>
|
|
<Spin spinning={this.state.loading}>
|
|
<Spin spinning={this.state.loading}>
|
|
<div className="clearfix">
|
|
<div className="clearfix">
|
|
- <div style={{position:"absolute",top:'-52px',left:'81px',zIndex:10000}}>
|
|
|
|
- <OrderItemStatus deleteSign={this.state.deleteSign}/>
|
|
|
|
|
|
+ <div style={{ position: "absolute", top: '-52px', left: '81px', zIndex: 10000 }}>
|
|
|
|
+ <OrderItemStatus deleteSign={this.state.deleteSign} />
|
|
</div>
|
|
</div>
|
|
<div className="clearfix">
|
|
<div className="clearfix">
|
|
<FormItem
|
|
<FormItem
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="项目状态"
|
|
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="项目状态"
|
|
>
|
|
>
|
|
<span>{getProjectName(parseInt(this.state.projectStatus))}</span>
|
|
<span>{getProjectName(parseInt(this.state.projectStatus))}</span>
|
|
<Button
|
|
<Button
|
|
- type="primary"
|
|
|
|
- size="small"
|
|
|
|
- style={{ marginTop: '5px', position: 'absolute' }}
|
|
|
|
- onClick={this.caozuorizhi}
|
|
|
|
|
|
+ type="primary"
|
|
|
|
+ size="small"
|
|
|
|
+ style={{ marginTop: '5px', position: 'absolute' }}
|
|
|
|
+ onClick={this.caozuorizhi}
|
|
>
|
|
>
|
|
操作日志
|
|
操作日志
|
|
</Button>
|
|
</Button>
|
|
@@ -1322,9 +1322,9 @@ const MyTaskCount = Form.create()(
|
|
</FormItem>
|
|
</FormItem>
|
|
{
|
|
{
|
|
<FormItem
|
|
<FormItem
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="(满意度)备注"
|
|
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="(满意度)备注"
|
|
>
|
|
>
|
|
<span>{this.state.retrieveContent}</span>
|
|
<span>{this.state.retrieveContent}</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
@@ -1341,14 +1341,14 @@ const MyTaskCount = Form.create()(
|
|
<div style={{
|
|
<div style={{
|
|
paddingLeft: '8%',
|
|
paddingLeft: '8%',
|
|
}}>
|
|
}}>
|
|
- <div style={{color:'#000',fontWeight:500}}>
|
|
|
|
|
|
+ <div style={{ color: '#000', fontWeight: 500 }}>
|
|
特别说明
|
|
特别说明
|
|
- <span style={{color: '#58a3ff',}}>(针对项目的特殊情况说明)</span>
|
|
|
|
|
|
+ <span style={{ color: '#58a3ff', }}>(针对项目的特殊情况说明)</span>
|
|
</div>
|
|
</div>
|
|
<div style={{
|
|
<div style={{
|
|
- display:'flex',
|
|
|
|
|
|
+ display: 'flex',
|
|
}}>
|
|
}}>
|
|
- <span style={{paddingRight:'10px',whiteSpace:"nowrap"}}>备注:</span>
|
|
|
|
|
|
+ <span style={{ paddingRight: '10px', whiteSpace: "nowrap" }}>备注:</span>
|
|
<span style={{
|
|
<span style={{
|
|
flex: 1,
|
|
flex: 1,
|
|
wordBreak: 'break-all',
|
|
wordBreak: 'break-all',
|
|
@@ -1369,44 +1369,40 @@ const MyTaskCount = Form.create()(
|
|
{/*贯标需要显示*/}
|
|
{/*贯标需要显示*/}
|
|
{
|
|
{
|
|
this.state.isIso ?
|
|
this.state.isIso ?
|
|
- <div>
|
|
|
|
- <FormItem
|
|
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="认证费"
|
|
|
|
- >
|
|
|
|
- <span>
|
|
|
|
- {
|
|
|
|
- this.state.ifCertificationFee === 1 ? '包含' : '不包含'
|
|
|
|
- }
|
|
|
|
- </span>
|
|
|
|
- </FormItem>
|
|
|
|
- {this.state.ifCertificationFee === 1 ?<FormItem
|
|
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="认证费(万元)"
|
|
|
|
- >
|
|
|
|
- <span>
|
|
|
|
- {
|
|
|
|
- this.state.certificationFee
|
|
|
|
- }
|
|
|
|
- </span>
|
|
|
|
- </FormItem> : null}
|
|
|
|
- {this.state.ifCertificationFee === 1 ? <FormItem
|
|
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label=""
|
|
|
|
- /> : null}
|
|
|
|
- {this.state.ifCertificationFee === 1 ? <FormItem
|
|
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="付款公司名称"
|
|
|
|
- >
|
|
|
|
- <span>
|
|
|
|
- {this.state.certificationCorporate}
|
|
|
|
- </span>
|
|
|
|
- </FormItem>:null}
|
|
|
|
- </div> : null
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <FormItem
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="认证费"
|
|
|
|
+ >
|
|
|
|
+ <span>
|
|
|
|
+ {this.state.ifCertificationFee === 1 ? '包含' : '不包含'}
|
|
|
|
+ </span>
|
|
|
|
+ </FormItem>
|
|
|
|
+ {this.state.ifCertificationFee === 1 ? <FormItem
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="认证费(万元)"
|
|
|
|
+ >
|
|
|
|
+ <span>
|
|
|
|
+ {this.state.certificationFee}
|
|
|
|
+ </span>
|
|
|
|
+ </FormItem> : null}
|
|
|
|
+ {this.state.ifCertificationFee === 1 ? <FormItem
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label=""
|
|
|
|
+ /> : null}
|
|
|
|
+ {this.state.ifCertificationFee === 1 ? <FormItem
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="付款公司名称"
|
|
|
|
+ >
|
|
|
|
+ <span>
|
|
|
|
+ {this.state.certificationCorporate}
|
|
|
|
+ </span>
|
|
|
|
+ </FormItem> : null}
|
|
|
|
+ </div> : null
|
|
}
|
|
}
|
|
<FormItem
|
|
<FormItem
|
|
className="half-item"
|
|
className="half-item"
|
|
@@ -1479,9 +1475,9 @@ const MyTaskCount = Form.create()(
|
|
>
|
|
>
|
|
<span>{this.state.userName}</span>
|
|
<span>{this.state.userName}</span>
|
|
<EnterpriseNameChange
|
|
<EnterpriseNameChange
|
|
- type='journal'
|
|
|
|
- style={{ marginLeft: 10 }}
|
|
|
|
- enterpriseId={this.state.orderUid}/>
|
|
|
|
|
|
+ type='journal'
|
|
|
|
+ style={{ marginLeft: 10 }}
|
|
|
|
+ enterpriseId={this.state.orderUid} />
|
|
</FormItem>
|
|
</FormItem>
|
|
<FormItem
|
|
<FormItem
|
|
className="half-item"
|
|
className="half-item"
|
|
@@ -1591,66 +1587,66 @@ const MyTaskCount = Form.create()(
|
|
<div className="clearfix">
|
|
<div className="clearfix">
|
|
<h3 className="sub-title">项目申报进度</h3>
|
|
<h3 className="sub-title">项目申报进度</h3>
|
|
<DeclarationProgress
|
|
<DeclarationProgress
|
|
- timeRecordparse={this.state.timeRecordparse}
|
|
|
|
- startDate={this.state.startDate}
|
|
|
|
- taskDate={this.state.taskDate}
|
|
|
|
- list={[
|
|
|
|
- {id:4,name:'完成时间',value:this.state.endDate},
|
|
|
|
- {id:6,name:'受理时间',value:this.state.acceptDate},
|
|
|
|
- {id:8,name:'公示时间',value:this.state.publicityDate},
|
|
|
|
- {id:10,name:'发证时间',value:this.state.licenceDate},
|
|
|
|
- {id:15,name:'立项金额',value:this.state.setUpAmount}
|
|
|
|
- ]}/>
|
|
|
|
|
|
+ timeRecordparse={this.state.timeRecordparse}
|
|
|
|
+ startDate={this.state.startDate}
|
|
|
|
+ taskDate={this.state.taskDate}
|
|
|
|
+ list={[
|
|
|
|
+ { id: 4, name: '完成时间', value: this.state.endDate },
|
|
|
|
+ { id: 6, name: '受理时间', value: this.state.acceptDate },
|
|
|
|
+ { id: 8, name: '公示时间', value: this.state.publicityDate },
|
|
|
|
+ { id: 10, name: '发证时间', value: this.state.licenceDate },
|
|
|
|
+ { id: 15, name: '立项金额', value: this.state.setUpAmount }
|
|
|
|
+ ]} />
|
|
{/*专利显示 bpType: 0 正常 1专利 2软著 3审计 4双软 5高新 6商标*/}
|
|
{/*专利显示 bpType: 0 正常 1专利 2软著 3审计 4双软 5高新 6商标*/}
|
|
{
|
|
{
|
|
this.state.bpType === 1 || this.state.bpType === 6 ?
|
|
this.state.bpType === 1 || this.state.bpType === 6 ?
|
|
- <div>
|
|
|
|
- <FormItem
|
|
|
|
- labelCol={{ span: 3 }}
|
|
|
|
- wrapperCol={{ span: 16 }}
|
|
|
|
- label="是否高新企业"
|
|
|
|
- >
|
|
|
|
- <span>
|
|
|
|
- {
|
|
|
|
- this.state.highTechStatus === 1 ? '是':
|
|
|
|
- this.state.highTechStatus === 0 ? '否' : ''
|
|
|
|
- }
|
|
|
|
- </span>
|
|
|
|
- </FormItem>
|
|
|
|
- <FormItem/>
|
|
|
|
- <PatentSchedule
|
|
|
|
- readOnly
|
|
|
|
- bpType={this.state.bpType}
|
|
|
|
- taskId={this.state.id}
|
|
|
|
- acceptCount={this.state.acceptCount}
|
|
|
|
- certificatesCount={this.state.certificatesCount}
|
|
|
|
- rejectCount={this.state.rejectCount}
|
|
|
|
- commodityQuantity={this.state.commodityQuantity}
|
|
|
|
- refresh={()=>{this.xiangqing(this.state.id)}}
|
|
|
|
- />
|
|
|
|
- </div> :
|
|
|
|
- <div>
|
|
|
|
- {/*高新和科技项目显示 bpType: 0 正常 1专利 2软著 3审计 4双软 5高新 6商标*/}
|
|
|
|
- {/*cSort: 3 科技项目 6: 会员*/}
|
|
|
|
- {(this.state.bpType === 5 || this.state.cSort === 3) && <FormItem
|
|
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="申报批次"
|
|
|
|
- >
|
|
|
|
- <span>{this.state.declarationBatch}</span>
|
|
|
|
- </FormItem>}
|
|
|
|
- {/*只有科技项目才有是否到款*/}
|
|
|
|
- {/*cSort: 3 科技项目 6: 会员*/}
|
|
|
|
- {this.state.cSort === 3 && <FormItem
|
|
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="是否到款"
|
|
|
|
- >
|
|
|
|
- <span>
|
|
|
|
- {this.state.arrivalMoney ? "已到企业" : "未到企业"}
|
|
|
|
- </span>
|
|
|
|
- </FormItem>}
|
|
|
|
- </div>}
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <FormItem
|
|
|
|
+ labelCol={{ span: 3 }}
|
|
|
|
+ wrapperCol={{ span: 16 }}
|
|
|
|
+ label="是否高新企业"
|
|
|
|
+ >
|
|
|
|
+ <span>
|
|
|
|
+ {
|
|
|
|
+ this.state.highTechStatus === 1 ? '是' :
|
|
|
|
+ this.state.highTechStatus === 0 ? '否' : ''
|
|
|
|
+ }
|
|
|
|
+ </span>
|
|
|
|
+ </FormItem>
|
|
|
|
+ <FormItem />
|
|
|
|
+ <PatentSchedule
|
|
|
|
+ readOnly
|
|
|
|
+ bpType={this.state.bpType}
|
|
|
|
+ taskId={this.state.id}
|
|
|
|
+ acceptCount={this.state.acceptCount}
|
|
|
|
+ certificatesCount={this.state.certificatesCount}
|
|
|
|
+ rejectCount={this.state.rejectCount}
|
|
|
|
+ commodityQuantity={this.state.commodityQuantity}
|
|
|
|
+ refresh={() => { this.xiangqing(this.state.id) }}
|
|
|
|
+ />
|
|
|
|
+ </div> :
|
|
|
|
+ <div>
|
|
|
|
+ {/*高新和科技项目显示 bpType: 0 正常 1专利 2软著 3审计 4双软 5高新 6商标*/}
|
|
|
|
+ {/*cSort: 3 科技项目 6: 会员*/}
|
|
|
|
+ {(this.state.bpType === 5 || this.state.cSort === 3) && <FormItem
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="申报批次"
|
|
|
|
+ >
|
|
|
|
+ <span>{this.state.declarationBatch}</span>
|
|
|
|
+ </FormItem>}
|
|
|
|
+ {/*只有科技项目才有是否到款*/}
|
|
|
|
+ {/*cSort: 3 科技项目 6: 会员*/}
|
|
|
|
+ {this.state.cSort === 3 && <FormItem
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="是否到款"
|
|
|
|
+ >
|
|
|
|
+ <span>
|
|
|
|
+ {this.state.arrivalMoney ? "已到企业" : "未到企业"}
|
|
|
|
+ </span>
|
|
|
|
+ </FormItem>}
|
|
|
|
+ </div>}
|
|
</div>
|
|
</div>
|
|
{this.state.bpType !== 1 && this.state.bpType !== 6 ? <div className="clearfix">
|
|
{this.state.bpType !== 1 && this.state.bpType !== 6 ? <div className="clearfix">
|
|
<FormItem
|
|
<FormItem
|
|
@@ -1752,16 +1748,16 @@ const MyTaskCount = Form.create()(
|
|
>
|
|
>
|
|
<div className="clearfix">
|
|
<div className="clearfix">
|
|
<FormItem
|
|
<FormItem
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="项目状态"
|
|
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="项目状态"
|
|
>
|
|
>
|
|
<span>{getProjectName(parseInt(this.state.projectStatus))}</span>
|
|
<span>{getProjectName(parseInt(this.state.projectStatus))}</span>
|
|
<Button
|
|
<Button
|
|
- type="primary"
|
|
|
|
- size="small"
|
|
|
|
- style={{ marginTop: '5px', position: 'absolute' }}
|
|
|
|
- onClick={this.caozuorizhi}
|
|
|
|
|
|
+ type="primary"
|
|
|
|
+ size="small"
|
|
|
|
+ style={{ marginTop: '5px', position: 'absolute' }}
|
|
|
|
+ onClick={this.caozuorizhi}
|
|
>
|
|
>
|
|
操作日志
|
|
操作日志
|
|
</Button>
|
|
</Button>
|
|
@@ -1816,9 +1812,9 @@ const MyTaskCount = Form.create()(
|
|
</FormItem>
|
|
</FormItem>
|
|
{
|
|
{
|
|
<FormItem
|
|
<FormItem
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="(满意度)备注"
|
|
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="(满意度)备注"
|
|
>
|
|
>
|
|
<span>{this.state.retrieveContent}</span>
|
|
<span>{this.state.retrieveContent}</span>
|
|
</FormItem>
|
|
</FormItem>
|
|
@@ -1830,23 +1826,23 @@ const MyTaskCount = Form.create()(
|
|
{/*软著显示 bpType: 0 正常 1专利 2软著 3审计 4双软 5高新 6商标*/}
|
|
{/*软著显示 bpType: 0 正常 1专利 2软著 3审计 4双软 5高新 6商标*/}
|
|
{this.state.bpType === 2 ? <div className="clearfix">
|
|
{this.state.bpType === 2 ? <div className="clearfix">
|
|
<FormItem
|
|
<FormItem
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="加急天数"
|
|
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="加急天数"
|
|
>
|
|
>
|
|
{
|
|
{
|
|
this.state.urgentDay === 1 ? '是' :
|
|
this.state.urgentDay === 1 ? '是' :
|
|
- this.state.urgentDay === 0 ? '否' : ''
|
|
|
|
|
|
+ this.state.urgentDay === 0 ? '否' : ''
|
|
}
|
|
}
|
|
</FormItem>
|
|
</FormItem>
|
|
<FormItem
|
|
<FormItem
|
|
- className="half-item"
|
|
|
|
- {...formItemLayout}
|
|
|
|
- label="有无材料"
|
|
|
|
|
|
+ className="half-item"
|
|
|
|
+ {...formItemLayout}
|
|
|
|
+ label="有无材料"
|
|
>
|
|
>
|
|
{
|
|
{
|
|
- this.state.ifMaterial === 1 ? '是':
|
|
|
|
- this.state.ifMaterial === 0 ? '否': ''
|
|
|
|
|
|
+ this.state.ifMaterial === 1 ? '是' :
|
|
|
|
+ this.state.ifMaterial === 0 ? '否' : ''
|
|
}
|
|
}
|
|
</FormItem>
|
|
</FormItem>
|
|
</div> : null}
|
|
</div> : null}
|
|
@@ -1854,14 +1850,14 @@ const MyTaskCount = Form.create()(
|
|
<div style={{
|
|
<div style={{
|
|
paddingLeft: '8%',
|
|
paddingLeft: '8%',
|
|
}}>
|
|
}}>
|
|
- <div style={{color:'#000',fontWeight:500}}>
|
|
|
|
|
|
+ <div style={{ color: '#000', fontWeight: 500 }}>
|
|
特别说明
|
|
特别说明
|
|
- <span style={{color: '#58a3ff',}}>(针对项目的特殊情况说明)</span>
|
|
|
|
|
|
+ <span style={{ color: '#58a3ff', }}>(针对项目的特殊情况说明)</span>
|
|
</div>
|
|
</div>
|
|
<div style={{
|
|
<div style={{
|
|
- display:'flex',
|
|
|
|
|
|
+ display: 'flex',
|
|
}}>
|
|
}}>
|
|
- <span style={{paddingRight:'10px',whiteSpace:"nowrap"}}>备注:</span>
|
|
|
|
|
|
+ <span style={{ paddingRight: '10px', whiteSpace: "nowrap" }}>备注:</span>
|
|
<span style={{
|
|
<span style={{
|
|
flex: 1,
|
|
flex: 1,
|
|
wordBreak: 'break-all',
|
|
wordBreak: 'break-all',
|
|
@@ -1930,9 +1926,9 @@ const MyTaskCount = Form.create()(
|
|
>
|
|
>
|
|
<span>{this.state.userName}</span>
|
|
<span>{this.state.userName}</span>
|
|
<EnterpriseNameChange
|
|
<EnterpriseNameChange
|
|
- type='journal'
|
|
|
|
- style={{ marginLeft: 10 }}
|
|
|
|
- enterpriseId={this.state.orderUid}/>
|
|
|
|
|
|
+ type='journal'
|
|
|
|
+ style={{ marginLeft: 10 }}
|
|
|
|
+ enterpriseId={this.state.orderUid} />
|
|
</FormItem>
|
|
</FormItem>
|
|
<FormItem
|
|
<FormItem
|
|
className="half-item"
|
|
className="half-item"
|
|
@@ -2063,19 +2059,19 @@ const MyTaskCount = Form.create()(
|
|
<div className="clearfix">
|
|
<div className="clearfix">
|
|
<h3 className="sub-title">项目申报进度</h3>
|
|
<h3 className="sub-title">项目申报进度</h3>
|
|
<DeclarationProgress
|
|
<DeclarationProgress
|
|
- timeRecordparse={this.state.timeRecordparse}
|
|
|
|
- startDate={this.state.startDate}
|
|
|
|
- taskDate={this.state.taskDate}
|
|
|
|
- list={[
|
|
|
|
- {id:4,name:'完成时间',value:this.state.endDate},
|
|
|
|
- {id:6,name:'受理时间',value:this.state.acceptDate},
|
|
|
|
- {id:8,name:'公示时间',value:this.state.publicityDate},
|
|
|
|
- {id:10,name:'发证时间',value:this.state.licenceDate},
|
|
|
|
- {id:15,name:'立项金额',value:this.state.setUpAmount}
|
|
|
|
- ]}/>
|
|
|
|
|
|
+ timeRecordparse={this.state.timeRecordparse}
|
|
|
|
+ startDate={this.state.startDate}
|
|
|
|
+ taskDate={this.state.taskDate}
|
|
|
|
+ list={[
|
|
|
|
+ { id: 4, name: '完成时间', value: this.state.endDate },
|
|
|
|
+ { id: 6, name: '受理时间', value: this.state.acceptDate },
|
|
|
|
+ { id: 8, name: '公示时间', value: this.state.publicityDate },
|
|
|
|
+ { id: 10, name: '发证时间', value: this.state.licenceDate },
|
|
|
|
+ { id: 15, name: '立项金额', value: this.state.setUpAmount }
|
|
|
|
+ ]} />
|
|
{/*高新和科技项目显示 bpType: 0 正常 1专利 2软著 3审计 4双软 5高新 6商标*/}
|
|
{/*高新和科技项目显示 bpType: 0 正常 1专利 2软著 3审计 4双软 5高新 6商标*/}
|
|
{/*cSort: 3 科技项目 6: 会员*/}
|
|
{/*cSort: 3 科技项目 6: 会员*/}
|
|
- {(this.state.bpType === 5 || this.state.cSort === 3) && <FormItem
|
|
|
|
|
|
+ {(this.state.bpType === 5 || this.state.cSort === 3) && <FormItem
|
|
className="half-item"
|
|
className="half-item"
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
label="申报批次"
|
|
label="申报批次"
|
|
@@ -2137,11 +2133,12 @@ const MyTaskCount = Form.create()(
|
|
</Spin>
|
|
</Spin>
|
|
</div>
|
|
</div>
|
|
</Modal>
|
|
</Modal>
|
|
- {this.state.addnextVisible && <ProjectDetailsReadOnly
|
|
|
|
|
|
+ {this.state.addnextVisible &&
|
|
|
|
+ <ProjectDetailsReadOnly
|
|
infor={this.state.dataInfor}
|
|
infor={this.state.dataInfor}
|
|
visible={this.state.addnextVisible}
|
|
visible={this.state.addnextVisible}
|
|
onCancel={this.nextCancel}
|
|
onCancel={this.nextCancel}
|
|
- />}
|
|
|
|
|
|
+ />}
|
|
</div>
|
|
</div>
|
|
);
|
|
);
|
|
}
|
|
}
|