|
@@ -64,7 +64,9 @@ export default {
|
|
|
this.param = 1200
|
|
|
} else if (this.deptBudgetList.warehouseName == '鲅鱼圈祥腾库') {
|
|
|
this.param = 2400
|
|
|
- } else {
|
|
|
+ } else if(this.deptBudgetList.warehouseName == '大庆朝阳沟库' ){
|
|
|
+ this.param = 4800
|
|
|
+ } else {
|
|
|
this.param = 9600
|
|
|
}
|
|
|
console.log(this.param)
|
|
@@ -196,7 +198,8 @@ export default {
|
|
|
if (
|
|
|
this.deptBudgetList.warehouseName &&
|
|
|
(this.deptBudgetList.warehouseName == '顺诚粮库' ||
|
|
|
- this.deptBudgetList.warehouseName == '鲅鱼圈金信库')
|
|
|
+ this.deptBudgetList.warehouseName == '鲅鱼圈金信库'|
|
|
|
+ this.deptBudgetList.warehouseName == '大庆朝阳沟库')
|
|
|
) {
|
|
|
for (var i = value.length - 1; i >= 0; i--) {
|
|
|
var tmp = String.fromCharCode(value[i])
|