|
@@ -21,7 +21,7 @@ Page({
|
|
|
applyReason:'',
|
|
applyReason:'',
|
|
|
CotegoryArray:[],
|
|
CotegoryArray:[],
|
|
|
Cotegory:[],
|
|
Cotegory:[],
|
|
|
- invoicesStatus: 0,//单据状态1:待审批,2:已审批,3:不同意?
|
|
|
|
|
|
|
+ invoicesStatus: 1,//单据状态1:待审批,2:已审批,3:不同意?
|
|
|
isDetails: false, //加分申请详情时状态
|
|
isDetails: false, //加分申请详情时状态
|
|
|
applyNorm:'',
|
|
applyNorm:'',
|
|
|
detailsData:{} ,
|
|
detailsData:{} ,
|
|
@@ -106,9 +106,9 @@ Page({
|
|
|
var invoicesStatus = itemdata.invoicesStatus
|
|
var invoicesStatus = itemdata.invoicesStatus
|
|
|
var applyStatus
|
|
var applyStatus
|
|
|
|
|
|
|
|
- if (invoicesStatus == 0){
|
|
|
|
|
|
|
+ if (invoicesStatus == 1){
|
|
|
applyStatus = '待审批'
|
|
applyStatus = '待审批'
|
|
|
- } else if (invoicesStatus == 1){
|
|
|
|
|
|
|
+ } else if (invoicesStatus == 2){
|
|
|
applyStatus = '已审批'
|
|
applyStatus = '已审批'
|
|
|
}else{
|
|
}else{
|
|
|
applyStatus = '未通过'
|
|
applyStatus = '未通过'
|