master
271556543@qq.com 3 years ago
parent 21636aeaa9
commit 8ea051f629

@ -388,19 +388,19 @@
// //
clockIn() { clockIn() {
// //
let flag = false // let flag = false
for (let i of this.skuList) { // for (let i of this.skuList) {
if (i.isSelect && i.form.time) { // if (i.isSelect && i.form.time) {
flag = true // flag = true
} // }
} // }
if (!flag) { // if (!flag) {
uni.showToast({ // uni.showToast({
icon: 'none', // icon: 'none',
title: `请选择并填写服务项目与时间` // title: ``
}) // })
return // return
} // }
this.saveSku().then(res => { this.saveSku().then(res => {
this.type = 2 this.type = 2
this.isShowImg = true this.isShowImg = true

Loading…
Cancel
Save