浏览代码

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

ccj 2 年之前
父节点
当前提交
59254b2258
共有 6 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pages/clock/the_clock.vue
  2. 二进制
      static/img/oa_office/clock.png
  3. 二进制
      static/img/oa_office/fulling.png
  4. 二进制
      static/img/oa_office/leave.png
  5. 二进制
      static/img/oa_office/reimbursement.png
  6. 二进制
      static/img/oa_office/shortfull.png

+ 5 - 0
pages/clock/the_clock.vue

@@ -150,6 +150,11 @@
 			this.createDate = _day.getFullYear() + "-" + (_day.getMonth() + 1);
 		},
 		methods: {
+			supp(item) {
+				uni.navigateTo({
+					url: '/pages/clock/supp_clock' + `?id=${item.id}`,
+				})
+			},
 			dateChange(e) {
 				console.log(e)
 				this.createDate = e.year + "-" + e.month

二进制
static/img/oa_office/clock.png


二进制
static/img/oa_office/fulling.png


二进制
static/img/oa_office/leave.png


二进制
static/img/oa_office/reimbursement.png


二进制
static/img/oa_office/shortfull.png