|
@@ -12,7 +12,6 @@
|
|
:columnParsing="columnParsing"
|
|
:columnParsing="columnParsing"
|
|
:optionsEvensGroup="optionsEvensGroup"
|
|
:optionsEvensGroup="optionsEvensGroup"
|
|
:replaceOrNotMap="false"
|
|
:replaceOrNotMap="false"
|
|
- :fieldBeansHook="fieldBeansHook"
|
|
|
|
>
|
|
>
|
|
</template-page>
|
|
</template-page>
|
|
<ExamineDialog
|
|
<ExamineDialog
|
|
@@ -237,18 +236,6 @@ export default {
|
|
selectionChange(data) {
|
|
selectionChange(data) {
|
|
this.multipleSelection = data
|
|
this.multipleSelection = data
|
|
},
|
|
},
|
|
- fieldBeansHook(list) {
|
|
|
|
- var listcp = [...list]
|
|
|
|
- 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)
|
|
|
|
- i--
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- return listcp
|
|
|
|
- },
|
|
|
|
operation() {
|
|
operation() {
|
|
return (h, { row, index, column }) => {
|
|
return (h, { row, index, column }) => {
|
|
return (
|
|
return (
|