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();
},
};