瀏覽代碼

个贷我的订单新增已出产品字段

wucl 3 周之前
父節點
當前提交
a5b20a423e
共有 2 個文件被更改,包括 8 次插入2 次删除
  1. 1 1
      src/components/MoreSearchBar/index.vue
  2. 7 1
      src/views/personal/myOrder.vue

+ 1 - 1
src/components/MoreSearchBar/index.vue

@@ -55,7 +55,7 @@
                 </el-col>
                 <el-col :xs="24" :sm="12" :lg="3" :span="6" style="margin-right: 5px; margin-left: -15px;">
                     <el-select v-if="productions" v-model="listQuery.productions" @change="searchList" placeholder="已出产品" clearable>
-                        <el-option value="价值意见书" label="价值意见书">价值意见书</el-option>
+                        <el-option value="意见书" label="意见书">意见书</el-option>
                         <el-option value="技术报告" label="技术报告">技术报告</el-option>
                         <el-option value="结果报告" label="结果报告">结果报告</el-option>
                         <el-option value="复评函" label="复评函">复评函</el-option>

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

@@ -10,7 +10,7 @@
           :page-jump="true" round style="position: absolute;right: 30px;z-index:9" :page-query="{'couldEdit':true,'saveOrderBtn':'保存订单','showBtn':true ,'couldBack':true}" />
         </el-col>
           <MoreSearchBar business="PERSONAL_BUSINESS" @fliterSearch="fliterSearch" @resetParams="resetParams" :listQuery="listQuery" 
-              :nodeCode="false" :clientManager="false" :outwardStaffName="false" :inwardStaffName="false" :pricingStaffName="false" :handlerName="false">
+              :nodeCode="false" :clientManager="false" :outwardStaffName="false" :inwardStaffName="false" :pricingStaffName="false" :handlerName="false" :productions="true">
             <template v-slot:otherButton>
               <el-button class="filter-item" round type="success" @click="exportMyOrder()" :disabled="!listQuery.startDate && !listQuery.endDate">导出
               </el-button>
@@ -103,6 +103,12 @@
             <span>{{ row.invoiceAmount }}</span>
           </template>
         </el-table-column>
+        <el-table-column label="已出产品" align="center" width='120'
+        v-if="!hiddenLabels.includes('productions')" prop="productions" >
+          <template slot-scope="{row}">
+            <span>{{ row.productions?row.productions:'-' }}</span>
+          </template>
+        </el-table-column>
         <el-table-column label="下单时间" align="center" width="110"
         v-if="!hiddenLabels.includes('created')" prop="created" >
           <template slot-scope="{row}">