|
|
|
@ -1078,7 +1078,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
handleShowRules() {},
|
|
|
|
|
handleBtConfirm(key, ignoreFeeTip) {
|
|
|
|
|
console.log('ignoreFeeTip...', ignoreFeeTip)
|
|
|
|
|
if (key == 2 || key == 3) {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
@ -1160,7 +1159,6 @@ export default {
|
|
|
|
|
// });
|
|
|
|
|
})
|
|
|
|
|
.catch((err) => {
|
|
|
|
|
console.log('err..', err)
|
|
|
|
|
this.$loading(false, 'form')
|
|
|
|
|
if (err && err.length > 0 && err[0].name) {
|
|
|
|
|
const fieldElement = this.$refs.form.$el.querySelector(
|
|
|
|
@ -1261,7 +1259,6 @@ export default {
|
|
|
|
|
'show',
|
|
|
|
|
true
|
|
|
|
|
)
|
|
|
|
|
console.log('form......', this.form)
|
|
|
|
|
// this.handleFilterList(obj.invoiceIds || {}).then((arr) => {
|
|
|
|
|
//
|
|
|
|
|
// })
|
|
|
|
@ -1277,7 +1274,6 @@ export default {
|
|
|
|
|
// })
|
|
|
|
|
},
|
|
|
|
|
handleConfirmIe(arr, index, nIndex) {
|
|
|
|
|
console.log(arr)
|
|
|
|
|
// let nameArr = ((this.ieList.filter(item => arr.includes(item.id)) || []).map(item => item.invoiceCode)).join('、')
|
|
|
|
|
this.$set(
|
|
|
|
|
this.form.expenseClaimTrips[index].expenseClaimDetails[nIndex],
|
|
|
|
@ -1301,7 +1297,6 @@ export default {
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
|
handleConfirmIe1(arr, nIndex) {
|
|
|
|
|
console.log(arr)
|
|
|
|
|
// let nameArr = ((this.ieList.filter(item => arr.includes(item.id)) || []).map(item => item.invoiceCode)).join('、')
|
|
|
|
|
this.$set(this.form.expenseClaimDetails[nIndex], 'invoiceIds', arr)
|
|
|
|
|
this.$set(this.form.expenseClaimDetails[nIndex], 'show', false)
|
|
|
|
@ -1439,7 +1434,6 @@ export default {
|
|
|
|
|
this.$set(this.form.expenseClaimTrips[index], 'isOpen', false)
|
|
|
|
|
},
|
|
|
|
|
handleConfirmPo(arr, index) {
|
|
|
|
|
console.log(arr, 1431)
|
|
|
|
|
let nameArr =
|
|
|
|
|
(this.form.expenseClaimTrips[index].tripPartnersName &&
|
|
|
|
|
this.form.expenseClaimTrips[index].tripPartnersName.split('、')) ||
|
|
|
|
@ -1582,10 +1576,7 @@ export default {
|
|
|
|
|
disabled: item.status != 2 ? true : false,
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
console.log(
|
|
|
|
|
'this.expenseApplyList',
|
|
|
|
|
this.expenseApplyList.filter((item) => item.id == 179)
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
resolve()
|
|
|
|
|
this.$loading(false)
|
|
|
|
|
})
|
|
|
|
@ -1602,7 +1593,6 @@ export default {
|
|
|
|
|
}).then((res) => {
|
|
|
|
|
// 出差类型
|
|
|
|
|
this.tripTypeList = res.data.list || []
|
|
|
|
|
console.log('tripTypeList..', this.tripTypeList)
|
|
|
|
|
})
|
|
|
|
|
listData({
|
|
|
|
|
pageNo: 1,
|
|
|
|
|