|
@@ -239,7 +239,7 @@ export default {
|
|
|
},
|
|
|
fieldBeansHook(list) {
|
|
|
var listcp = [...list]
|
|
|
- if (!~['100093', '600023', ''].indexOf(this.$store.state?.user?.userInfo?.customerId)) {
|
|
|
+ if (!~['100093', '600023', ''].indexOf(this.$store.state?.user?.userInfo?.customerNumber)) {
|
|
|
for (var i = 0; i < listcp.length; i++) {
|
|
|
if (~['是否同步到格匠采购入库单', '同步格匠失败原因'].indexOf(listcp[i].label)) {
|
|
|
listcp.splice(i, 1)
|