Przeglądaj źródła

任务中心-审核不通过/疑问订单增加审核人筛选

@dongkboy 3 tygodni temu
rodzic
commit
36e2d9714b
1 zmienionych plików z 15 dodań i 6 usunięć
  1. 15 6
      src/views/finance/index.vue

+ 15 - 6
src/views/finance/index.vue

@@ -468,13 +468,18 @@
                   start-placeholder="开始时间" end-placeholder="结束时间" format="YYYY-MM-DD" value-format="YYYY-MM-DD" />
               </el-form-item>
             </el-col>
+            <el-col :span="8">
+              <el-form-item label="审核人">
+                <el-input v-model="firstForm.auditUser" placeholder="请输入" clearable></el-input>
+              </el-form-item>
+            </el-col>
             <el-col :span="8">
               <el-form-item label="驳回时间">
                 <el-date-picker v-model="firstForm.auditTime" type="daterange" range-separator="至"
                   start-placeholder="开始时间" end-placeholder="结束时间" format="YYYY-MM-DD" value-format="YYYY-MM-DD" />
               </el-form-item>
             </el-col>
-            <el-col :span="isTrue ? 16 : 8" style="display: flex;align-items: flex-start; justify-content: flex-end">
+            <el-col :span="24" style="display: flex;align-items: flex-start; justify-content: flex-end">
               <el-button plain @click="handleExport('2')">数据导出</el-button>
               <el-button type="primary" @click="handleSearch">搜索</el-button>
               <el-button plain @click="handleReset">重置</el-button>
@@ -487,8 +492,7 @@
             </el-col>
           </el-row>
         </el-form>
-        <el-table :data="thirdData" :height="tableHeight"
-          style="width: 100%; margin-top: 20px;" highlight-current-row>
+        <el-table :data="thirdData" :height="tableHeight" style="width: 100%; margin-top: 20px;" highlight-current-row>
           <el-table-column prop="orderNo" label="订单号" width="120"></el-table-column>
           <el-table-column prop="attrType" label="业务员类型" width="120"></el-table-column>
           <el-table-column prop="mobile" label="业务员手机号" width="120"></el-table-column>
@@ -502,6 +506,7 @@
           <el-table-column prop="auditTime" label="驳回时间" width="120"></el-table-column>
           <el-table-column prop="signingTime" label="签单时间" width="120"></el-table-column>
           <el-table-column prop="payTime" label="支付时间" width="120"></el-table-column>
+          <el-table-column prop="auditUser" label="审核人" width="120"></el-table-column>
           <el-table-column prop="quotationTime" label="报价时间" width="120"></el-table-column>
           <el-table-column label="操作" fixed="right" width="300">
             <template #default="scope">
@@ -574,6 +579,11 @@
                   start-placeholder="开始时间" end-placeholder="结束时间" format="YYYY-MM-DD" value-format="YYYY-MM-DD" />
               </el-form-item>
             </el-col>
+            <el-col :span="8">
+              <el-form-item label="审核人">
+                <el-input v-model="firstForm.auditUser" placeholder="请输入" clearable></el-input>
+              </el-form-item>
+            </el-col>
             <el-col :span="8">
               <el-form-item label="疑问时间">
                 <el-date-picker v-model="firstForm.problemTime" type="daterange" range-separator="至"
@@ -603,7 +613,7 @@
               </el-form-item>
             </el-col>
 
-            <el-col :span="isTrue ? 16 : 8" style="display: flex;align-items: flex-start; justify-content: flex-end">
+            <el-col :span="24" style="display: flex;align-items: flex-start; justify-content: flex-end">
               <el-button plain @click="handleExport('3')">数据导出</el-button>
               <el-button type="primary" @click="handleSearch">搜索</el-button>
               <el-button plain @click="handleReset">重置</el-button>
@@ -616,8 +626,7 @@
             </el-col>
           </el-row>
         </el-form>
-        <el-table :data="forthData" :height="tableHeight" style="width: 100%; margin-top: 20px;"
-          highlight-current-row>
+        <el-table :data="forthData" :height="tableHeight" style="width: 100%; margin-top: 20px;" highlight-current-row>
           <el-table-column prop="orderNo" label="订单号" width="120"></el-table-column>
           <el-table-column prop="attrType" label="业务员类型" width="120">
           </el-table-column>