From 1189daa7ed933761fa3f5a265c465d5b58a1a662 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Tue, 23 May 2023 11:32:29 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=94=80=E5=94=AE=E5=8F=B0?=
=?UTF-8?q?=E8=B4=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/api/cheliang/cheliangxiaoshou.js | 56 ++++-
.../cheliangxiaoshoutaizhang.vue | 89 ++++----
.../cheliangxiaoshoutaizhangInfo.vue | 216 ++++++++++++++++++
3 files changed, 303 insertions(+), 58 deletions(-)
create mode 100644 anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangxiaoshou/cheliangxiaoshoutaizhangInfo.vue
diff --git a/anrui-scm/anrui-scm-ui/src/api/cheliang/cheliangxiaoshou.js b/anrui-scm/anrui-scm-ui/src/api/cheliang/cheliangxiaoshou.js
index cdac919625..d12436047b 100644
--- a/anrui-scm/anrui-scm-ui/src/api/cheliang/cheliangxiaoshou.js
+++ b/anrui-scm/anrui-scm-ui/src/api/cheliang/cheliangxiaoshou.js
@@ -11,16 +11,6 @@ export function pagerList(data) {
})
}
-// 车辆销售(出库)列表(查出库申请推送的,信息从主表和子表中获取)
-export function listPage(data) {
- return request({
- url: '/base/v1/basevehicleoutapply/listPage',
- data,
- method: 'post',
- headers: { 'Content-Type': 'application/json' }
- })
-}
-
// 出库详情
export function fetcBySid(sid) {
return request({
@@ -58,3 +48,49 @@ export function exportExcel(data) {
})
}
+// 车辆销售(出库)列表(查出库申请推送的,信息从主表和子表中获取)
+export function listPage(data) {
+ return request({
+ url: '/base/v1/basevehicleoutapply/listPage',
+ data,
+ method: 'post',
+ headers: { 'Content-Type': 'application/json' }
+ })
+}
+
+// 车辆销售(出库)详情(查出库申请推送的,信息从主表和子表中获取)
+export function detailsNew(data) {
+ return request({
+ url: 'base/v1/basevehicleout/detailsNew/' + data,
+ method: 'get'
+ })
+}
+
+// 导出 (查出库申请推送的,信息从主表和子表中获取)
+export function exportExcelNew(data) {
+ return request({
+ url: 'base/v1/basevehicleout/exportExcelNew',
+ method: 'post',
+ responseType: 'blob', // 表明返回服务器返回的数据类型
+ data: data,
+ headers: { 'Content-Type': 'application/json' }
+ })
+}
+
+// 下载 (查出库申请推送的,信息从主表和子表中获取)
+export function createPdfNew(data) {
+ return request({
+ url: 'base/v1/basevehicleout/createPdfNew',
+ method: 'post',
+ params: data
+ })
+}
+
+// 重推 (查出库申请推送的,信息从主表和子表中获取)
+export function ctxsckd(data) {
+ return request({
+ url: 'base/v1/basevehicleout/ctxsckd',
+ method: 'post',
+ params: data
+ })
+}
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangxiaoshou/cheliangxiaoshoutaizhang.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangxiaoshou/cheliangxiaoshoutaizhang.vue
index 36348d44bc..898bf3da1d 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangxiaoshou/cheliangxiaoshoutaizhang.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangxiaoshou/cheliangxiaoshoutaizhang.vue
@@ -75,6 +75,16 @@
{{ scope.row.createOrgName }}
+
+
+ {{ scope.row.materialName }}
+
+
+
+
+ {{ scope.row.materialCode }}
+
+
{{ scope.row.vinNo }}
@@ -125,9 +135,9 @@
{{ scope.row.concatNo }}
-
+
- {{ scope.row.isTerminal }}
+ {{ scope.row.buyerTypeValue }}
@@ -140,16 +150,6 @@
{{ scope.row.mobile }}
-
-
- {{ scope.row.materialName }}
-
-
-
-
- {{ scope.row.materialCode }}
-
-
{{ scope.row.giftsDescription }}
@@ -214,18 +214,18 @@
取消
-
+
+
+