小程序打卡功能优化
This commit is contained in:
@ -70,4 +70,16 @@ export function getAllPunchLogByCustomerId(query) {
|
||||
})
|
||||
}
|
||||
|
||||
// 点评打卡
|
||||
export function commentPunchContent(data) {
|
||||
return request({
|
||||
url: '/custom/wxUserLog/commentPunchContent',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -8,15 +8,15 @@
|
||||
>
|
||||
<div style="margin-top: -20px;">
|
||||
<div
|
||||
style="float: right; "
|
||||
|
||||
style="float: right; margin-bottom:10px"
|
||||
>
|
||||
|
||||
<!--<el-button
|
||||
<el-button
|
||||
v-hasPermi="['custom:wxUserLog:query']"
|
||||
type="primary"
|
||||
plain
|
||||
>评分</el-button
|
||||
>-->
|
||||
>打卡点评</el-button
|
||||
>
|
||||
|
||||
|
||||
</div>
|
||||
@ -84,7 +84,7 @@
|
||||
</template>
|
||||
<script>
|
||||
import {
|
||||
getPunchLogDetail
|
||||
getPunchLogDetail,commentPunchContent
|
||||
} from "@/api/custom/wxUserLog";
|
||||
import TableDetailMessage from "@/components/TableDetailMessage";
|
||||
|
||||
|
Reference in New Issue
Block a user