Commit d6b70c6b authored by liudong1993's avatar liudong1993

1

parent 298bd3cd
......@@ -1630,7 +1630,7 @@
mounted() {
let StartDate = this.getBeforeDate(186, new Date().Format("yyyy-MM-dd"))
let EndDate = this.getBeforeDate(-1, new Date().Format("yyyy-MM-dd"))
if (this.active == 2) {
if (this.active == 2 || this.active == 3) {
this.productionDate = [StartDate, EndDate]
this.msg.sDate = this.productionDate[0];
this.msg.eDate = this.productionDate[1];
......@@ -2222,7 +2222,7 @@
// 切换table栏
getActive(active, Conditon, BOSSBtn) {
this.active = active
if (this.active == 2) {
if (this.active == 2 || this.active == 3) {
let StartDate = this.getBeforeDate(186, new Date().Format("yyyy-MM-dd"))
let EndDate = this.getBeforeDate(-1, new Date().Format("yyyy-MM-dd"))
this.productionDate = [StartDate, EndDate]
......
......@@ -178,7 +178,8 @@
</p>
<div class="_bumen" >
<p>{{$t('fnc.tanzhang')}}{{item.IsShareAccount===0?$t('fnc.feitanzhang'): $t('fnc.tanzhang')}}</p>
<p>{{$t('fnc.ysbaobiao')}}{{item.Is_Report===0? $t('fnc.bujinru') : $t('fnc.jinru')}}</p>
<p v-if="item.PrioritySort>0">审核优先级:{{item.PrioritySort}}</p>
<p v-else>{{$t('fnc.ysbaobiao')}}{{item.Is_Report===0? $t('fnc.bujinru') : $t('fnc.jinru')}}</p>
<p class="_b_edit">
<!-- <button type="button" class="el-button el-tooltip item el-button--danger is-circle" aria-describedby="el-tooltip-694" tabindex="0" @click="financeinfoRemove(item.ID,item.Name)"><i class="el-icon-delete"></i></button> -->
<button v-if="msg.EmployeeID==910" type="button" class="el-button el-tooltip item el-button--primary is-circle" aria-describedby="el-tooltip-5781" tabindex="0" @click="editCurency(item.ID),text='修改'"><i class="el-icon-edit"></i></button>
......@@ -440,6 +441,11 @@
<el-radio v-model="addMsg.IsSecret" :label="0">{{$t('fnc.fou')}}</el-radio>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="审核优先级:">
<el-input v-model="addMsg.PrioritySort"></el-input><span>*数值越大越靠前</span>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
......@@ -506,6 +512,7 @@
list:[],
Is_Report:0,
IsSecret:0,
PrioritySort:0
},
EmployeeIDList:[],
text:'',
......@@ -889,6 +896,7 @@
list:[],
Is_Report:0,
IsSecret:0,
PrioritySort:0
}
if(!t){
this.addShow=false
......@@ -947,6 +955,7 @@
this.addMsg.Sort = dataList.Sort;
this.addMsg.Is_Report = dataList.Is_Report;
this.addMsg.IsSecret = dataList.IsSecret;
this.addMsg.PrioritySort = dataList.PrioritySort;
// this.addMsg = dataList;
if(dataList.DepartList.length>0){
......@@ -996,6 +1005,7 @@
list:[],
Is_Report:0,
IsSecret:0,
PrioritySort:0
}
this.addMsg = msg;
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment