diff --git a/src/api/plantorder.js b/src/api/plantorder.js index f4c98ca..dd930ae 100644 --- a/src/api/plantorder.js +++ b/src/api/plantorder.js @@ -18,9 +18,9 @@ export function EbTeaPlantOrderCreateApi(data) { * ebteaplantorder更新 * @param pram */ -export function ebteaplantorderUpdateApi(data) { +export function plantorderUpdateApi(data) { return request({ - url: 'autogencode/ebteaplantorder/update', + url: `admin/teaPlant/updateOrderItem?itemId=${data.itemId}`, method: 'POST', data }) @@ -30,9 +30,9 @@ export function ebteaplantorderUpdateApi(data) { * ebteaplantorder详情 * @param pram */ -export function ebteaplantorderDetailApi(id) { +export function plantorderDetailApi(id) { return request({ - url: `autogencode/ebteaplantorder/info/${id}`, + url: `admin/plantorder/info/${id}`, method: 'GET' }) } @@ -41,10 +41,11 @@ export function ebteaplantorderDetailApi(id) { * ebteaplantorder删除 * @param pram */ -export function ebteaplantorderDeleteApi(id) { +export function plantorderDeleteApi(data) { return request({ - url: `autogencode/ebteaplantorder/delete/${id}`, - method: 'get' + url: `admin/teaPlant/delete`, + method: 'get', + params: data, }) } diff --git a/src/views/financial/commission/withdrawal/index.vue b/src/views/financial/commission/withdrawal/index.vue index f937ad7..b6397b0 100644 --- a/src/views/financial/commission/withdrawal/index.vue +++ b/src/views/financial/commission/withdrawal/index.vue @@ -4,11 +4,13 @@
- + {{ item.text }} - + diff --git a/src/views/marketing/tree/order/index.vue b/src/views/marketing/tree/order/index.vue index b11930b..9dd7ab0 100644 --- a/src/views/marketing/tree/order/index.vue +++ b/src/views/marketing/tree/order/index.vue @@ -10,12 +10,11 @@ 全部 待确认 - 成长中 + 认领中 已成熟 - 查询 @@ -31,12 +30,12 @@ align="center" label="认领凭证"> - - + + + + + + - - + - - + label="剩余天数"> + + + + + + + + + + + + + + + + + + @@ -139,13 +150,15 @@ +
+ diff --git a/src/views/marketing/tree/order/orde-add-sure.vue b/src/views/marketing/tree/order/orde-add-sure.vue new file mode 100644 index 0000000..9da27af --- /dev/null +++ b/src/views/marketing/tree/order/orde-add-sure.vue @@ -0,0 +1,126 @@ + + +