| | |
| | | */ |
| | | public static String OUT_WEIGHT_5322 = "<!DOCTYPE html><html lang='zh-cn'><head><meta http-equiv='Content-Type'content='text/html;charset=UTF-8'><title>出库过磅单</title><style>body{text-align:center;padding:10px}.tit{margin:5px;font-size:24px;font-family:'宋体';padding-top:10px}.div-tit{padding-top:6px}table{width:100%;border-right:1px solid;border-bottom:1px solid;font-size:14px}table td{border-left:1px solid;border-top:1px solid;height:32px}.sp1{width:33%;float:left;padding-bottom:5px}.sp2{width:25%;float:left;text-align:center}.txt-left{text-align:left}.txt-center{text-align:center}.txt-right{text-align:right}.bot{margin-bottom:10px}</style></head><body><h1 class='tit'>billTitle</h1><div class='div-tit'><span class='sp1 txt-left'>登记时间:registerTime</span><span class='sp1 txt-center'>完成时间:completeTime</span><span class='sp1 txt-right'>单号:serId</span></div><table cellspacing='0'cellpadding='0'><tr><td>车牌号</td><td>plateNum</td><td>皮重(公斤)</td><td>emptyWeight</td></tr><tr><td>大黄储备库</td><td>depotName</td><td>毛重(公斤)</td><td>fullWeight</td></tr><tr><td>供货单位</td><td>deptName</td><td>净重(公斤)</td><td>netWeight</td></tr><tr><td>收货单位</td><td>customerName</td><td>总扣重</td><td>deSum</td></tr><tr><td>货物名称</td><td>foodVariety</td><td>杂质(%)</td><td>impurity</td></tr><tr><td>包装规格</td><td></td><td>水分(%)</td><td>wet</td></tr><tr><td>包数</td><td></td><td>结算重量(公斤)</td><td>settleWeight</td></tr><tr><td>驾驶员</td><td>driverName</td><td>单价(元/公斤)</td><td>price</td></tr><tr><td>过磅时间</td><td>emptyTime</td><td>金额(元)</td><td>settleMoney</td></tr><tr><td>备注</td><td colspan='3'>remark</td></tr></table><div class='div-tit'><span class='sp2 txt-left bot'>司磅员:</span><span class='sp2 txt-left bot'>保管员:</span><span class='sp2 txt-left bot'>付款员:</span><span class='sp2 txt-left bot'>承运人:</span></div><div class='div-tit'style=\"margin-top: 10px\"><span class='sp2'>1.仓库(白)</span><span class='sp2'>2.付款(红)</span><span class='sp2'>3.客户(蓝)</span><span class='sp2'>4.农发行(黄)</span></div></body></html>"; |
| | | |
| | | /** |
| | | * 市库入库称重单 |
| | | */ |
| | | public static String IN_WEIGHT_5005 = "<!DOCTYPE html><html><head><meta charset=\"UTF-8\"><title>入库磅单</title><style> .table1 {float:left;margin-left:20px }table,td,th {border: 1px solid black;border-style: solid;border-collapse: collapse;font-size:12px ;} .table1 td{height:20}</style></head><body><p><strong style=\"padding-left:50px;font-size: 24px;\">第一联</strong><strong style=\"padding-left:200px;font-size: 24px;\">第二联</strong><strong style=\"padding-left:200px;font-size: 24px;\">第三联</strong></p><table class=\"table1\" border=\"1\" height=\"300px\"><tr ><td width = \"90px\">入库时间:</td><td width = \"130px\">time</td></tr><tr ><td>流水号:</td><td>serId</td></tr><tr ><td >车牌号:</td><td>plateNum</td></tr><tr ><td>发货单位:</td><td>customerName</td></tr><tr ><td>收货单位:</td><td>unitName</td></tr><tr ><td>品种:</td><td>foodVariety</td></tr><tr ><td>毛重:</td><td>fullWeight</td></tr><tr ><td>皮重:</td><td>emptyWeight</td></tr><tr ><td>净重:</td><td>netWeight</td></tr><tr ><td>总扣重:</td><td>deSum</td></tr><tr ><td>结算重量:</td><td>settleWeight</td></tr><tr ><td>称重人:</td><td>weightUser</td></tr><tr ><td >客户签字:</td><td ></td></tr></table><table class=\"table1\" border=\"1\" height=\"300px\"><tr ><td width = \"90px\">入库时间:</td><td width = \"130px\">time</td></tr><tr ><td>流水号:</td><td>serId</td></tr><tr ><td >车牌号:</td><td>plateNum</td></tr><tr ><td>发货单位:</td><td>customerName</td></tr><tr ><td>收货单位:</td><td>unitName</td></tr><tr ><td>品种:</td><td>foodVariety</td></tr><tr ><td>毛重:</td><td>fullWeight</td></tr><tr ><td>皮重:</td><td>emptyWeight</td></tr><tr ><td>净重:</td><td>netWeight</td></tr><tr ><td>总扣重:</td><td>deSum</td></tr><tr ><td>结算重量:</td><td>settleWeight</td></tr><tr ><td>称重人:</td><td>weightUser</td></tr><tr ><td >客户签字:</td><td ></td></tr></table><table class=\"table1\" border=\"1\" height=\"300px\"><tr ><td width = \"90px\">入库时间:</td><td width = \"130px\">time</td></tr><tr ><td>流水号:</td><td>serId</td></tr><tr ><td >车牌号:</td><td>plateNum</td></tr><tr ><td>发货单位:</td><td>customerName</td></tr><tr ><td>收货单位:</td><td>unitName</td></tr><tr ><td>品种:</td><td>foodVariety</td></tr><tr ><td>毛重:</td><td>fullWeight</td></tr><tr ><td>皮重:</td><td>emptyWeight</td></tr><tr ><td>净重:</td><td>netWeight</td></tr><tr ><td>总扣重:</td><td>deSum</td></tr><tr ><td>结算重量:</td><td>settleWeight</td></tr><tr ><td>称重人:</td><td>weightUser</td></tr><tr ><td >客户签字:</td><td ></td></tr></table></body></html>"; |
| | | /** |
| | | * 市库出库称重单 |
| | | */ |
| | | public static String OUT_WEIGHT_5005 = "<!DOCTYPE html><html><head><meta charset=\"UTF-8\"><title>出库磅单</title><style> .table1 {float:left;margin-left:20px }table,td,th {border: 1px solid black;border-style: solid;border-collapse: collapse;font-size:12px ;} .table1 td{height:20}</style></head><body><p><strong style=\"padding-left:50px;font-size: 24px;\">第一联</strong><strong style=\"padding-left:200px;font-size: 24px;\">第二联</strong><strong style=\"padding-left:200px;font-size: 24px;\">第三联</strong></p><table class=\"table1\" border=\"1\" height=\"300px\"><tr ><td width = \"90px\">出库时间:</td><td width = \"130px\">time</td></tr><tr ><td>流水号:</td><td>serId</td></tr><tr ><td >车牌号:</td><td>plateNum</td></tr><tr ><td>发货单位:</td><td>unitName</td></tr><tr ><td>收货单位:</td><td>customerName</td></tr><tr ><td>品种:</td><td>foodVariety</td></tr><tr ><td>毛重:</td><td>fullWeight</td></tr><tr ><td>皮重:</td><td>emptyWeight</td></tr><tr ><td>净重:</td><td>netWeight</td></tr><tr ><td>总扣重:</td><td>deSum</td></tr><tr ><td>结算重量:</td><td>settleWeight</td></tr><tr ><td>称重人:</td><td>weightUser</td></tr><tr ><td >客户签字:</td><td ></td></tr></table><table class=\"table1\" border=\"1\" height=\"300px\"><tr ><td width = \"90px\">出库时间:</td><td width = \"130px\">time</td></tr><tr ><td>流水号:</td><td>serId</td></tr><tr ><td >车牌号:</td><td>plateNum</td></tr><tr ><td>发货单位:</td><td>unitName</td></tr><tr ><td>收货单位:</td><td>customerName</td></tr><tr ><td>品种:</td><td>foodVariety</td></tr><tr ><td>毛重:</td><td>fullWeight</td></tr><tr ><td>皮重:</td><td>emptyWeight</td></tr><tr ><td>净重:</td><td>netWeight</td></tr><tr ><td>总扣重:</td><td>deSum</td></tr><tr ><td>结算重量:</td><td>settleWeight</td></tr><tr ><td>称重人:</td><td>weightUser</td></tr><tr ><td >客户签字:</td><td ></td></tr></table><table class=\"table1\" border=\"1\" height=\"300px\"><tr ><td width = \"90px\">出库时间:</td><td width = \"130px\">time</td></tr><tr ><td>流水号:</td><td>serId</td></tr><tr ><td >车牌号:</td><td>plateNum</td></tr><tr ><td>发货单位:</td><td>unitName</td></tr><tr ><td>收货单位:</td><td>customerName</td></tr><tr ><td>品种:</td><td>foodVariety</td></tr><tr ><td>毛重:</td><td>fullWeight</td></tr><tr ><td>皮重:</td><td>emptyWeight</td></tr><tr ><td>净重:</td><td>netWeight</td></tr><tr ><td>总扣重:</td><td>deSum</td></tr><tr ><td>结算重量:</td><td>settleWeight</td></tr><tr ><td>称重人:</td><td>weightUser</td></tr><tr ><td >客户签字:</td><td ></td></tr></table></body></html>"; |
| | | /** |
| | | * 丹棱出库称重单 |
| | | */ |
| | | |
| | | public static String OUT_WEIGHT_5012 = "<html xmlns:o=\"urn:schemas-microsoft-com:office:office\"\n" + |
| | | "xmlns:x=\"urn:schemas-microsoft-com:office:excel\"\n" + |
| | | "xmlns=\"http://www.w3.org/TR/REC-html40\">\n" + |
| | | "\n" + |
| | | "<head>\n" + |
| | | "<meta http-equiv=Content-Type content=\"text/html; charset=gb2312\">\n" + |
| | | "<meta name=ProgId content=Excel.Sheet>\n" + |
| | | "<meta name=Generator content=\"Microsoft Excel 15\">\n" + |
| | | "<link rel=File-List href=\"出库单.files/filelist.xml\">\n" + |
| | | "<style id=\"入库单_28552_Styles\">\n" + |
| | | "<!--table\n" + |
| | | "\t{mso-displayed-decimal-separator:\"\\.\";\n" + |
| | | "\tmso-displayed-thousand-separator:\"\\,\";}\n" + |
| | | ".font528552\n" + |
| | | "\t{color:windowtext;\n" + |
| | | "\tfont-size:9.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;}\n" + |
| | | ".xl1528552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:11.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:general;\n" + |
| | | "\tvertical-align:bottom;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6328552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:10.0pt;\n" + |
| | | "\tfont-weight:700;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder-top:1.0pt solid windowtext;\n" + |
| | | "\tborder-right:.5pt solid windowtext;\n" + |
| | | "\tborder-bottom:none;\n" + |
| | | "\tborder-left:1.0pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6428552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:10.0pt;\n" + |
| | | "\tfont-weight:700;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder-top:none;\n" + |
| | | "\tborder-right:.5pt solid windowtext;\n" + |
| | | "\tborder-bottom:1.0pt solid windowtext;\n" + |
| | | "\tborder-left:1.0pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6528552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:10.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder:.5pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6628552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:6.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder:.5pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6728552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:10.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:general;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder:.5pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6828552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:12.0pt;\n" + |
| | | "\tfont-weight:700;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:bottom;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6928552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:12.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:bottom;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl7028552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:10.0pt;\n" + |
| | | "\tfont-weight:700;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder-top:none;\n" + |
| | | "\tborder-right:.5pt solid windowtext;\n" + |
| | | "\tborder-bottom:none;\n" + |
| | | "\tborder-left:1.0pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl7128552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:10.0pt;\n" + |
| | | "\tfont-weight:700;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder-top:1.0pt solid windowtext;\n" + |
| | | "\tborder-right:.5pt solid windowtext;\n" + |
| | | "\tborder-bottom:.5pt solid windowtext;\n" + |
| | | "\tborder-left:1.0pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl7228552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:10.0pt;\n" + |
| | | "\tfont-weight:700;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder-top:.5pt solid windowtext;\n" + |
| | | "\tborder-right:.5pt solid windowtext;\n" + |
| | | "\tborder-bottom:.5pt solid windowtext;\n" + |
| | | "\tborder-left:1.0pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl7328552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:10.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl7428552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:6.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl7528552\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:10.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder-top:none;\n" + |
| | | "\tborder-right:none;\n" + |
| | | "\tborder-bottom:1.0pt solid windowtext;\n" + |
| | | "\tborder-left:none;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | "ruby\n" + |
| | | "\t{ruby-align:left;}\n" + |
| | | "rt\n" + |
| | | "\t{color:windowtext;\n" + |
| | | "\tfont-size:9.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-char-type:none;}\n" + |
| | | "-->\n" + |
| | | "</style>\n" + |
| | | "</head>\n" + |
| | | "\n" + |
| | | "<body>\n" + |
| | | "<!--[if !excel]> <![endif]-->\n" + |
| | | "<!--下列信息由 Microsoft Excel 的发布为网页向导生成。-->\n" + |
| | | "<!--如果同一条目从 Excel 中重新发布,则所有位于 DIV 标记之间的信息均将被替换。-->\n" + |
| | | "<!----------------------------->\n" + |
| | | "<!--“从 EXCEL 发布网页”向导开始-->\n" + |
| | | "<!----------------------------->\n" + |
| | | "\n" + |
| | | "<div id=\"入库单_28552\" align=center x:publishsource=\"Excel\">\n" + |
| | | "\n" + |
| | | "<table border=0 cellpadding=0 cellspacing=0 width=684 style='border-collapse:\n" + |
| | | " collapse;table-layout:fixed;width:517pt'>\n" + |
| | | " <col width=45 style='mso-width-source:userset;mso-width-alt:1440;width:34pt'>\n" + |
| | | " <col width=54 style='mso-width-source:userset;mso-width-alt:1728;width:41pt'>\n" + |
| | | " <col width=45 span=13 style='mso-width-source:userset;mso-width-alt:1440;\n" + |
| | | " width:34pt'>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td colspan=15 height=29 class=xl6828552 width=684 style='height:21.95pt;\n" + |
| | | " width:517pt'>四川丹棱城关省粮食储备库-粮油出库单</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td colspan=2 height=29 class=xl7528552 style='height:21.95pt'>流水单号:</td>\n" + |
| | | " <td colspan=3 class=xl7428552>serId</td>\n" + |
| | | " <td colspan=2 class=xl7328552>出库时间:</td>\n" + |
| | | " <td colspan=3 class=xl7428552>time</td>\n" + |
| | | " <td colspan=2 class=xl7328552>填写单位:</td>\n" + |
| | | " <td colspan=3 class=xl7428552>unitName</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td rowspan=2 height=58 class=xl6328552 style='height:43.9pt'>登记</td>\n" + |
| | | " <td colspan=3 class=xl6528552 style='border-left:none'>发货单位</td>\n" + |
| | | " <td colspan=3 class=xl6528552 style='border-left:none'>收货单位</td>\n" + |
| | | " <td colspan=3 class=xl6528552 style='border-left:none'>承运人</td>\n" + |
| | | " <td colspan=3 class=xl6528552 style='border-left:none'>车船号</td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'>运输方式</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td colspan=3 height=29 class=xl6628552 style='height:21.95pt;border-left:\n" + |
| | | " none'>unitName</td>\n" + |
| | | " <td colspan=3 class=xl6628552 style='border-left:none'>customerName</td>\n" + |
| | | " <td colspan=3 class=xl6628552 style='border-left:none'>driverName</td>\n" + |
| | | " <td colspan=3 class=xl6628552 style='border-left:none'>plateNum</td>\n" + |
| | | " <td colspan=2 class=xl6628552 style='border-left:none'>汽车</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td rowspan=2 height=58 class=xl7128552 style='height:43.9pt'>信息</td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'>品种</td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'>产地</td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'> </td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td height=29 class=xl6628552 style='height:21.95pt;border-top:none;\n" + |
| | | " border-left:none'>foodVariety</td>\n" + |
| | | " <td class=xl6628552 style='border-top:none;border-left:none'>foodLocation</td>\n" + |
| | | " <td class=xl6628552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'> </td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td height=29 class=xl6328552 style='height:21.95pt'>入仓</td>\n" + |
| | | " <td class=xl6528552 style='border-top:none;border-left:none'>出粮仓号</td>\n" + |
| | | " <td colspan=2 class=xl6628552 style='border-left:none'>depotName</td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'>出仓开始时间</td>\n" + |
| | | " <td colspan=2 class=xl6628552 style='border-left:none'>handleStart</td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'>出仓结束时间</td>\n" + |
| | | " <td colspan=2 class=xl6628552 style='border-left:none'>handleEnd</td>\n" + |
| | | " <td class=xl6728552 style='border-top:none;border-left:none'>保管人<span\n" + |
| | | " style='display:none'>员</span></td>\n" + |
| | | " <td colspan=2 class=xl6628552 style='border-left:none'>keeperName</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td rowspan=2 height=58 class=xl6328552 style='border-bottom:1.0pt solid black;\n" + |
| | | " height:43.9pt'>检斤</td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'>毛重</td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'>皮重</td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'>净重</td>\n" + |
| | | " <td colspan=3 class=xl6528552 style='border-left:none'>总扣重</td>\n" + |
| | | " <td colspan=3 class=xl6528552 style='border-left:none'>结算重量</td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'>称重人员</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td colspan=2 height=29 class=xl6528552 style='height:21.95pt;border-left:\n" + |
| | | " none'>fullWeight</td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'>emptyWeight</td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'>netWeight</td>\n" + |
| | | " <td colspan=3 class=xl6528552 style='border-left:none'>deSum</td>\n" + |
| | | " <td colspan=3 class=xl6528552 style='border-left:none'>settleWeight</td>\n" + |
| | | " <td colspan=2 class=xl6628552 style='border-left:none'>weightUser</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td height=29 class=xl6428552 style='height:21.95pt'>备注</td>\n" + |
| | | " <td colspan=8 class=xl6528552 style='border-left:none'> </td>\n" + |
| | | " <td colspan=2 class=xl6528552 style='border-left:none'>客户签字</td>\n" + |
| | | " <td colspan=4 class=xl6528552 style='border-left:none'> </td>\n" + |
| | | " </tr>\n" + |
| | | " <![if supportMisalignedColumns]>\n" + |
| | | " <tr height=0 style='display:none'>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=54 style='width:41pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " </tr>\n" + |
| | | " <![endif]>\n" + |
| | | "</table>\n" + |
| | | "\n" + |
| | | "</div>\n" + |
| | | "\n" + |
| | | "\n" + |
| | | "<!----------------------------->\n" + |
| | | "<!--“从 EXCEL 发布网页”向导结束-->\n" + |
| | | "<!----------------------------->\n" + |
| | | "</body>\n" + |
| | | "\n" + |
| | | "</html>\n"; |
| | | |
| | | /** |
| | | * 丹棱入库称重单 |
| | | */ |
| | | public static String IN_WEIGHT_5012 = "<html xmlns:o=\"urn:schemas-microsoft-com:office:office\"\n" + |
| | | "xmlns:x=\"urn:schemas-microsoft-com:office:excel\"\n" + |
| | | "xmlns=\"http://www.w3.org/TR/REC-html40\">\n" + |
| | | "\n" + |
| | | "<head>\n" + |
| | | "<meta http-equiv=Content-Type content=\"text/html; charset=gb2312\">\n" + |
| | | "<meta name=ProgId content=Excel.Sheet>\n" + |
| | | "<meta name=Generator content=\"Microsoft Excel 15\">\n" + |
| | | "<link rel=File-List href=\"入库单.files/filelist.xml\">\n" + |
| | | "<style id=\"入库单_29464_Styles\">\n" + |
| | | "<!--table\n" + |
| | | "\t{mso-displayed-decimal-separator:\"\\.\";\n" + |
| | | "\tmso-displayed-thousand-separator:\"\\,\";}\n" + |
| | | ".font529464\n" + |
| | | "\t{color:windowtext;\n" + |
| | | "\tfont-size:9.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;}\n" + |
| | | ".xl1529464\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:11.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:general;\n" + |
| | | "\tvertical-align:bottom;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6329464\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:8.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder:.5pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6429464\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:6.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder:.5pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6529464\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:8.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:general;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder:.5pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6629464\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:12.0pt;\n" + |
| | | "\tfont-weight:700;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6729464\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:12.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6829464\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:8.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl6929464\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:6.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl7029464\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:8.0pt;\n" + |
| | | "\tfont-weight:700;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder:.5pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | ".xl7129464\n" + |
| | | "\t{padding-top:1px;\n" + |
| | | "\tpadding-right:1px;\n" + |
| | | "\tpadding-left:1px;\n" + |
| | | "\tmso-ignore:padding;\n" + |
| | | "\tcolor:black;\n" + |
| | | "\tfont-size:10.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-number-format:General;\n" + |
| | | "\ttext-align:center;\n" + |
| | | "\tvertical-align:middle;\n" + |
| | | "\tborder:.5pt solid windowtext;\n" + |
| | | "\tmso-background-source:auto;\n" + |
| | | "\tmso-pattern:auto;\n" + |
| | | "\twhite-space:nowrap;}\n" + |
| | | "ruby\n" + |
| | | "\t{ruby-align:left;}\n" + |
| | | "rt\n" + |
| | | "\t{color:windowtext;\n" + |
| | | "\tfont-size:9.0pt;\n" + |
| | | "\tfont-weight:400;\n" + |
| | | "\tfont-style:normal;\n" + |
| | | "\ttext-decoration:none;\n" + |
| | | "\tfont-family:等线;\n" + |
| | | "\tmso-generic-font-family:auto;\n" + |
| | | "\tmso-font-charset:134;\n" + |
| | | "\tmso-char-type:none;}\n" + |
| | | "-->\n" + |
| | | "</style>\n" + |
| | | "</head>\n" + |
| | | "\n" + |
| | | "<body>\n" + |
| | | "<!--[if !excel]> <![endif]-->\n" + |
| | | "<!--下列信息由 Microsoft Excel 的发布为网页向导生成。-->\n" + |
| | | "<!--如果同一条目从 Excel 中重新发布,则所有位于 DIV 标记之间的信息均将被替换。-->\n" + |
| | | "<!----------------------------->\n" + |
| | | "<!--“从 EXCEL 发布网页”向导开始-->\n" + |
| | | "<!----------------------------->\n" + |
| | | "\n" + |
| | | "<div id=\"入库单_29464\" align=center x:publishsource=\"Excel\">\n" + |
| | | "\n" + |
| | | "<table border=0 cellpadding=0 cellspacing=0 width=675 style='border-collapse:\n" + |
| | | " collapse;table-layout:fixed;width:510pt'>\n" + |
| | | " <col width=45 span=15 style='mso-width-source:userset;mso-width-alt:1440;\n" + |
| | | " width:34pt'>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td colspan=15 height=29 class=xl6629464 width=675 style='height:21.95pt;\n" + |
| | | " width:510pt'>四川丹棱城关省粮食储备库-粮油入库单</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td colspan=2 height=29 class=xl6829464 style='height:21.95pt'>流水单号:</td>\n" + |
| | | " <td colspan=3 class=xl6929464>serId</td>\n" + |
| | | " <td colspan=2 class=xl6829464>入库时间:</td>\n" + |
| | | " <td colspan=3 class=xl6929464>time</td>\n" + |
| | | " <td colspan=2 class=xl6829464>填写单位:</td>\n" + |
| | | " <td colspan=3 class=xl6929464>unitName</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td rowspan=2 height=58 class=xl7029464 style='height:43.9pt'>登记</td>\n" + |
| | | " <td colspan=3 class=xl6329464 style='border-left:none'>发货单位</td>\n" + |
| | | " <td colspan=3 class=xl6329464 style='border-left:none'>收货单位</td>\n" + |
| | | " <td colspan=3 class=xl6329464 style='border-left:none'>承运人</td>\n" + |
| | | " <td colspan=3 class=xl6329464 style='border-left:none'>车船号</td>\n" + |
| | | " <td colspan=2 class=xl6329464 style='border-left:none'>运输方式</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td colspan=3 height=29 class=xl6429464 style='height:21.95pt;border-left:\n" + |
| | | " none'>customerName</td>\n" + |
| | | " <td colspan=3 class=xl6429464 style='border-left:none'>unitName</td>\n" + |
| | | " <td colspan=3 class=xl6429464 style='border-left:none'>driverName</td>\n" + |
| | | " <td colspan=3 class=xl6429464 style='border-left:none'>plateNum</td>\n" + |
| | | " <td colspan=2 class=xl6429464 style='border-left:none'>汽车</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td rowspan=2 height=58 class=xl7029464 style='height:43.9pt;border-top:none'>信息</td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'>品种</td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'>产地</td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td colspan=2 class=xl6329464 style='border-left:none'> </td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td height=29 class=xl6429464 style='height:21.95pt;border-top:none;\n" + |
| | | " border-left:none'>foodVariety</td>\n" + |
| | | " <td class=xl6429464 style='border-top:none;border-left:none'>foodLocation</td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'> </td>\n" + |
| | | " <td colspan=2 class=xl6329464 style='border-left:none'> </td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td height=29 class=xl7029464 style='height:21.95pt;border-top:none'>入仓</td>\n" + |
| | | " <td class=xl6329464 style='border-top:none;border-left:none'>入粮仓号</td>\n" + |
| | | " <td colspan=2 class=xl6429464 style='border-left:none'>depotName</td>\n" + |
| | | " <td colspan=2 class=xl6329464 style='border-left:none'>入仓开始时间</td>\n" + |
| | | " <td colspan=2 class=xl6429464 style='border-left:none'>handleStart</td>\n" + |
| | | " <td colspan=2 class=xl6329464 style='border-left:none'>入仓结束时间</td>\n" + |
| | | " <td colspan=2 class=xl6429464 style='border-left:none'>handleEnd</td>\n" + |
| | | " <td class=xl6529464 style='border-top:none;border-left:none'>保管人员</td>\n" + |
| | | " <td colspan=2 class=xl6429464 style='border-left:none'>keeperName</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td rowspan=2 height=58 class=xl7029464 style='height:43.9pt;border-top:none'>检斤</td>\n" + |
| | | " <td colspan=2 class=xl6329464 style='border-left:none'>毛重</td>\n" + |
| | | " <td colspan=2 class=xl6329464 style='border-left:none'>皮重</td>\n" + |
| | | " <td colspan=2 class=xl6329464 style='border-left:none'>净重</td>\n" + |
| | | " <td colspan=3 class=xl6329464 style='border-left:none'>总扣重</td>\n" + |
| | | " <td colspan=3 class=xl6329464 style='border-left:none'>结算重量</td>\n" + |
| | | " <td colspan=2 class=xl6329464 style='border-left:none'>称重人员</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td colspan=2 height=29 class=xl7129464 style='height:21.95pt;border-left:\n" + |
| | | " none'>fullWeight</td>\n" + |
| | | " <td colspan=2 class=xl7129464 style='border-left:none'>emptyWeight</td>\n" + |
| | | " <td colspan=2 class=xl7129464 style='border-left:none'>netWeight</td>\n" + |
| | | " <td colspan=3 class=xl7129464 style='border-left:none'>deSum</td>\n" + |
| | | " <td colspan=3 class=xl7129464 style='border-left:none'>settleWeight</td>\n" + |
| | | " <td colspan=2 class=xl6429464 style='border-left:none'>weightUser</td>\n" + |
| | | " </tr>\n" + |
| | | " <tr height=29 style='mso-height-source:userset;height:21.95pt'>\n" + |
| | | " <td height=29 class=xl7029464 style='height:21.95pt;border-top:none'>备注</td>\n" + |
| | | " <td colspan=8 class=xl6329464 style='border-left:none'> </td>\n" + |
| | | " <td colspan=2 class=xl6329464 style='border-left:none'>客户签字</td>\n" + |
| | | " <td colspan=4 class=xl6329464 style='border-left:none'> </td>\n" + |
| | | " </tr>\n" + |
| | | " <![if supportMisalignedColumns]>\n" + |
| | | " <tr height=0 style='display:none'>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " <td width=45 style='width:34pt'></td>\n" + |
| | | " </tr>\n" + |
| | | " <![endif]>\n" + |
| | | "</table>\n" + |
| | | "\n" + |
| | | "</div>\n" + |
| | | "\n" + |
| | | "\n" + |
| | | "<!----------------------------->\n" + |
| | | "<!--“从 EXCEL 发布网页”向导结束-->\n" + |
| | | "<!----------------------------->\n" + |
| | | "</body>\n" + |
| | | "\n" + |
| | | "</html>\n"; |
| | | } |