{this.state.jid ? this.state.commodityName :
}
{!readOnly && *}
{readOnly ? this.state.commodityQuantity : {
this.setState({ commodityQuantity: e.target.value });
}}
ref="commodityQuantity"
/>}
{!readOnly && *}
如会员项目,服务一年,请填写1,服务二年,请填写2,依次类推
{!this.state.patentTransfer &&
{readOnly ? this.state.patentTypeName : }
*
}
{readOnly
? (this.state.officialCost === 1 ? '含官费' : this.state.officialCost === 0 ? '不含官费' : '')
: {
this.setState({ officialCost: e.target.value });
if (e.target.value === 0) {
this.setState({
costReduction: ''
})
}
}}
>
含官费
不含官费
}
*
{
readOnly ?
{this.state.costReduction === 1 ? '有费减' : this.state.costReduction === 0 ? '无费减' : ''}
*
:
(this.state.patentType === 0 || this.state.patentType === 2) &&
{/*不含官费或者专利类型不为复审或者申请时置灰*/}
{
this.setState({ costReduction: e.target.value });
}}
>
有费减
无费减
*
}
{readOnly ? this.state.commodityPrice : {
this.setState({ commodityPrice: e.target.value });
}}
ref="commodityPrice"
/>}
{!readOnly && *}
{
//审计
this.state.addProjectType == "3" &&
{
readOnly ?
!!this.state.serviceLife ? this.state.serviceLife.toString() : "" :
}
{!readOnly && *}
}
{readOnly ? getboutique(this.state.main) : }
{!readOnly && *}
{
isVip == 6 &&
{readOnly ?
!this.state.yearSum ? "" :
[
{ value: "0", key: "" },
{ value: "1", key: "一年" },
{ value: "2", key: "二年" },
{ value: "3", key: "三年" },
{ value: "4", key: "四年" },
{ value: "5", key: "五年" },
{ value: "6", key: "六年" },
{ value: "7", key: "七年" },
{ value: "8", key: "八年" },
{ value: "9", key: "九年" },
{ value: "10", key: "十年" },
][this.state.yearSum]["key"] :
}
{!readOnly && *}
}
{
isVip == 6 &&
{
readOnly ?
!!this.state.serviceLife ? this.state.serviceLife.toString() : "" :
{
this.state.serviceLife.map((tag) =>
this.handleClose(tag)}>
{tag}
)
}
{
!isEdit && (this.state.serviceLife.length < this.state.yearSum) &&
}
//
}
{/* {!readOnly && *} */}
}
{
isVip == 6 &&
{readOnly ?
this.state.serviceYear :
}
{!readOnly && *}
}
{
isVip == 6 &&
{
readOnly ?
!!this.state.contractTerm ? this.state.contractTerm.toString() : "" :
}
{!readOnly && *}
}
{/* {
this.state.orgCodeUrl.length > 0 &&
} */}
{readOnly ? this.state.taskComment :
{
this.setState({ taskComment: e.target.value });
}}
/>}
{/*
请详细说明项目服务时间,总服务时间及付款情况,如:
派2022年会员服务,总会员服务三年,客户付款情况说明
未付款时,需进行特批审核,请详细说明预计付款时间等详细情况
*/}
{/*0通用 1专利 2软著 3审计 4双软 5高新 6商标*/}
{this.state.addProjectType === 5 ?
{readOnly ? (
this.state.declarationBatch === 1 ? '第一批' :
this.state.declarationBatch === 2 ? '第二批' :
this.state.declarationBatch === 3 ? '第三批' :
this.state.declarationBatch === 4 ? '第四批' : '未知'
) :
}
{!readOnly && *}
{
readOnly ? this.state.serviceYear :
}
{!readOnly && *}
: null
}
{
this.props.isIso || this.state.isIso ?
{readOnly ? (
this.state.ifCertificationFee == "1" ? '包含' :
this.state.ifCertificationFee == "0" ? '不包含' : '未知'
) : }
{!readOnly && *}
: null
}
{readOnly ? null :
}