|
@@ -448,8 +448,7 @@
|
|
.then(() => {
|
|
.then(() => {
|
|
this.$refs.deptBudgetList.validate((valid) => {
|
|
this.$refs.deptBudgetList.validate((valid) => {
|
|
if (valid) {
|
|
if (valid) {
|
|
- // this.deptBudgetList.otherPersonCharge=this.deptBudgetList.otherPersonCharge.toString()
|
|
|
|
- this.deptBudgetList.otherPersonPhone = this.deptBudgetList.otherPersonPhone.toString()
|
|
|
|
|
|
+ this.deptBudgetList.otherPersonPhone =this.deptBudgetList.otherPersonPhone?this.deptBudgetList.otherPersonPhone.toString():''
|
|
this.deptBudgetList.compId =
|
|
this.deptBudgetList.compId =
|
|
localStorage.getItem('ws-pf_compId')
|
|
localStorage.getItem('ws-pf_compId')
|
|
this.deptBudgetList.warehousePositionInfoList =
|
|
this.deptBudgetList.warehousePositionInfoList =
|
|
@@ -552,7 +551,7 @@
|
|
this.deptBudgetList.warehousePositionInfoList =
|
|
this.deptBudgetList.warehousePositionInfoList =
|
|
this.freightspace
|
|
this.freightspace
|
|
this.deptBudgetList.totalStorage = this.totalStorage
|
|
this.deptBudgetList.totalStorage = this.totalStorage
|
|
- this.deptBudgetList.otherPersonPhone = this.deptBudgetList.otherPersonPhone.toString()
|
|
|
|
|
|
+ this.deptBudgetList.otherPersonPhone =this.deptBudgetList.otherPersonPhone?this.deptBudgetList.otherPersonPhone.toString():''
|
|
if (this.radio == 2) {
|
|
if (this.radio == 2) {
|
|
this.deptBudgetList.warehousetype == 2
|
|
this.deptBudgetList.warehousetype == 2
|
|
}
|
|
}
|