|
@@ -39,7 +39,7 @@ rationItemDAO.prototype.getRationItemsByLib = async function (rationRepId, showH
|
|
|
for(let rationGlj of ration.rationGljList){
|
|
|
let subGlj = gljMapping[rationGlj.gljId];
|
|
|
if(subGlj){
|
|
|
- hintsArr.push(` ${subGlj.code} ${subGlj.name} ${subGlj.unit} ${rationGlj.consumeAmt}`);
|
|
|
+ hintsArr.push(` ${subGlj.code} ${subGlj.name}${subGlj.specs ? ' ' + subGlj.specs : ''}   ${subGlj.unit} ${rationGlj.consumeAmt}`);
|
|
|
}
|
|
|
}
|
|
|
hintsArr.push(`基价 元 ${ration.basePrice}`);
|