|
@@ -889,9 +889,9 @@
|
|
|
const sums = []
|
|
|
var _number = []
|
|
|
if (this.warehouseName == '鲅鱼圈金信库') {
|
|
|
- _number = [11, 12, 16, 17, 18]
|
|
|
+ _number = [11, 12,13, 16, 17, 18]
|
|
|
} else {
|
|
|
- _number = [10, 11, 15, 16, 17]
|
|
|
+ _number = [10, 11,12,15, 16, 17]
|
|
|
}
|
|
|
if (this.modification.length > 0) {
|
|
|
columns.forEach((column, index) => {
|