diff --git a/src/api/store/newBuy.js b/src/api/store/newBuy.js index 0e4eeb2..c4f6887 100644 --- a/src/api/store/newBuy.js +++ b/src/api/store/newBuy.js @@ -377,3 +377,13 @@ export function getBindCodeDetails(query) { export const postAcceptImgUploadApi = (data) => { return request.post('/material/purchaseCheckDetails/uploadPic', data) } + + +//新增机具模板下载 +export function downLoadTypeModel(data) { + return request({ + url: '/material/purchaseMacode/downLoadTypeModel', + method: 'post', + data: data, + }) +} \ No newline at end of file diff --git a/src/views/claimAndreturn/picking/apply/component/home.vue b/src/views/claimAndreturn/picking/apply/component/home.vue index b3797ea..6484fc6 100644 --- a/src/views/claimAndreturn/picking/apply/component/home.vue +++ b/src/views/claimAndreturn/picking/apply/component/home.vue @@ -9,7 +9,7 @@ v-show="showSearch" label-width="80px" > - + {{ scope.row.leaseApplyInfoList[0].remark }} - + - +