Преглед изворни кода

生产进度报表添加账套号筛选条件

jbb пре 2 година
родитељ
комит
4039e8e0e5
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      src/views/reportForms/pro-progress-report.vue

+ 8 - 0
src/views/reportForms/pro-progress-report.vue

@@ -72,6 +72,11 @@
                   ></a-date-picker>
                 </a-form-item>
               </a-col>
+              <a-col :md="6" :sm="8">
+                <a-form-item label="账套号">
+                  <a-input placeholder="请输入账套号" v-model="queryParam.accId"></a-input>
+                </a-form-item>
+              </a-col>
             </template>
 
             <!-- 重置 -->
@@ -241,10 +246,12 @@ export default {
         // dDate: '',
         // color: '',
         // dPreDateBT: '' // 交期
+        accId:'903'
       }
     }
   },
   created() {
+    
     this.getproProgressList()
   },
   methods: {
@@ -304,6 +311,7 @@ export default {
     },
     searchReset() {
       this.queryParam = {}
+      this.queryParam.accId='903'
       this.getproProgressList()
     },