+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 新增
+ 导出
+
+
+
+
+
+
+
+ {{ scope.row[`${item.columnProp}Desc`] }}
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+ 编辑 |
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 关闭
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/srmBaseInformation/srmSupplierGroup.vue b/src/views/modules/srmBaseInformation/srmSupplierGroup.vue
index 06a1c49..b06be73 100644
--- a/src/views/modules/srmBaseInformation/srmSupplierGroup.vue
+++ b/src/views/modules/srmBaseInformation/srmSupplierGroup.vue
@@ -242,20 +242,6 @@
message: '请输入供应商分组描述',
trigger: ['blur','change']
}
- ],
- site: [
- {
- required: false,
- message: '请输入Site',
- trigger: ['blur','change'],
- validator: (rule, value, callback) => {
- if (this.modalData.flag === '2' && (!value || value === '')) {
- callback(new Error('编辑时请输入Site'))
- } else {
- callback()
- }
- }
- }
]
},
authSearch: false,