uu
This commit is contained in:
parent
964eaae6aa
commit
f937fc92b1
@ -1,4 +1,4 @@
|
||||
import { coreRequest } from '@/common/request'
|
||||
import { coreRequest, coreDownloadRequest } from '@/common/request'
|
||||
import url from "./url"
|
||||
|
||||
export const createOrderNo = (data = {})=> {
|
||||
@ -208,10 +208,10 @@ export const getWarehouseInList = (data = {})=> {
|
||||
return coreRequest(url.getWarehouseInList, data, {}, "GET")
|
||||
}
|
||||
|
||||
// 进仓单PDF下载连接
|
||||
// 下载进仓单PDF
|
||||
export const exportWarehouseInTpl = (data = {})=> {
|
||||
return coreRequest(url.exportWarehouseInTpl, data, {})
|
||||
}
|
||||
return coreDownloadRequest(url.exportWarehouseInTpl, data, {})
|
||||
}
|
||||
|
||||
// 确认进仓单
|
||||
export const cusConfirmWsIn = (data = {})=> {
|
||||
|
||||
@ -64,7 +64,7 @@ export default {
|
||||
getWarehouseInInfo: `/emis/emisWarehouseIn/getWarehouseInInfo`, // 获取进仓单详情
|
||||
registerWarehouseInInfo: `/emis/emisWarehouseInBatch/registerWarehouseInInfo`, // 收货入仓登记
|
||||
getWarehouseInList: `/emis/emisWarehouseIn/listSimple`, // 进仓单列表
|
||||
exportWarehouseInTpl: `/emis/emisWarehouseIn/exportWarehouseInTpl`, // 进仓单PDF下载连接
|
||||
exportWarehouseInTpl: `/emis/common/exportWarehouseInTpl`, // 进仓单PDF下载连接
|
||||
cusConfirmWsIn: `/emis/emisWarehouseIn/cusConfirmWsIn`, // 确认进仓单
|
||||
}
|
||||
|
||||
|
||||
@ -67,7 +67,8 @@
|
||||
<u-row justify="end">
|
||||
<view style="display: inline-block;white-space: nowrap;" class="mt-10">
|
||||
<u-row>
|
||||
<u-button v-if="modelInfo.pickupMethod == 1" @click="goto(`warehousing/detail?id=${211}`)" shape="circle" type="primary"
|
||||
<u-button v-if="modelInfo.pickupMethod == 1 && modelInfo.intoWarehouseBillCode"
|
||||
@click="goto(`warehousing/detail?inNo=${modelInfo.intoWarehouseBillCode}`)" shape="circle" type="primary"
|
||||
custom-style="height: 54rpx;margin-left: 20rpx;">入仓单</u-button>
|
||||
<u-button shape="circle" type="primary" :plain="true"
|
||||
custom-style="height: 54rpx;margin-left: 20rpx;">单证</u-button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user