瀏覽代碼

取消审核驳回操作

gks 1 年之前
父節點
當前提交
75f3281268
共有 1 個文件被更改,包括 9 次插入14 次删除
  1. 9 14
      src/views/norm/quotaBonded.vue

+ 9 - 14
src/views/norm/quotaBonded.vue

@@ -7,9 +7,9 @@
       v-show="showSearch"
       label-width="86px"
     >
-      <el-form-item label="指标名称" prop="quotaName">
+      <!-- <el-form-item label="指标名称" prop="quotaName">
         <el-input v-model="queryParams.quotaName"></el-input>
-      </el-form-item>
+      </el-form-item> -->
       <el-form-item label="保税区名称" prop="bondedName">
         <el-select
           v-model="queryParams.bondedName"
@@ -354,19 +354,11 @@
         </el-timeline-item>
       </el-timeline>
 
-      <div slot="footer" v-if="!isAppoval" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">确 定</el-button>
-        <el-button @click="cancel">取 消</el-button>
-      </div>
-      <div slot="footer" v-else class="dialog-footer">
-        <el-button type="primary" @click="setRejectAndResolve('resolve')"
-          >通 过</el-button
-        >
-        <el-button type="warning" @click="setRejectAndResolve('reject')"
-          >驳 回</el-button
-        >
-        <el-button @click="cancel">取 消</el-button>
+      <div slot="footer" class="dialog-footer">
+        <el-button type="primary" v-if="!isAppoval" @click="submitForm">确 定</el-button>
+        <el-button  @click="cancel">取 消</el-button>
       </div>
+    
     </el-dialog>
   </div>
 </template>
@@ -395,6 +387,7 @@ export default {
   name: "QUOTABONDED",
   data() {
     return {
+      user:null,
       // 查看修改
       check: false,
 
@@ -469,6 +462,7 @@ export default {
     // });
     this.getList();
     this.getDeptList();
+
   },
   methods: {
     checkPermi,
@@ -491,6 +485,7 @@ export default {
       this.loading = true;
       listDept({ parentId: "100" }).then((response) => {
         getInfo().then((res) => {
+          this.user = res.user.roles[0];
           if (res.user.dept.type == 2) {
             response.data.forEach((item) => {
               if (item.deptId == res.user.dept.deptId) {