|
@@ -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()
|
|
|
},
|
|
|
|