diff --git a/jshERP-web/src/views/bill/PurchaseOrderList.vue b/jshERP-web/src/views/bill/PurchaseOrderList.vue
index e051f396..fd794f4b 100644
--- a/jshERP-web/src/views/bill/PurchaseOrderList.vue
+++ b/jshERP-web/src/views/bill/PurchaseOrderList.vue
@@ -75,6 +75,15 @@
+
+
+
+
+ {{ item.name }}
+
+
+
+
@@ -235,6 +244,7 @@
depotId: undefined,
linkApply: "",
linkNumber: "",
+ accountId: undefined,
creator: undefined,
status: undefined,
remark: ""
@@ -310,6 +320,7 @@
this.initSystemConfig()
this.initSupplier()
this.initUser()
+ this.initAccount()
this.initQuickBtn()
this.getDepotByCurrentUser()
},
diff --git a/jshERP-web/src/views/bill/SaleOrderList.vue b/jshERP-web/src/views/bill/SaleOrderList.vue
index be922d42..12530f77 100644
--- a/jshERP-web/src/views/bill/SaleOrderList.vue
+++ b/jshERP-web/src/views/bill/SaleOrderList.vue
@@ -66,6 +66,15 @@
+
+
+
+
+ {{ item.name }}
+
+
+
+
@@ -240,6 +249,7 @@
subType: "销售订单",
organId: undefined,
depotId: undefined,
+ accountId: undefined,
creator: undefined,
status: undefined,
salesMan: undefined,
@@ -316,6 +326,7 @@
this.initCustomer()
this.initSalesman()
this.initUser()
+ this.initAccount()
this.getSystemConfig()
this.initQuickBtn()
this.getDepotByCurrentUser()