From 6eb3ff526a354e8b5d1ec5f1870cef1b4a325fbb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com>
Date: Thu, 29 Jul 2021 22:21:25 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B0=83=E6=8B=A8=E6=98=8E?=
=?UTF-8?q?=E7=BB=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/report/AllocationDetail.vue | 218 ++++++++++++++++++
jshERP-web/src/views/report/InDetail.vue | 18 +-
jshERP-web/src/views/report/OutDetail.vue | 18 +-
3 files changed, 238 insertions(+), 16 deletions(-)
create mode 100644 jshERP-web/src/views/report/AllocationDetail.vue
diff --git a/jshERP-web/src/views/report/AllocationDetail.vue b/jshERP-web/src/views/report/AllocationDetail.vue
new file mode 100644
index 00000000..fa494f14
--- /dev/null
+++ b/jshERP-web/src/views/report/AllocationDetail.vue
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ depot.depotName }}
+
+
+
+
+
+
+
+
+ {{ depot.depotName }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 打印
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jshERP-web/src/views/report/InDetail.vue b/jshERP-web/src/views/report/InDetail.vue
index 637043d2..f9318359 100644
--- a/jshERP-web/src/views/report/InDetail.vue
+++ b/jshERP-web/src/views/report/InDetail.vue
@@ -131,19 +131,21 @@
}
},
{
- title: '单据编号', dataIndex: 'number', width: 140,
+ title: '单据编号', dataIndex: 'number', width: 100,
scopedSlots: { customRender: 'numberCustomRender' },
},
- {title: '条码', dataIndex: 'barCode', width: 120},
+ {title: '条码', dataIndex: 'barCode', width: 100},
{title: '名称', dataIndex: 'mname', width: 120},
- {title: '规格', dataIndex: 'standard', width: 100},
- {title: '型号', dataIndex: 'model', width: 100},
+ {title: '规格', dataIndex: 'standard', width: 50},
+ {title: '型号', dataIndex: 'model', width: 50},
+ {title: '单位', dataIndex: 'mUnit', width: 50},
+ {title: '数量', dataIndex: 'operNumber', width: 60},
{title: '单价', dataIndex: 'unitPrice', width: 60},
- {title: '入库数量', dataIndex: 'operNumber', width: 80},
{title: '金额', dataIndex: 'allPrice', width: 60},
- {title: '供应商', dataIndex: 'sname', width: 120},
- {title: '仓库', dataIndex: 'dname', width: 120},
- {title: '入库日期', dataIndex: 'operTime', width: 100}
+ {title: '供应商', dataIndex: 'sname', width: 80},
+ {title: '仓库', dataIndex: 'dname', width: 80},
+ {title: '入库日期', dataIndex: 'operTime', width: 80},
+ {title: '备注', dataIndex: 'newRemark', width: 100}
],
url: {
list: "/depotHead/findInDetail",
diff --git a/jshERP-web/src/views/report/OutDetail.vue b/jshERP-web/src/views/report/OutDetail.vue
index 84f3e807..251e4d1a 100644
--- a/jshERP-web/src/views/report/OutDetail.vue
+++ b/jshERP-web/src/views/report/OutDetail.vue
@@ -131,19 +131,21 @@
}
},
{
- title: '单据编号', dataIndex: 'number', width: 140,
+ title: '单据编号', dataIndex: 'number', width: 100,
scopedSlots: { customRender: 'numberCustomRender' },
},
- {title: '条码', dataIndex: 'barCode', width: 120},
+ {title: '条码', dataIndex: 'barCode', width: 100},
{title: '名称', dataIndex: 'mname', width: 120},
- {title: '规格', dataIndex: 'standard', width: 100},
- {title: '型号', dataIndex: 'model', width: 100},
+ {title: '规格', dataIndex: 'standard', width: 50},
+ {title: '型号', dataIndex: 'model', width: 50},
+ {title: '单位', dataIndex: 'mUnit', width: 50},
+ {title: '数量', dataIndex: 'operNumber', width: 60},
{title: '单价', dataIndex: 'unitPrice', width: 60},
- {title: '出库数量', dataIndex: 'operNumber', width: 80},
{title: '金额', dataIndex: 'allPrice', width: 60},
- {title: '客户', dataIndex: 'sname', width: 120},
- {title: '仓库', dataIndex: 'dname', width: 120},
- {title: '出库日期', dataIndex: 'operTime', width: 100}
+ {title: '客户', dataIndex: 'sname', width: 80},
+ {title: '仓库', dataIndex: 'dname', width: 80},
+ {title: '出库日期', dataIndex: 'operTime', width: 80},
+ {title: '备注', dataIndex: 'newRemark', width: 100}
],
url: {
list: "/depotHead/findInDetail",