|
@@ -396,7 +396,7 @@
|
|
deductionWeight: 0,
|
|
deductionWeight: 0,
|
|
grossWeight: '',
|
|
grossWeight: '',
|
|
tare: '',
|
|
tare: '',
|
|
- inOutDate:"",
|
|
|
|
|
|
+ inOutDate:'',
|
|
},
|
|
},
|
|
historyList: [],
|
|
historyList: [],
|
|
cost: '',
|
|
cost: '',
|
|
@@ -434,7 +434,7 @@
|
|
var year = date.getFullYear();
|
|
var year = date.getFullYear();
|
|
var month = date.getMonth() + 1;
|
|
var month = date.getMonth() + 1;
|
|
var strDate = date.getDate()
|
|
var strDate = date.getDate()
|
|
- this.deptBudgetList.inOutDate = ""+year+"-"+month+"-"+strDate
|
|
|
|
|
|
+ this.deptBudgetList.inOutDate = ''+year+'-'+month+'-'+strDate
|
|
this.information = this.$route.query.information
|
|
this.information = this.$route.query.information
|
|
if (this.$route.query.allowEdit == 1) {
|
|
if (this.$route.query.allowEdit == 1) {
|
|
this.allowEdit = false
|
|
this.allowEdit = false
|
|
@@ -526,7 +526,7 @@
|
|
// }
|
|
// }
|
|
console.log('value:', value);
|
|
console.log('value:', value);
|
|
if (this.deptBudgetList.warehouseName && (this.deptBudgetList.warehouseName == '山东诸城迈饶库' || this
|
|
if (this.deptBudgetList.warehouseName && (this.deptBudgetList.warehouseName == '山东诸城迈饶库' || this
|
|
- .deptBudgetList.warehouseName == '克东千红库' || this.deptBudgetList.warehouseName == '鲅鱼圈祥腾库')) {
|
|
|
|
|
|
+ .deptBudgetList.warehouseName == '克东千红库' || this.deptBudgetList.warehouseName == '鲅鱼圈祥腾库'|| this.deptBudgetList.warehouseName == '哈尔滨依兰库')) {
|
|
for (var i = 0; i < value.length; i++) {
|
|
for (var i = 0; i < value.length; i++) {
|
|
var tmp = String.fromCharCode(value[i])
|
|
var tmp = String.fromCharCode(value[i])
|
|
if (tmp == '+') {
|
|
if (tmp == '+') {
|