|
@@ -527,10 +527,10 @@
|
|
|
else if (this.deptBudgetList1.warehouseName && (this.deptBudgetList1.warehouseName == '顺城粮库'||this.deptBudgetList1.warehouseName == '鲅鱼圈金信库')) {
|
|
|
for (var i = value.length - 1; i >= 0; i--) {
|
|
|
var tmp = String.fromCharCode(value[i])
|
|
|
- if (tmp == '=') {
|
|
|
+ if (value[i] == 46) {
|
|
|
flag = true
|
|
|
}
|
|
|
- if (flag && result.length < 9 && tmp != '=') {
|
|
|
+ if (flag && result.length < 9 && tmp != '='&& value[i] != 46) {
|
|
|
result += tmp
|
|
|
}
|
|
|
}
|