-
+
-
+
-
+
@@ -22,27 +23,28 @@
查询
重置
+ 新建
导入
-
{{ scope.$index + 1 }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
{{ scope.$index + 1 }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
{{ scope.$index + 1 }}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ @pagination="getPitchPricePage" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/supplier/index.vue b/src/views/supplier/index.vue
index cf5ecc6..8e36d91 100644
--- a/src/views/supplier/index.vue
+++ b/src/views/supplier/index.vue
@@ -330,7 +330,7 @@ const getCountyList = (value) => {
/** 查询供应商分页列表 */
const getSupplierPageList = () => {
- loading.value = false
+ loading.value = true
busSupplierPage(queryParams.value).then(res => {
res.data.list.forEach(element => {
element.currentImageSrc = defaultImageSrc.value
@@ -465,7 +465,7 @@ const handleUpdate = (row) => {
const handleLogs = (row) => {
showLogs.value = true
nextTick(() => {
- // supplierLogsRef.value.initForm('编辑供应商', row)
+ supplierLogsRef.value.initLog(row)
})
}
// 打开比稿价管理
diff --git a/src/views/supplier/supplierDetail.vue b/src/views/supplier/supplierDetail.vue
index da827c2..70327f5 100644
--- a/src/views/supplier/supplierDetail.vue
+++ b/src/views/supplier/supplierDetail.vue
@@ -63,7 +63,7 @@
{{ detailForm.meitiGuishu }}
-
+
{{ detailForm.meitiNianxian }}
@@ -260,7 +260,7 @@
{{ scope.row.medioName
- }}
+ }}
diff --git a/src/views/supplier/supplierLogs.vue b/src/views/supplier/supplierLogs.vue
index c8ab4d3..d7dd2e0 100644
--- a/src/views/supplier/supplierLogs.vue
+++ b/src/views/supplier/supplierLogs.vue
@@ -24,7 +24,7 @@
+ :type="activeIndex === index ? 'primary' : 'default'" @click="handleChoseType(index)">
@@ -32,76 +32,108 @@
-
+
{{ scope.$index + 1 }}
-
-
-
-
+
+
+ 新增
+ 编辑
+
+
+
+
+
-
-
-
-
+
+
+
+ {{ scope.row.fieldDescribe }}
+
+
+
+
+ {{ scope.row.firstVal }}
+
+
+
+
+ {{ scope.row.secondVal }}
+
+
- {{
- scope.row.content
- }}
+ {{ scope.row.updateDesc }}
-
-
-
- {{ activity.user }}{{ activity.type
- }}
+
+
+
+
+
+ {{ activity.createRealName }}
+ 新增
+ 编辑
-
变更字段:
-
-
-
-
+
+
+
+ {{ scope.row.fieldDescribe }}
+
+
+
+
+ {{ scope.row.firstVal }}
+
+
+
+
+ {{ scope.row.secondVal }}
+
+
- {{ activity.content }}
+ {{ activity.updateDesc }}
-
+
\ No newline at end of file