From de53f2eb3acd72b80f0cc45b25d7d4070a7f3924 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com>
Date: Wed, 24 Nov 2021 00:10:07 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=9B=98=E7=82=B9=E5=A4=8D?=
=?UTF-8?q?=E7=9B=98=E9=87=8C=E9=9D=A2=E9=A1=B5=E9=9D=A2=E6=97=A0=E6=B3=95?=
=?UTF-8?q?=E5=B1=95=E7=A4=BA=E7=9A=84bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/bill/dialog/BillDetail.vue | 59 +++++++++++++++++++
1 file changed, 59 insertions(+)
diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue
index a9767335..41d987aa 100644
--- a/jshERP-web/src/views/bill/dialog/BillDetail.vue
+++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue
@@ -25,6 +25,7 @@
普通打印
普通打印
普通打印
+ 普通打印
取消
@@ -821,6 +822,47 @@
+
+
+
+
+
+
+ {{model.operTimeStr}}
+
+
+
+
+ {{model.number}}
+
+
+
+
+ {{model.linkNumber}}
+
+
+
+
+
+
+
+
+ {{model.remark}}
+
+
+
+
+
@@ -1133,6 +1175,21 @@
{ title: '单价', dataIndex: 'unitPrice'},
{ title: '金额', dataIndex: 'allPrice'},
{ title: '备注', dataIndex: 'remark'}
+ ],
+ stockCheckReplayColumns: [
+ { title: '仓库名称', dataIndex: 'depotName'},
+ { title: '条码', dataIndex: 'barCode'},
+ { title: '名称', dataIndex: 'name'},
+ { title: '规格', dataIndex: 'standard'},
+ { title: '型号', dataIndex: 'model'},
+ { title: '扩展信息', dataIndex: 'materialOther'},
+ { title: '库存', dataIndex: 'stock'},
+ { title: '单位', dataIndex: 'unit'},
+ { title: '多属性', dataIndex: 'sku'},
+ { title: '数量', dataIndex: 'operNumber'},
+ { title: '单价', dataIndex: 'unitPrice'},
+ { title: '金额', dataIndex: 'allPrice'},
+ { title: '备注', dataIndex: 'remark'}
]
}
},
@@ -1166,6 +1223,8 @@
this.defColumns = this.assembleColumns
} else if (type === '拆卸单') {
this.defColumns = this.disassembleColumns
+ } else if (type === '盘点复盘') {
+ this.defColumns = this.stockCheckReplayColumns
}
//不是部分采购|部分销售的时候移除列
if(record.status === '3') {