{this.state.jid ? this.state.commodityName :
}
*
{readOnly ? this.state.commodityQuantity : {
this.setState({ commodityQuantity: e.target.value });
}}
ref="commodityQuantity"
/>}
*
如会员项目,服务一年,请填写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.state.officialCost === 1 &&
{/*不含官费或者专利类型不为复审或者申请时置灰*/}
{
this.setState({ costReduction: e.target.value });
}}
>
有费减
无费减
*
}
{readOnly ? this.state.commodityPrice : {
this.setState({ commodityPrice: e.target.value });
}}
ref="commodityPrice"
/>}
*
{readOnly ? getboutique(this.state.main) : }
*
{/* {
this.state.orgCodeUrl.length > 0 &&
} */}
{/*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 ? '第四批' : '未知'
) :
}
*
: null
}
{
this.props.isIso || this.state.isIso ?
{readOnly ? (
this.state.ifCertificationFee === 1 ? '包含' :
this.state.ifCertificationFee === 0 ? '不包含' : '未知'
) : }
*
: null
}
{readOnly ? null :
}