diff --git a/src/api/part/partArrived.js b/src/api/part/partArrived.js index b04c76db..34c27975 100644 --- a/src/api/part/partArrived.js +++ b/src/api/part/partArrived.js @@ -61,4 +61,13 @@ export function getPartTypeFileList(query) { method: 'get', params: query }) +} + +//根据任务id查询入库单 +export function getInBoundForm(query) { + return request({ + url: '/material/part_arrived/getInBoundForm', + method: 'get', + params: query + }) } \ No newline at end of file diff --git a/src/views/material/part/partAccept/detail.vue b/src/views/material/part/partAccept/detail.vue index 9936180f..2d42745a 100644 --- a/src/views/material/part/partAccept/detail.vue +++ b/src/views/material/part/partAccept/detail.vue @@ -148,12 +148,12 @@ :show-overflow-tooltip="true" /> - + /> --> {{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }} - + - + @@ -132,178 +132,156 @@ @pagination="getList" /> - - - - - - 机具配件到货验收单 - - - - 单据编号:{{printData.code}} - - - 生产厂家(供应商):{{printData.supplierName}} - - - - 到货日期:{{printData.arrivalDate}} - - - - - - - - - - - - - - - - - - - - - - - - - - 供应科:{{printData.supplyDept}} - - - - - - - 生产技术科: - - - - - - - - - 库管班:{{printData.warehouseTeam}} - - - - + + + + + + 机具配件到货入库单 + + + + 单据编号:{{printData.code}} + + + 生产厂家(供应商):{{printData.supplier}} - + + + + + + + + + + + + + + + 供应科: + + + + + + + 生产技术科: + + + + + + + 库管班: + + + + + + + +