Commit 73762235 authored by youjie's avatar youjie
parents 2796f9cf a7182499
...@@ -633,9 +633,6 @@ ...@@ -633,9 +633,6 @@
<li> <li>
<span class="hotel_name"> <span class="hotel_name">
<em>{{$t('system.ph_flightTime')}}</em> <em>{{$t('system.ph_flightTime')}}</em>
<!-- <el-date-picker class="w150" v-model="Query.QNeedDateStart" type="date" value-format="yyyy-MM-dd"
placeholder="" :picker-options="pickerBeginDateBefore">
</el-date-picker> -->
<DateLimit :clearable="false" :StartGroupDate="Query.QNeedDateStart" :EndGroupDate="Query.QNeedDateEnd" @change="(date)=> Query.QNeedDateStart = date"></DateLimit> <DateLimit :clearable="false" :StartGroupDate="Query.QNeedDateStart" :EndGroupDate="Query.QNeedDateEnd" @change="(date)=> Query.QNeedDateStart = date"></DateLimit>
<el-date-picker class="w150" v-model="Query.QNeedDateEnd" type="date" value-format="yyyy-MM-dd" <el-date-picker class="w150" v-model="Query.QNeedDateEnd" type="date" value-format="yyyy-MM-dd"
placeholder="" :picker-options="pickerBeginDateAfter"> placeholder="" :picker-options="pickerBeginDateAfter">
...@@ -1004,7 +1001,6 @@ ...@@ -1004,7 +1001,6 @@
this.Query.QNeedDateStart = StartDate this.Query.QNeedDateStart = StartDate
} }
}); });
}, },
//页面跳转 //页面跳转
goUrlT(path, obj, title) { goUrlT(path, obj, title) {
...@@ -1135,6 +1131,7 @@ ...@@ -1135,6 +1131,7 @@
}, },
}, },
mounted() { mounted() {
this.Query.QNeedDateStart=this.getBeforeDate(0, new Date().Format("yyyy-MM-dd"));
this.GetSupperOrderEditAuth() this.GetSupperOrderEditAuth()
this.getEmployeeList(); this.getEmployeeList();
this.GetLineList(); this.GetLineList();
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
</el-dialog> </el-dialog>
</div> </div>
<div class="supplierList clearfix" v-loading="loading"> <div class="supplierList clearfix" v-loading="loading">
<div class="supList" v-for="item in tabelDate" :key="item.subCode"> <div class="supList" style="width:210px;" v-for="item in tabelDate" :key="item.subCode">
<div class="suTop"> <div class="suTop">
<img src="../../assets/img/suplier.jpg"> <img src="../../assets/img/suplier.jpg">
<div class="topCircle">{{item.Number}}</div> <div class="topCircle">{{item.Number}}</div>
...@@ -123,7 +123,8 @@ ...@@ -123,7 +123,8 @@
<button class="hollowFixedBtn UPBtn" @click="isdelete(item.ID)">{{$t('system.table_delete')}}</button> <button class="hollowFixedBtn UPBtn" @click="isdelete(item.ID)">{{$t('system.table_delete')}}</button>
<button class="hollowFixedBtn HS_financial" <button class="hollowFixedBtn HS_financial"
@click="AccountManage(item)">{{$t('visaT.Accountmanagement')}}</button> @click="AccountManage(item)">{{$t('visaT.Accountmanagement')}}</button>
<button class="hollowFixedBtn HS_financial" @click="goToDriver(item)">{{$t('objFill.v101.busManagement.driverManager')}}</button> <button class="hollowFixedBtn HS_financial" style="margin-left:5px;"
@click="goToDriver(item)">{{$t('objFill.v101.busManagement.driverManager')}}</button>
</div> </div>
</div> </div>
</div> </div>
...@@ -150,7 +151,7 @@ ...@@ -150,7 +151,7 @@
deleteID: "", deleteID: "",
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 18, pageSize: 14,
Name: "", Name: "",
Contact: "", Contact: "",
Type: 5, Type: 5,
......
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