|
@@ -762,7 +762,7 @@ export default {
|
|
|
// }
|
|
|
// }
|
|
|
console.log('value:',value);
|
|
|
- if(this.deptBudgetList.warehouseName&&(this.deptBudgetList.warehouseName == '山东诸城迈饶库'||this.deptBudgetList.warehouseName == '克东千红库')){
|
|
|
+ if(this.deptBudgetList.warehouseName&&(this.deptBudgetList.warehouseName == '山东诸城迈饶库'||this.deptBudgetList.warehouseName == '克东千红库'||this.warehouseName == '鲅鱼圈祥腾库')){
|
|
|
for (var i = 0; i < value.length; i++) {
|
|
|
var tmp = String.fromCharCode(value[i])
|
|
|
if (tmp == '+') {
|