diff --git a/src/views/inout/DialogSelectPurOrder.vue b/src/views/inout/DialogSelectPurOrder.vue
index ea1199e..0d6e2b1 100644
--- a/src/views/inout/DialogSelectPurOrder.vue
+++ b/src/views/inout/DialogSelectPurOrder.vue
@@ -10,12 +10,13 @@
-
+
+ :value="item.code"
+ >
{{ item.name }}
@@ -23,16 +24,16 @@
-
+
+ :value="item.code">
{{ item.name }}
+
@@ -337,7 +338,16 @@ export default {
this.pickerUpOptions = [];
this.getList();
},
+ change(val){
+ let param={
+ pcode:val
+ }
+ getInvListByUser(param).then((res) => {
+ this.invList = res.data || [];
+ this.getBusType();
+ })
+ },
onSubmitFind() {
this.filterQuery.page = 1;
this.getList();