|
|
|
@ -58,7 +58,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</el-image>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="height-full fr center mr20" @click="linkPage('/remind/sup/certRemind')">
|
|
|
|
|
<div class="height-full fr center mr20" @click="linkPage('/remind/supCertRemindMsg')">
|
|
|
|
|
<span class="header d-block">
|
|
|
|
|
资质预警
|
|
|
|
|
</span>
|
|
|
|
@ -151,7 +151,7 @@
|
|
|
|
|
重新加载
|
|
|
|
|
</el-button>
|
|
|
|
|
<el-button type="text" style="font-size: 15px;color: unset"
|
|
|
|
|
@click="linkPage('/pur/auditDelivery')">更多
|
|
|
|
|
@click="linkPage('/order/checked')">更多
|
|
|
|
|
<el-icon class="el-icon-d-arrow-right"/>
|
|
|
|
|
</el-button>
|
|
|
|
|
</div>
|
|
|
|
@ -198,7 +198,7 @@
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
@click="linkPage('/pur/auditDelivery')"
|
|
|
|
|
@click="linkPage('/order/checked')"
|
|
|
|
|
>处理
|
|
|
|
|
</el-button>
|
|
|
|
|
</template>
|
|
|
|
@ -311,9 +311,10 @@ export default {
|
|
|
|
|
this.orderLoading = true
|
|
|
|
|
let orderQuery = {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 5,
|
|
|
|
|
status: 10,
|
|
|
|
|
vueType: "supDelivery",
|
|
|
|
|
limit: 10,
|
|
|
|
|
// status: 10,
|
|
|
|
|
statusType: "waitAudited"
|
|
|
|
|
// vueType: "supDelivery",
|
|
|
|
|
}
|
|
|
|
|
getOrderList(orderQuery)
|
|
|
|
|
.then((res) => {
|
|
|
|
|