Jelajahi Sumber

取消申请开票后修改

wucl 4 hari lalu
induk
melakukan
8866c65eaf

+ 1 - 1
src/views/assets/myOrderList.vue

@@ -353,7 +353,7 @@
           <el-table-column align="center" prop="remark" label="备注"></el-table-column>
           <el-table-column fixed="right" label="操作" width="200" align="center">
             <template slot-scope="{row}">
-              <el-button :disabled="row.state != '审核中'" @click="invoiceDetail(row.id)" type="text" size="small">修改</el-button>
+              <!-- <el-button :disabled="row.state != '审核中'" @click="invoiceDetail(row.id)" type="text" size="small">修改</el-button> -->
               <el-button :disabled="row.state != '已开票'" @click="cancellation(row.id)" type="text" size="small">申请作废</el-button>
               <el-button @click="copyInvoice(row)" type="text" size="small">复制</el-button>
             </template>

+ 6 - 2
src/views/major/detail.vue

@@ -2045,7 +2045,9 @@ export default {
       tCustomerContract: [],
 
       types: [],
-      landType: ["划拨土地价格评估",
+      landType: [
+        "专家审核",
+        "划拨土地价格评估",
         "土地利用总体规划、规划调整、项目规划",
         "城乡建设用地增减挂钩项目",
         "建设用地报件",
@@ -2070,7 +2072,9 @@ export default {
         "工业用地集约利用评价",
         "征收农用地区片综合地价评估",
         "城市低效用地专项规划项目"],
-      houseType: ["司法鉴定中不动产损害赔偿评估",
+      houseType: [
+        "专家审核",
+        "司法鉴定中不动产损害赔偿评估",
         "税收部门征税房地产批量评估",
         "房地产投资项目可行性研究",
         "金融机构已设营业网点市场前景调查分析报告",

+ 2 - 2
src/views/major/myOrder.vue

@@ -235,8 +235,8 @@
           </el-table-column>
           <el-table-column fixed="right" label="操作" width="200" align="center">
             <template slot-scope="{row}">
-              <el-button :disabled="row.state != '审核中'" @click="invoiceDetail(row.id)" type="text"
-                size="small">修改</el-button>
+              <!-- <el-button :disabled="row.state != '审核中'" @click="invoiceDetail(row.id)" type="text"
+                size="small">修改</el-button> -->
               <el-button :disabled="row.state != '已开票'" @click="cancellation(row.id)" type="text"
                 size="small">申请作废</el-button>
               <el-button @click="copyInvoice(row)" type="text" size="small">复制</el-button>

+ 1 - 1
src/views/personal/myOrder.vue

@@ -412,7 +412,7 @@
           </el-table-column>
           <el-table-column fixed="right" label="操作" width="200" align="center">
             <template slot-scope="{row}">
-              <el-button :disabled="row.state != '审核中'" @click="invoiceDetail(row.id)" type="text" size="small">修改</el-button>
+              <!-- <el-button :disabled="row.state != '审核中'" @click="invoiceDetail(row.id)" type="text" size="small">修改</el-button> -->
               <el-button :disabled="row.state != '已开票'" @click="cancellation(row.id)" type="text" size="small">申请作废</el-button>
               <el-button  @click="copyInvoice(row)" type="text" size="small">复制</el-button>
             </template>