|
@@ -5,7 +5,7 @@
|
|
|
<div class="squrt"></div>订单审核
|
|
|
</h2>
|
|
|
<div class="m-core">
|
|
|
-
|
|
|
+
|
|
|
<saveform ref="searchForm" :model.sync="searchForm" inline style="margin-top: 20px" >
|
|
|
<el-form-item>
|
|
|
<el-input v-model.trim="searchForm.transNo"
|
|
@@ -129,7 +129,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
- <pagination
|
|
|
+ <pagination
|
|
|
sync
|
|
|
:total.sync="rules.total"
|
|
|
:page.sync="rules.page"
|
|
@@ -150,15 +150,19 @@
|
|
|
v-if="orderVisible"
|
|
|
@getList="getList" />
|
|
|
<span slot="footer"
|
|
|
- class="dialog-footer" v-permission="'routeOrder/auditOutOrder'">
|
|
|
+ class="dialog-footer" >
|
|
|
<el-button v-if="activeRow&&activeRow.auditStatus == 'ING'"
|
|
|
+ v-permission="'routeOrder/auditOutOrder'"
|
|
|
@click="submit('REJECT')">驳回</el-button>
|
|
|
<el-button v-if="activeRow&&activeRow.auditStatus == 'ING'"
|
|
|
+ v-permission="'routeOrder/auditOutOrder'"
|
|
|
@click="submit('PASS')"
|
|
|
type="primary">审核通过</el-button>
|
|
|
<el-button @click="orderVisible = false"
|
|
|
+
|
|
|
v-if="activeRow&&activeRow.auditStatus == 'REJECT'&&!isLook">取 消</el-button>
|
|
|
<el-button v-if="activeRow&&activeRow.auditStatus == 'REJECT'&&!isLook"
|
|
|
+ v-permission="'routeOrder/update'"
|
|
|
@click="submitReaet"
|
|
|
type="primary">确 定</el-button>
|
|
|
</span>
|
|
@@ -297,4 +301,4 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang='scss' scoped>
|
|
|
-</style>
|
|
|
+</style>
|