@@ -589,7 +589,8 @@
})
//客户
getcustomer({
- compId: sessionStorage.getItem('ws-pf_compId')
+ compId: sessionStorage.getItem('ws-pf_compId'),
+ authenticationStatusKey:7
.toPromise()
.then((response) => {
@@ -249,6 +249,8 @@ export default {
pageSize: this.pageSize,
searchKeyWord: (this.searchKeyWord).toUpperCase(),
warehouseName: this.warehouseName,
+ managementType:1
+
@@ -253,6 +253,7 @@ export default {
searchKeyWord: this.searchKeyWord,