guarantee-lsq 2 anos atrás
pai
commit
c52082497e

+ 1 - 1
src/views/repair/application-form/RepairCheckForm.vue

@@ -135,7 +135,7 @@ export default {
       // 查询参数
       queryParam: {
         filter: 0,
-        searchType: 3
+        searchType: 7
       },
       visible: true,
       // 表头

+ 6 - 6
src/views/repair/application-form/modules/DetailCheck.vue

@@ -103,10 +103,10 @@
       </a-layout>
       <title-divider title="配件清单" width="90px"></title-divider>
       <div class="table-operator" v-if="$auth('repair-application-forms-finish')">
-        <a-button type="primary" @click="handleSpareSelect">
+<!--        <a-button type="primary" @click="handleSpareSelect">
           <a-icon type="plus"/>
           添加
-        </a-button>
+        </a-button>-->
       </div>
       <a-table
         :data-source="dataSpare"
@@ -116,10 +116,10 @@
       </a-table>
       <title-divider title="费用清单" width="90px"></title-divider>
       <div class="table-operator" v-if="$auth('repair-application-forms-finish') ">
-        <a-button type="primary" @click="handleAddFee">
+<!--        <a-button type="primary" @click="handleAddFee">
           <a-icon type="plus"/>
           添加
-        </a-button>
+        </a-button>-->
       </div>
       <a-table
         :data-source="dataFee"
@@ -142,10 +142,10 @@
       </a-table>
       <title-divider title="维修报告" width="90px"></title-divider>
       <div class="table-operator" >
-        <a-button type="primary" v-if="$auth('repair-repair-reasons-add') && ((dataReason === null) || (dataReason.length===0))" @click="handleAddReason">
+<!--        <a-button type="primary" v-if="$auth('repair-repair-reasons-add') && ((dataReason === null) || (dataReason.length===0))" @click="handleAddReason">
           <a-icon type="plus"/>
           添加
-        </a-button>
+        </a-button>-->
       </div>
       <a-table
         :data-source="dataReason"