|
@@ -702,7 +702,7 @@ export default {
|
|
type:'干粮',
|
|
type:'干粮',
|
|
addressUrl:'',
|
|
addressUrl:'',
|
|
warehouseInOutDetail: {},
|
|
warehouseInOutDetail: {},
|
|
- selfLoading:"0",
|
|
|
|
|
|
+ selfLoading:'0',
|
|
},
|
|
},
|
|
historyList: [],
|
|
historyList: [],
|
|
|
|
|
|
@@ -713,7 +713,7 @@ export default {
|
|
},
|
|
},
|
|
accessoryTFs: false,
|
|
accessoryTFs: false,
|
|
deptBudgetList1:[],
|
|
deptBudgetList1:[],
|
|
- carChange1:"手动填写",
|
|
|
|
|
|
+ carChange1:'手动填写',
|
|
carjudge:false
|
|
carjudge:false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -732,11 +732,11 @@ export default {
|
|
carNoTypeChange(){
|
|
carNoTypeChange(){
|
|
this.carjudge = !this.carjudge
|
|
this.carjudge = !this.carjudge
|
|
if(!this.carjudge){
|
|
if(!this.carjudge){
|
|
- this.deptBudgetList.selfLoading = "0"
|
|
|
|
- this.carChange1="手动填写"
|
|
|
|
|
|
+ this.deptBudgetList.selfLoading = '0'
|
|
|
|
+ this.carChange1='手动填写'
|
|
}else{
|
|
}else{
|
|
- this.deptBudgetList.selfLoading = "1"
|
|
|
|
- this.carChange1="识别下拉"
|
|
|
|
|
|
+ this.deptBudgetList.selfLoading = '1'
|
|
|
|
+ this.carChange1='识别下拉'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
imgBig(item){
|
|
imgBig(item){
|
|
@@ -904,7 +904,7 @@ export default {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (
|
|
if (
|
|
- this.deptBudgetList.tare < 0 ||
|
|
|
|
|
|
+ this.deptBudgetList.tare <= 0 ||
|
|
this.deptBudgetList.tare > 10000 ||
|
|
this.deptBudgetList.tare > 10000 ||
|
|
(String(this.deptBudgetList.tare).indexOf('.') != -1 &&
|
|
(String(this.deptBudgetList.tare).indexOf('.') != -1 &&
|
|
String(this.deptBudgetList.tare).length -
|
|
String(this.deptBudgetList.tare).length -
|
|
@@ -1220,7 +1220,7 @@ export default {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (
|
|
if (
|
|
- this.deptBudgetList.tare < 0 ||
|
|
|
|
|
|
+ this.deptBudgetList.tare <= 0 ||
|
|
this.deptBudgetList.tare > 10000 ||
|
|
this.deptBudgetList.tare > 10000 ||
|
|
(String(this.deptBudgetList.tare).indexOf('.') != -1 &&
|
|
(String(this.deptBudgetList.tare).indexOf('.') != -1 &&
|
|
String(this.deptBudgetList.tare).length -
|
|
String(this.deptBudgetList.tare).length -
|
|
@@ -1602,7 +1602,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if(!this.carstatus){//若自运的合同该字段置空
|
|
if(!this.carstatus){//若自运的合同该字段置空
|
|
- this.deptBudgetList.selfLoading = ""
|
|
|
|
|
|
+ this.deptBudgetList.selfLoading = ''
|
|
}
|
|
}
|
|
this.$confirm(`确定提交出库信息`, {
|
|
this.$confirm(`确定提交出库信息`, {
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|