|
@@ -90,7 +90,12 @@ export default {
|
|
|
// var receData = HexConvert.ByteToString(value);
|
|
|
// console.log("receData",receData);
|
|
|
var flag = false
|
|
|
-
|
|
|
+ if (
|
|
|
+ this.deptBudgetList.warehouseName == '克东润津库'&&
|
|
|
+ value.length < 9
|
|
|
+ ) {
|
|
|
+ continue
|
|
|
+ }
|
|
|
if (value.length > 2) {
|
|
|
if (value.length <= 6) {
|
|
|
// continue
|
|
@@ -152,6 +157,7 @@ export default {
|
|
|
this.deptBudgetList.warehouseName == '甘南林峰库' ||
|
|
|
this.deptBudgetList.warehouseName == '肇东金信库' ||
|
|
|
this.deptBudgetList.warehouseName == '呼兰大金仓'||
|
|
|
+ this.deptBudgetList.warehouseName == '克东润津库'||
|
|
|
this.deptBudgetList.warehouseName == '克东瑞信达')
|
|
|
) {
|
|
|
for (var i = 0; i < value.length; i++) {
|