From 1f76e51498ffa66515e76a73aa45b058ad5e0ea9 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Tue, 21 Jan 2025 16:18:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E7=AE=A1=E7=90=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/part/partArrived.js | 9 + src/views/material/part/partAccept/detail.vue | 6 +- src/views/material/part/partAccept/index.vue | 339 ++++++++---------- .../part/partArrived/component/addTools.vue | 2 +- .../part/partArrived/component/home.vue | 99 ++--- 5 files changed, 206 insertions(+), 249 deletions(-) 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}}
- + + + + + + + + + + + +
+
+
+ 供应科: +
+
+ + +
+
+ 生产技术科: + +
+
+ +
+
+ 库管班: +
+
+
+ +
+ + +