hxl13994548489 2 лет назад
Родитель
Сommit
c39887415d
2 измененных файлов с 10 добавлено и 1 удалено
  1. 4 1
      src/views/Letter/Wallet/ExpenditureDetails.vue
  2. 6 0
      src/views/Task/mixin.js

+ 4 - 1
src/views/Letter/Wallet/ExpenditureDetails.vue

@@ -62,7 +62,9 @@
             </el-date-picker>
           </el-form-item>
         </el-col>
-        <el-col :span="3" :offset="9" class="flex j-end">
+      </el-row>
+      <el-row>
+          <el-col :span="12" :offset="12" class="flex j-end" style="margin-bottom: 10px;">
           <el-button size="small" type="primary" style="background-color: #2D4D89;border-color:#2D4D89;"
             @click="exportDetails">导出</el-button>
           <el-button size="small" type="primary" @click="onSubmit">查询</el-button>
@@ -528,6 +530,7 @@ export default {
         this.formQuery.endDate = this.formQuery.datetime[1];
       }
       if (
+        this.dateTime == undefined ||
         this.dateTime.length == 0
       ) {
         (this.formQuery.signBeginDate = ""),

+ 6 - 0
src/views/Task/mixin.js

@@ -124,6 +124,12 @@ export const mixin = { // 导出混入对象
           type: 'date',
           list: 'signList'
         },
+        {
+          name: 'leaderName',
+          label: '管理人姓名',
+          type: 'input',
+          Retained: true,
+        },
       ],
       loading: false,
       queryFrom: {},