Commit bed4a43c authored by yaya's avatar yaya

添加寄售功能

parent 4df67a3e
import request from '@/utils/request'
export function findConsignList(params) {
return request({
url: '/consignSaleManage/findList',
method: 'post',
data: params
})
}
export function imgValuate(params) {
return request({
url: '/consignSaleManage/imgValuate',
method: 'post',
data: params
})
}
export function identifyImage(params) {
return request({
url: '/consignSaleManage/identify',
method: 'post',
data: params
})
}
export function finishValue(params) {
return request({
url: '/consignSaleManage/finish',
method: 'post',
data: params
})
}
export function cancelValue(params) {
return request({
url: '/consignSaleManage/cancel',
method: 'post',
data: params
})
}
<template>
<div>
详情
</div>
</template>
<script>
export default {
name: 'ConsignDetail'
}
</script>
<style scoped>
</style>
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment