Commit 21cc65b9 by wq

8.21

parent 6a1b610a
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -148,7 +148,18 @@ export function loadSendOutList(id: number) {
},
)
}
// 设置备注
export function backEndCommentsApi(id: number, remark: string) {
return axios.get<never, BaseRespData<SendOrderData[]>>(
'factory/customJomallOrderProduct/setRemark',
{
params: {
id,
remark
},
},
)
}
// 操作日志
export function getLogList(id: number) {
return axios.get<never, BaseRespData<LogListData[]>>(
......
......@@ -102,7 +102,6 @@
</span>
</div>
<div
v-if="item.remark"
:title="item.remark || ''"
class="order-list-expand_item_info_title"
>
......
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