|
@@ -106,10 +106,19 @@ export default {
|
|
|
// this.deptBudgetList.tare = parseInt(result)
|
|
|
// }
|
|
|
// }
|
|
|
- if (value.length > 3) {
|
|
|
+ if(value.length > 3){
|
|
|
+ console.log('value23:', value)
|
|
|
+ if(value.length <= 6){
|
|
|
+ continue
|
|
|
+ }
|
|
|
+ }
|
|
|
+ else if(this.deptBudgetList.warehouseName == '白城内陆港'){
|
|
|
console.log('value:', value)
|
|
|
- } else if (this.deptBudgetList.warehouseName == '白城内陆港') {
|
|
|
- continue
|
|
|
+ var start = (new Date()).getTime();
|
|
|
+ while((new Date()).getTime() - start < 400) {
|
|
|
+
|
|
|
+ }
|
|
|
+ continue;
|
|
|
}
|
|
|
if (
|
|
|
this.deptBudgetList.warehouseName &&
|