| | |
| | | * @Author: zhaoxiaoqiang 287285524@qq.com |
| | | * @Date: 2023-08-24 15:16:23 |
| | | * @LastEditors: zhaoxiaoqiang 287285524@qq.com |
| | | * @LastEditTime: 2023-09-01 11:19:29 |
| | | * @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 |
| | | --> |
| | |
| | | import Etable from "@/components/table.vue"; |
| | | export default { |
| | | components: { Etable }, |
| | | props:{ |
| | | orderId:"" |
| | | }, |
| | | data() { |
| | | return { |
| | | productShow:false, |
| | |
| | | disabled:!scope.row.canRefund&&!scope.row.tcjCanRefund |
| | | }, |
| | | style: { |
| | | // display: this.filterBtnById(150101) |
| | | // ? "inline-block" |
| | | // : "none", |
| | | display: this.filterBtnById(430207) |
| | | ? "inline-block" |
| | | : "none", |
| | | }, |
| | | on: { |
| | | click: () => { |
| | |
| | | } |
| | | }, |
| | | deep: true |
| | | }, |
| | | orderId(value){ |
| | | console.log(value) |
| | | } |
| | | }, |
| | | created() { |
| | | this.searchData.orderId = this.orderId; |
| | | this.formInline.orderId = this.orderId; |
| | | this.initSerch(); |
| | | }, |
| | | methods: { |
| | |
| | | }); |
| | | }, |
| | | 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] === '') { |