Browse Source

12/11 17:38

11
mo 4 years ago
parent
commit
dca425270b

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-05ffe0fa.3d986f89.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-05ffe0fa.b965e376.js


+ 8 - 4
src/views/businessManager/orderManager/orderAudit/index.vue

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

Some files were not shown because too many files changed in this diff