纸厂情报 全部纸厂> {{curDate}} 反馈情报 纸厂名称 价格涨跌 纸厂排队 最近扣点 {{loading? '正在加载' : '暂无关注'}} 可前往纸厂列表添加关注 添加关注 {{m2.newString(item.shortName)}} {{ formate.formateDrice(item.unitPrice)}}{{item.biggestFloatPrice>0?'↑':(item.biggestFloatPrice<0?'↓':'')}} {{ item.biggestFloatPrice > 0 ? '+' : '' }}{{ formate.formateDrice(item.biggestFloatPrice)}} {{item.yesterdayTotalQuantity || 0}}辆 {{formate.formateDescripe(item.minimumDeductionPoint)}} {{formate.substring(item.priceDate, 0, 10)}} 品类 价格 涨跌 最近扣点 操作 {{cell.categoryName|| '---'}} {{formate.formatePrice(cell.unitPrice)}}{{cell.floatPrice>0?'↑':(cell.floatPrice<0?'↓':'')}} {{cell.floatPrice>0?'+':''}}{{formate.formatePrice(cell.floatPrice)}} {{formate.formateDescripe(cell.curDeductionPoint)}} 代卖 行业情报 更多资讯> # {{m1.newString(item.millPaperName)}} {{item.title}} {{item.creatorName}} {{item.updateTime}} var newString = function (string) { var newString = string.substring(0, 4) return newString + '...'; } module.exports.newString = newString; var newString = function (string) { if (string.length > 4) { var newString = string.substring(0, 4) return newString + '...'; }else{ return string } } module.exports.newString = newString;