-
zhangwei
2025-03-06 8c047f7da19d7e59136a322e1a851d4b6b0eab97
src/pages/delivergoods/query.vue
@@ -174,14 +174,15 @@
            deliverKeyName: ''
         }
      },
      onShow() {
         this.init()
      },
      computed: {
         ...mapGetters(['userInfo']),
         isAdmin() {
            return this.userInfo.userCompany ? this.userInfo.userCompany.isAdmin : false
         },
      },
      onShow() {
         this.init()
      },
      onReady() {
         this.$refs.formRef.setRules(this.rules);
@@ -197,8 +198,8 @@
         }
      },
      onPullDownRefresh() {
         this.startDate = ''
         this.endDate = ''
         this.timeStart = ''
         this.timeEnd = ''
         this.workTime = ''
         this.deliverKeyName = ''
         this.init()
@@ -237,7 +238,7 @@
            this.timeStart = new Date(val.startDate.result) //工作开始时间
            this.timeEnd = new Date(val.endDate.result)
            this.datePickerShow = !this.datePickerShow
            this.getList()
            this.init()
         },
         confirmDate(val) {
            console.log(val);