| | |
| | | * @Author: zhaoxiaoqiang 287285524@qq.com |
| | | * @Date: 2023-08-24 15:16:23 |
| | | * @LastEditors: zhaoxiaoqiang 287285524@qq.com |
| | | * @LastEditTime: 2023-09-06 17:44:03 |
| | | * @LastEditTime: 2023-09-07 10:13:57 |
| | | * @FilePath: \qyp_plat\src\views\qyp-project-order\history.vue |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | --> |
| | |
| | | }); |
| | | }, |
| | | onSearch() { |
| | | this.formInline.payStartTime = this.createdTime[0]?this.createdTime[0]:null; |
| | | this.formInline.payEndTime = this.createdTime[1]?this.createdTime[1]:null; |
| | | |
| | | this.formInline.payStartTime = this.createdTime&&this.createdTime[0]?this.createdTime[0]:null; |
| | | this.formInline.payEndTime = this.createdTime&&this.createdTime[1]?this.createdTime[1]:null; |
| | | let objForm = JSON.parse(JSON.stringify(this.formInline)); |
| | | for (let key in objForm) { |
| | | if (objForm[key] === "all"||objForm[key] === null||objForm[key] === '') { |