From fa80d086f18bfbe73bfdd435e71e12815944d422 Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Tue, 22 Oct 2024 11:00:16 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E6=A8=A1=E5=9D=97=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/baseGround/manufacturer.js | 10 +
src/api/newBuy/goodsAccept.js | 36 +++
src/api/newBuy/goodsEntry.js | 0
.../material/newBuy/goodsAccept/detail.vue | 248 +++++++++++++++++
.../material/newBuy/goodsAccept/index.vue | 254 ++++++++++++++++++
.../material/newBuy/goodsEntry/detail.vue | 247 +++++++++++++++++
.../material/newBuy/goodsEntry/index.vue | 248 +++++++++++++++++
7 files changed, 1043 insertions(+)
create mode 100644 src/api/newBuy/goodsAccept.js
create mode 100644 src/api/newBuy/goodsEntry.js
create mode 100644 src/views/material/newBuy/goodsAccept/detail.vue
create mode 100644 src/views/material/newBuy/goodsAccept/index.vue
create mode 100644 src/views/material/newBuy/goodsEntry/detail.vue
create mode 100644 src/views/material/newBuy/goodsEntry/index.vue
diff --git a/src/api/baseGround/manufacturer.js b/src/api/baseGround/manufacturer.js
index d3cbc8d..95e5bc3 100644
--- a/src/api/baseGround/manufacturer.js
+++ b/src/api/baseGround/manufacturer.js
@@ -9,6 +9,16 @@ export function getListFacturer(query) {
})
}
+//机具类型管理列表信息
+export function getManufacturerSelect(query) {
+ return request({
+ url: '/material/ma_supplier_info/select',
+ method: 'get',
+ params: query,
+ })
+}
+
+
//查看机具类型管理列表详细信息
export function getFacturerDetail(id) {
return request({
diff --git a/src/api/newBuy/goodsAccept.js b/src/api/newBuy/goodsAccept.js
new file mode 100644
index 0000000..439ee9a
--- /dev/null
+++ b/src/api/newBuy/goodsAccept.js
@@ -0,0 +1,36 @@
+import request from '@/utils/request'
+
+// 查询新购验收任务列表
+export function getPurchaseList(query) {
+ return request({
+ url: '/material/purchase_check_info/list',
+ method: 'get',
+ params: query
+ })
+ }
+
+// 查询新购验收任务详细列表
+export function getPurchaseDetailsList(query) {
+ return request({
+ url: '/material/purchase_check_details/list',
+ method: 'get',
+ params: query
+ })
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/api/newBuy/goodsEntry.js b/src/api/newBuy/goodsEntry.js
new file mode 100644
index 0000000..e69de29
diff --git a/src/views/material/newBuy/goodsAccept/detail.vue b/src/views/material/newBuy/goodsAccept/detail.vue
new file mode 100644
index 0000000..50ab02c
--- /dev/null
+++ b/src/views/material/newBuy/goodsAccept/detail.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+ 新购到货验收
+
+
+
+ 合格
+
+
+
+ 不合格
+
+
+
+
+
+
+
+ {{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 合格
+
+
+ 不合格
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/material/newBuy/goodsAccept/index.vue b/src/views/material/newBuy/goodsAccept/index.vue
new file mode 100644
index 0000000..2a1c46c
--- /dev/null
+++ b/src/views/material/newBuy/goodsAccept/index.vue
@@ -0,0 +1,254 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+ 验收合格
+
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+ {{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 待验收
+ 验收合格
+ 验收未通过
+ 已全部入库
+ 入库审核中
+ 综合服务中心未通
+ 入库审核未通过
+ 综合服务中心审核中
+ 部分已入库
+ /
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+ 验收
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/material/newBuy/goodsEntry/detail.vue b/src/views/material/newBuy/goodsEntry/detail.vue
new file mode 100644
index 0000000..fecbb3b
--- /dev/null
+++ b/src/views/material/newBuy/goodsEntry/detail.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+ 新购到货验收
+
+
+
+ 合格
+
+
+
+ 不合格
+
+
+
+
+
+
+
+ {{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 合格
+
+
+ 不合格
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/material/newBuy/goodsEntry/index.vue b/src/views/material/newBuy/goodsEntry/index.vue
new file mode 100644
index 0000000..9e42887
--- /dev/null
+++ b/src/views/material/newBuy/goodsEntry/index.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+ 入库
+
+
+
+
+ 驳回
+
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+ {{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 待验收
+ 验收合格
+ 验收未通过
+ 已全部入库
+ 入库审核中
+ 综合服务中心未通
+ 入库审核未通过
+ 综合服务中心审核中
+ 部分已入库
+ /
+
+
+
+
+
+
+ 查看
+
+
+ 入库
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file