package com.fzzy.igds.bill; /** * @Description 出入库的表单模版 * @Author CZT * @Date 2025/12/4 9:27 */ public class InoutBill { /** * 默认入库过磅单 */ public static String IN_WEIGHT_DEFAULT = "入库过磅单

billTitle

完成时间:completeTime单号:serId
发货单位customerName收货单位deptName
承运人driverName粮食品种foodVariety装卸仓库depotName粮食产地foodLocation
承运车牌plateNum毛重(KG)fullWeight皮重(KG)emptyWeight净重(KG)netWeight
质检扣重(KG)deCheck质检增重(KG)addCheck值仓扣重(KG)deHandle其他扣重(KG)deOther
质检结果checkStatus入库重量(KG)recordWeight结算重量(KG)settleWeight
备注remark
司磅员:监磅员:保管员:handleUser承运人:driverName

"; //新疆定制入库过磅单 public static String IN_WEIGHT_DEFAULT_NEW = "入库过磅单

billTitle

磅单号:serId单位:KG打印日期:printTime
车牌号plateNum货物名称foodVariety所属仓库depotName
毛重时间fullTime毛重fullWeight单价(元/KG)price
皮重时间emptyTime皮重emptyWeight结算金额settleMoney
扣重(杂)净重netWeight客户名称customerName
水分备注remark
制表人createUser司机签名司机电话userContact
"; /** * 默认出库过磅单 */ public static String OUT_WEIGHT_DEFAULT = "出库称重单

billTitle

完成时间:completeTime出库单号:serId
发货单位deptName收货单位customerName
承运人driverName粮食品种foodVariety出库仓库depotName粮食产地foodLocation
承运车牌plateNum毛重(KG)fullWeight皮重(KG)emptyWeight净重(KG)netWeight
其他扣重(KG)deOther值仓扣重(KG)deHandle出库重量(KG)recordWeight结算重量(KG)settleWeight
备注remark
司磅员:监磅员:保管员:handleUser承运人:driverName

"; //新疆定制出库过磅单 public static String OUT_WEIGHT_DEFAULT_NEW = "入库过磅单

billTitle

磅单号:serId单位:KG打印日期:printTime
车牌号plateNum货物名称foodVariety所属仓库depotName
毛重时间fullTime毛重fullWeight单价(元/KG)price
皮重时间emptyTime皮重emptyWeight结算金额settleMoney
扣重(杂)净重netWeight客户名称customerName
水分备注remark
制表人createUser司机签名司机电话userContact
"; /** * 默认结算单 */ public static String IN_SETTLE_DEFAULT = "结算单

[billTitle]

库区名称:[deptId]单据号:[id]打印时间:[payTime]
客户名称[customerName]
承运人[userName]联系电话[userContact]
身份证号码[userId]车牌号[plateNum]
仓库[depotId]粮食名称[foodVariety]
备注[remark]
计量信息
毛重[fullWeight]公斤皮重[emptyWeight]公斤扣重[deOther]公斤
结算信息
单价[payPrice]元/公斤结算重量[settleWeight]公斤结算金额[payMoney]元
大写金额[payMoneyName]
结算员:_______保管员:_______审核人:_______承运人:_______
"; }