xiaodai2022 2 yıl önce
ebeveyn
işleme
27ff3e8502

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/0.js


+ 32 - 3
src/views/youzan/othGoodFieldLog/addEdit.vue

@@ -15,8 +15,30 @@
   >
     <el-card style="margin-top: -20px">
       <el-row :gutter="10">
-        <el-col :span="24"> 111</el-col>
-        <el-col :span="6" class="bottom-btn">
+        <el-col :span="24">
+          <el-row>
+            <el-col :span="12" style="padding: 0 0 10px 0">
+              上线商品编号:{{ sitem.skuCode }}</el-col
+            >
+            <el-col :span="12" style="padding: 0 0 10px 0" class="tr">
+              有赞商品id:{{ sitem.item_id }}
+            </el-col>
+            <el-col :span="24">
+              <el-table
+                :data="sitem.value"
+                style="width: 100%"
+                :size="'mini'"
+                border
+                script
+              >
+                <el-table-column prop="change_field" label="字段名称" />
+                <el-table-column prop="before_value" label="修改前" />
+                <el-table-column prop="after_value" label="修改后" />
+              </el-table>
+            </el-col>
+          </el-row>
+        </el-col>
+        <el-col :span="24" class="tr" style="padding: 10px 0 0 0">
           <el-button @click="showModelThis = false" :size="'mini'">关 闭</el-button>
         </el-col>
       </el-row>
@@ -26,10 +48,10 @@
 <script>
 export default {
   props: ["showModel", "sitem"],
-  mixins: [resToken],
   data() {
     return {
       loading: false,
+      nacklist: [],
       title: "商品字段修改展示",
       showModelThis: this.showModel,
     };
@@ -51,6 +73,13 @@ export default {
   methods: {
     async initForm() {
       this.loading = true;
+      this.nacklist = [];
+      const { value } = this.sitem;
+      this.nacklist = value;
+      // let vallist=value? value:[];
+      // vallist.forEach((si)=>{
+
+      // })
 
       this.loading = false;
     },

+ 11 - 14
src/views/youzan/othGoodFieldLog/index.vue

@@ -77,17 +77,14 @@
         >
         <template #operation="{ scope }">
           <el-tooltip effect="dark" content="详情" placement="top">
-            <i
-              class="el-icon-view tb-icon"
-              @click="@click="handleEdit(scope.$index)""
-            ></i>
+            <i class="el-icon-view tb-icon" @click="handleEdit(scope.$index)"></i>
           </el-tooltip>
         </template>
       </ex-table>
-         <add-edit
-         :sitem="sitem"
+      <add-edit
+        :sitem="sitem"
         :show-model="showModel"
-        @refresh="searchList"
+        @refresh="(showModel = false), searchList()"
         @cancel="showModel = false"
       />
     </div>
@@ -103,7 +100,7 @@ import addEdit from "./addEdit";
 export default {
   name: "othGoodFieldLog",
   mixins: [mixinPage, resToken],
-components: {
+  components: {
     addEdit,
   },
   computed: {
@@ -125,7 +122,7 @@ components: {
     return {
       loading: false,
       showModel: false,
-      sitem:null,
+      sitem: null,
       parmValue: {
         page: 1, // 页码
         size: 15, // 每页显示条数
@@ -156,7 +153,7 @@ components: {
         },
         {
           prop: "skuCode",
-          label: "数据类型",
+          label: "上线商品编号",
         },
         {
           prop: "item_id",
@@ -185,9 +182,9 @@ components: {
     this.searchList();
   },
   methods: {
-    handleEdit(index){
-    this.sitem=JSON.parse(JSON.stringify(this.tableData[index]))
-
+    handleEdit(index) {
+      this.sitem = JSON.parse(JSON.stringify(this.tableData[index]));
+      this.showModel = true;
     },
     restSearch() {
       // 表格 - 分页
@@ -232,7 +229,7 @@ components: {
       const { code, data } = await asyncRequest.list(this.parmValue);
       if (code === 0) {
         const { list, count } = data;
-        this.tableData= list;
+        this.tableData = list;
         this.pageInfo.total = count;
       } else if (code >= 100 && code <= 104) {
         await this.logout();

+ 1 - 1
src/views/youzan/othgoodsOnline/components/online-exam-form.vue

@@ -181,7 +181,7 @@
                   :min="scope.row.min_num"
                   :max="100000000000"
                   :position="'right'"
-                  :precision="2"
+                  :precision="0"
                   :controls="false"
                   :append="''"
                   :newTime="scope.row.newTime"

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor