From 80d63be205e2caacbf0b7b14517d150ec570d475 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com>
Date: Sun, 23 Apr 2023 17:01:58 +0800
Subject: [PATCH] =?UTF-8?q?=E8=80=97=E6=9D=90=E9=A2=86=E7=94=A8=E5=8D=95?=
=?UTF-8?q?=E6=8D=AE=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inout/receive/DialogNewReceive.vue | 71 +++++-----
src/views/inout/receive/receiveAdd.vue | 132 ++++++++++++-------
2 files changed, 125 insertions(+), 78 deletions(-)
diff --git a/src/views/inout/receive/DialogNewReceive.vue b/src/views/inout/receive/DialogNewReceive.vue
index f58e005b..bdaaa4d3 100644
--- a/src/views/inout/receive/DialogNewReceive.vue
+++ b/src/views/inout/receive/DialogNewReceive.vue
@@ -22,14 +22,15 @@
-
+
-
+
-
-
+
-
@@ -74,20 +75,20 @@
-
-
-
-
- {{ item.originName }}
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -110,10 +111,12 @@
:row-class-name="tableRowClassName"
border
max-height="300" height="300" ref="multipleTable">
-
-
-
-
+
+
+
+
+
+
-
-
+
+
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
-
-
-
-
- {{ item.originName }}
- {{
- item.thirdSysName
- }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -63,18 +77,19 @@
-
-
+
+
-
-
+
{{ statusMap[scope.row.status] }}
+
+
编辑
@@ -93,14 +108,15 @@
-
-
-
+
+
+
-
-
-
-
+
+
+
+
+
{
+ this.invList = response.data || [];
+ if(this.invList.length>0){
+ this.filterQuery.invCode=this.invList[0].code
+ this.invCodebe=this.filterQuery.invCode
+ }
+ this.getList();
+ })
+ .catch(() => {
+ });
+ },
},
components: {
thrOrderNew,
@@ -342,7 +380,7 @@ export default {
mounted() {
},
created() {
- this.getList();
+ this.finCurInv();
this.getBusType();
},
};