| | |
| | | " <w:p wsp:rsidR=\"00425E28\" wsp:rsidRPr=\"00CB3FB5\" wsp:rsidRDefault=\"00AC7CCA\" wsp:rsidP=\"00CB3FB5\">\n" + |
| | | " <w:r wsp:rsidRPr=\"00737357\">\n" + |
| | | " <w:t>签名:</w:t></w:r>\n" + |
| | | " <w:r wsp:rsidR=\"00421BE1\">\n" + |
| | | " <w:pict>\n" + |
| | | " <w:binData w:name=\"wordml://03000001.png\" xml:space=\"preserve\"> </w:binData>\n" + |
| | | " <v:shape style=\"width:50pt;height:20pt\"><v:imagedata src=\"wordml://03000001.png\" o:title=\"my签字\"/></v:shape>\n" + |
| | | " </w:pict>\n" + |
| | | " </w:r>\n" + |
| | | " <w:r wsp:rsidR=\"00421BE1\">\n" ; |
| | | if(sgin.length()>10) { |
| | | committeeOpinion += " <w:pict>\n" + |
| | | " <w:binData w:name=\"wordml://03000001.png\" xml:space=\"preserve\"> " + sgin + "</w:binData>\n" + |
| | | " <v:shape style=\"width:50pt;height:20pt\"><v:imagedata src=\"wordml://03000001.png\" o:title=\"my签字\"/></v:shape>\n" + |
| | | " </w:pict>\n" ; |
| | | } |
| | | committeeOpinion += " </w:r>\n" + |
| | | " </w:p>\n" + |
| | | " </w:tc>\n" + |
| | | " <w:tc><w:tcPr></w:tcPr>\n" + |
| | | " <w:p wsp:rsidR=\"00425E28\" wsp:rsidRPr=\"00CB3FB5\" wsp:rsidRDefault=\"00AC7CCA\" wsp:rsidP=\"00CB3FB5\">\n" + |
| | | " <w:r wsp:rsidRPr=\"00737357\"><w:t>2026-05-18 15:36:01</w:t></w:r></w:p>\n" + |
| | | " <w:r wsp:rsidRPr=\"00737357\"><w:t>"+DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss",row.getConclusiontime())+"</w:t></w:r></w:p>\n" + |
| | | " </w:tc>\n" + |
| | | " </w:tr>"; |
| | | committeeOpinion += " <w:p wsp:rsidR=\"00EE26D5\" wsp:rsidRPr=\"00737357\" wsp:rsidRDefault=\"0030540D\" wsp:rsidP=\"00EE26D5\"><w:pPr><w:rPr><w:rFonts w:ascii=\"宋体\" w:h-ansi=\"宋体\" w:cs=\"宋体\"/><wx:font\n" + |
| | | " wx:val=\"宋体\"/><w:sz-cs w:val=\"21\"/></w:rPr></w:pPr>\n" + |
| | | " <w:r wsp:rsidR=\"00EE26D5\" wsp:rsidRPr=\"00737357\" >\n" + |
| | | " <v:shape style=\"width:500pt;\"> <w:t>【委员审批】"+expName+" "+State+" </w:t></v:shape></w:r>\n" + |
| | | " <w:r wsp:rsidR=\"00EE26D5\" wsp:rsidRPr=\"00737357\">\n" + |
| | | " <w:t> 签名:</w:t></w:r>\n" + |
| | | " <w:r wsp:rsidR=\"00EE26D5\" wsp:rsidRPr=\"00737357\">\n" + |
| | | " <w:pict>\n" + |
| | | " <w:binData w:name=\"wordml://img"+id+".png\" xml:space=\"preserve\">"+sgin+" </w:binData>\n" + |
| | | " <v:shape id=\"_x0000_"+id+"\" type=\"#_x0000_t75\" style=\"width:50pt;height:20pt\"><v:imagedata src=\"wordml://_x0000_"+id+".png\" o:title=\"签字\"/></v:shape></w:pict></w:r>\n" + |
| | | " <w:r wsp:rsidR=\"00737357\" wsp:rsidRPr=\"00737357\">\n" + |
| | | " <w:t> "+ DateUtils.parseDateToStr("yyyy-MM-dd HH:mm:ss",row.getConclusiontime())+"</w:t></w:r></w:p>"; |
| | | } |
| | | } |
| | | content=content.replace("$committeeOpinion",committeeOpinion);//委员会意见 |
| | | |
| | | } catch (Exception e) { |