|
@@ -268,12 +268,12 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
|
|
- //技能博物馆付款编码
|
|
|
|
|
|
+ //技能博物馆-费用报销-付款编码
|
|
await this.getAction('/oa/activiti/getSelectionList',{tableName:'payment_apply'}).then(res => {
|
|
await this.getAction('/oa/activiti/getSelectionList',{tableName:'payment_apply'}).then(res => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
var aa=[]
|
|
var aa=[]
|
|
res.result.map(item=>{
|
|
res.result.map(item=>{
|
|
- aa.push({value:item.paymentNumber,label:item.paymentNumber})
|
|
|
|
|
|
+ aa.push({value:item.payment_number,label:item.payment_number})
|
|
})
|
|
})
|
|
this.dynamicData.paymentNumber = aa
|
|
this.dynamicData.paymentNumber = aa
|
|
} else {
|
|
} else {
|