xiaodai2022 2 rokov pred
rodič
commit
25ab001cad

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
dist/static/js/0.js


+ 2 - 1
src/apis/service/goodStore/goodsCost/index.js

@@ -35,5 +35,6 @@ export default {
    goodupoffline: (data, params) => http(api + "goodupoffline", data, "post", params),
    goodupoffline: (data, params) => http(api + "goodupoffline", data, "post", params),
    // 异常原因列表
    // 异常原因列表
   resultlist: (data, params) => http(api + "resultlist", data, "post", params),
   resultlist: (data, params) => http(api + "resultlist", data, "post", params),
-
+ // 异常原因列表
+ checkIsUpdate: (data, params) => http(api + "checkIsUpdate", data, "post", params),
 };
 };

+ 56 - 122
src/views/goodStore/goodsCost/index.vue

@@ -57,20 +57,12 @@
               />
               />
             </el-col>
             </el-col>
 
 
-            <el-col
-              :span="3"
-              class="fr"
-              style="width: 66px; padding: 0 0 0 10px"
-            >
+            <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
               <el-button type="primary" :size="searchSize" @click="searchList">
               <el-button type="primary" :size="searchSize" @click="searchList">
                 刷新
                 刷新
               </el-button>
               </el-button>
             </el-col>
             </el-col>
-            <el-col
-              :span="3"
-              class="fr"
-              style="width: 66px; padding: 0 0 0 10px"
-            >
+            <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
               <el-button type="warning" :size="searchSize" @click="restSearch">
               <el-button type="warning" :size="searchSize" @click="restSearch">
                 重置
                 重置
               </el-button>
               </el-button>
@@ -161,9 +153,7 @@
                 :size="searchSize"
                 :size="searchSize"
                 type="success"
                 type="success"
                 style="float: right"
                 style="float: right"
-                @click="
-                  routeGoto('goodsCostDetail', { id: 'add', type: 'add' })
-                "
+                @click="routeGoto('goodsCostDetail', { id: 'add', type: 'add' })"
               >
               >
                 添加
                 添加
               </el-button>
               </el-button>
@@ -206,12 +196,10 @@
         <el-tag
         <el-tag
           :size="tablebtnSize"
           :size="tablebtnSize"
           :type="
           :type="
-            (statusList.find((item) => item.code == scope.row.status) || {})
-              .type || '--'
+            (statusList.find((item) => item.code == scope.row.status) || {}).type || '--'
           "
           "
           v-text="
           v-text="
-            (statusList.find((item) => item.code == scope.row.status) || {})
-              .name || '--'
+            (statusList.find((item) => item.code == scope.row.status) || {}).name || '--'
           "
           "
         ></el-tag>
         ></el-tag>
       </template>
       </template>
@@ -220,19 +208,15 @@
           :size="tablebtnSize"
           :size="tablebtnSize"
           :type="scope.row.is_online == '0' ? 'warning' : ''"
           :type="scope.row.is_online == '0' ? 'warning' : ''"
           v-text="
           v-text="
-            (
-              isonlineoptions.find((item) => item.id == scope.row.is_online) ||
-              {}
-            ).name || '--'
+            (isonlineoptions.find((item) => item.id == scope.row.is_online) || {}).name ||
+            '--'
           "
           "
         ></el-tag>
         ></el-tag>
       </template>
       </template>
 
 
       <template #operation="{ scope }">
       <template #operation="{ scope }">
         <el-tooltip
         <el-tooltip
-          v-if="
-            powers.some((item) => item == '007') && scope.row.status !== '8'
-          "
+          v-if="powers.some((item) => item == '007') && scope.row.status !== '8'"
           effect="dark"
           effect="dark"
           content="详情"
           content="详情"
           placement="top"
           placement="top"
@@ -243,9 +227,7 @@
           ></i>
           ></i>
         </el-tooltip>
         </el-tooltip>
         <el-tooltip
         <el-tooltip
-          v-if="
-            powers.some((item) => item == '079') && scope.row.status !== '8'
-          "
+          v-if="powers.some((item) => item == '079') && scope.row.status !== '8'"
           effect="dark"
           effect="dark"
           content="下线商品"
           content="下线商品"
           placement="top"
           placement="top"
@@ -257,10 +239,8 @@
         </el-tooltip>
         </el-tooltip>
         <el-tooltip
         <el-tooltip
           v-if="
           v-if="
-            (powers.some((item) => item == '005') &&
-              scope.row.status === '7') ||
-            (powers.some((item) => item == '005') &&
-              scope.row.status === '6') ||
+            (powers.some((item) => item == '005') && scope.row.status === '7') ||
+            (powers.some((item) => item == '005') && scope.row.status === '6') ||
             (powers.some((item) => item == '005') && scope.row.status === '8')
             (powers.some((item) => item == '005') && scope.row.status === '8')
           "
           "
           effect="dark"
           effect="dark"
@@ -279,8 +259,7 @@
         </el-tooltip>
         </el-tooltip>
         <el-tooltip
         <el-tooltip
           v-if="
           v-if="
-            (powers.some((item) => item == '054') &&
-              scope.row.status === '1') ||
+            (powers.some((item) => item == '054') && scope.row.status === '1') ||
             (powers.some((item) => item == '054') && scope.row.status === '4')
             (powers.some((item) => item == '054') && scope.row.status === '4')
           "
           "
           effect="dark"
           effect="dark"
@@ -289,20 +268,12 @@
         >
         >
           <i
           <i
             class="el-icon-c-scale-to-original tb-icon"
             class="el-icon-c-scale-to-original tb-icon"
-            @click="
-              wantto(
-                scope.row.is_online,
-                scope.row.spuCode,
-                scope.row.status,
-                '2'
-              )
-            "
+            @click="wantto(scope.row.is_online, scope.row.spuCode, scope.row.status, '2')"
           ></i>
           ></i>
         </el-tooltip>
         </el-tooltip>
         <el-tooltip
         <el-tooltip
           v-if="
           v-if="
-            (powers.some((item) => item == '053') &&
-              scope.row.status === '1') ||
+            (powers.some((item) => item == '053') && scope.row.status === '1') ||
             (powers.some((item) => item == '053') && scope.row.status === '5')
             (powers.some((item) => item == '053') && scope.row.status === '5')
           "
           "
           effect="dark"
           effect="dark"
@@ -311,14 +282,7 @@
         >
         >
           <i
           <i
             class="el-icon-coin tb-icon"
             class="el-icon-coin tb-icon"
-            @click="
-              wantto(
-                scope.row.is_online,
-                scope.row.spuCode,
-                scope.row.status,
-                '3'
-              )
-            "
+            @click="wantto(scope.row.is_online, scope.row.spuCode, scope.row.status, '3')"
           ></i>
           ></i>
         </el-tooltip>
         </el-tooltip>
         <el-tooltip
         <el-tooltip
@@ -342,10 +306,7 @@
           content="删除"
           content="删除"
           placement="top"
           placement="top"
         >
         >
-          <i
-            class="el-icon-delete tb-icon"
-            @click="deleteItem(scope.row.spuCode)"
-          ></i>
+          <i class="el-icon-delete tb-icon" @click="deleteItem(scope.row.spuCode)"></i>
         </el-tooltip>
         </el-tooltip>
       </template>
       </template>
     </ex-table>
     </ex-table>
@@ -360,7 +321,7 @@
       >
       >
         <el-form-item label="下线原因" prop="offline_reason">
         <el-form-item label="下线原因" prop="offline_reason">
           <el-select
           <el-select
-          style="width:100%"
+            style="width: 100%"
             v-model="donline_form.offline_reason"
             v-model="donline_form.offline_reason"
             placeholder="请选择下线原因"
             placeholder="请选择下线原因"
           >
           >
@@ -414,9 +375,7 @@ export default {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
     powers() {
       let tran =
       let tran =
-        this.$store.getters.btnList.find(
-          (item) => item.menu_route == "goodsCost"
-        ) || {};
+        this.$store.getters.btnList.find((item) => item.menu_route == "goodsCost") || {};
       if (tran && tran.action && tran.action.length > 0) {
       if (tran && tran.action && tran.action.length > 0) {
         return tran.action;
         return tran.action;
       } else {
       } else {
@@ -441,12 +400,8 @@ export default {
         spuCode: "",
         spuCode: "",
       },
       },
       donline_rules: {
       donline_rules: {
-        offline_reason: [
-          { validator: validate, required: true, trigger: "blur" },
-        ],
-        offline_remark: [
-          { validator: validate, required: true, trigger: "blur" },
-        ],
+        offline_reason: [{ validator: validate, required: true, trigger: "blur" }],
+        offline_remark: [{ validator: validate, required: true, trigger: "blur" }],
       },
       },
       statusList: [
       statusList: [
         {
         {
@@ -643,45 +598,27 @@ export default {
       };
       };
       this.searchList();
       this.searchList();
     },
     },
-    wantto(isonline, code, ntype, wtype) {
-      console.log(isonline);
-      if (isonline + "" === "1") {
-        this.$message.warning("已上线的商品需要下线才能修改!");
-        return;
-      }
-      if (ntype === "0") {
-        this.$message.warning("新建商品成正在审核中,请审核结束后再修改!");
-        return;
-      }
-      if (ntype === "2") {
-        if (wtype === "2") {
-          this.$message.warning("商品基础信息已修改,请等待审核结果!");
-          return;
-        }
-        if (wtype === "3") {
-          this.$message.warning(
-            "商品基础信息修改流程正在审核中,请审核结束后再修改!"
-          );
-          return;
-        }
-      }
-      if (ntype === "3") {
-        if (wtype === "3") {
-          this.$message.warning("商品成本信息已修改,请等待审核结果!");
-          return;
-        }
-        if (wtype === "2") {
-          this.$message.warning(
-            "商品成信息修改流程正在审核中,请审核结束后再修改!"
-          );
-          return;
+    async wantto(isonline, spuCode, ntype, wtype) {
+      const { code, data, message } = await asyncRequest.checkIsUpdate({ spuCode });
+      if (code === 0) {
+        const { is_allow_update } = data;
+        if (is_allow_update + "" === "1") {
+          this.routeGoto("goodsCostDetail", {
+            id: code,
+            type: wtype === "2" ? "editBase" : wtype === "3" ? "editCoin" : "",
+          });
+        } else {
+          if (isonline + "" === "1") {
+            this.$message.warning("已上线的商品需要下线才能修改!");
+          } else {
+            this.$message.warning("当前商品上线流程正在进行中,请下线再操作!");
+          }
         }
         }
+      } else if (code >= 100 && code <= 104) {
+        await this.logout();
+      } else {
+        this.$message.warning(message);
       }
       }
-      console.log(ntype + "----" + wtype);
-      this.routeGoto("goodsCostDetail", {
-        id: code,
-        type: wtype === "2" ? "editBase" : wtype === "3" ? "editCoin" : "",
-      });
     },
     },
     selection_change(e) {
     selection_change(e) {
       const { list } = e;
       const { list } = e;
@@ -826,8 +763,7 @@ export default {
       item.companyNo = this.select === "3" ? this.sinput : "";
       item.companyNo = this.select === "3" ? this.sinput : "";
       item.supplierNo = this.select === "4" ? this.sinput : "";
       item.supplierNo = this.select === "4" ? this.sinput : "";
       item.company_name = this.select === "5" ? this.sinput : ""; // 部门
       item.company_name = this.select === "5" ? this.sinput : ""; // 部门
-      item.cat_id =
-        item.cat_id.length > 0 ? item.cat_id[item.cat_id.length - 1] : "";
+      item.cat_id = item.cat_id.length > 0 ? item.cat_id[item.cat_id.length - 1] : "";
       const res = await asyncRequest.list(item);
       const res = await asyncRequest.list(item);
       if (res && res.code === 0 && res.data) {
       if (res && res.code === 0 && res.data) {
         this.tableData = res.data.list;
         this.tableData = res.data.list;
@@ -910,22 +846,21 @@ export default {
       })
       })
         .then(async () => {
         .then(async () => {
           this.loading = true;
           this.loading = true;
-              const model = this.donline_form;
-              const res = await asyncRequest.goodupoffline(model);
-              if (res && res.code === 0) {
-                this.loading = false;
-                this.$notify.success({
-                  title: res.message,
-                  message: "",
-                });
-                await this.searchList();
-              } else if (res && res.code >= 100 && res.code <= 104) {
-                await this.logout();
-              } else {
-                this.loading = false;
-                this.$message.warning(res.message);
-              }
-              
+          const model = this.donline_form;
+          const res = await asyncRequest.goodupoffline(model);
+          if (res && res.code === 0) {
+            this.loading = false;
+            this.$notify.success({
+              title: res.message,
+              message: "",
+            });
+            await this.searchList();
+          } else if (res && res.code >= 100 && res.code <= 104) {
+            await this.logout();
+          } else {
+            this.loading = false;
+            this.$message.warning(res.message);
+          }
         })
         })
         .catch(async () => {
         .catch(async () => {
           console.log("取消");
           console.log("取消");
@@ -935,5 +870,4 @@ export default {
 };
 };
 </script>
 </script>
 
 
-<style lang="scss" scoped>
-</style>
+<style lang="scss" scoped></style>

+ 0 - 372
src/views/youzan/othsearchSort1/addEdit.vue

@@ -1,372 +0,0 @@
-<template>
-  <el-dialog
-    v-loading="loading"
-    :title="'设置毛利率'"
-    :center="true"
-    align="left"
-    top="12vh"
-    width="600px"
-    :close-on-click-modal="false"
-    :visible.sync="showModelThis"
-    element-loading-text="拼命加载中"
-    element-loading-spinner="el-icon-loading"
-    element-loading-background="rgba(0, 0, 0, 0.8)"
-    @close="showModelThis = false"
-  >
-    <el-card style="margin: -20px 0 0 0">
-      <el-row :gutter="0">
-        <el-col :span="24">
-          <el-form
-            ref="ruleForm"
-            :model="ruleForm"
-            status-icon
-            :size="'small'"
-            :rules="rulesThis"
-            label-width="110px"
-            class="demo-ruleForm"
-          >
-            <el-form-item label="分类名称" prop="cat_name">
-              <el-input
-                v-model="ruleForm.cat_name"
-                disabled
-                placeholder="分类名称"
-                maxlength="20"
-                ><template slot="prepend" v-if="pid_name">{{
-                  pid_name
-                }}</template></el-input
-              >
-            </el-form-item>
-            <el-form-item label="财务核算码" prop="fund_code">
-              <el-input
-                v-model="ruleForm.fund_code"
-                disabled
-                placeholder="财务核算码"
-                maxlength="50"
-              />
-            </el-form-item>
-            <el-form-item label="预算→成本" prop="order_rate">
-              <digital-input
-                :values="ruleForm.order_rate"
-                :placeholder="'预算→成本'"
-                :min="0"
-                :max="100000000000"
-                :position="'right'"
-                :precision="2"
-                :size="'mini'"
-                :controls="false"
-                :append="'%'"
-                @reschange="rate_change($event, 'order_rate')"
-              />
-            </el-form-item>
-            <el-form-item label="成本→售价" prop="sale_rate">
-              <digital-input
-                :values="ruleForm.sale_rate"
-                :placeholder="'成本→售价'"
-                :min="-100"
-                :max="100000000000"
-                :position="'right'"
-                :precision="2"
-                :size="'mini'"
-                :controls="false"
-                :append="'%'"
-                @reschange="rate_change($event, 'sale_rate')"
-              />
-            </el-form-item>
-
-            <el-form-item label="主管利率" prop="rate">
-              <digital-input
-                :values="ruleForm.rate"
-                :placeholder="'主管利率'"
-                :min="-100"
-                :max="100000000000"
-                :position="'right'"
-                :precision="2"
-                :size="'mini'"
-                :controls="false"
-                :append="'%'"
-                @reschange="rate_change($event, 'rate')"
-              />
-            </el-form-item>
-            <el-form-item label="财务利率" prop="money_rate">
-              <digital-input
-                :values="ruleForm.money_rate"
-                :placeholder="'财务利率'"
-                :min="-100"
-                :max="100000000000"
-                :position="'right'"
-                :precision="2"
-                :size="'mini'"
-                :controls="false"
-                :append="'%'"
-                @reschange="rate_change($event, 'money_rate')"
-              />
-            </el-form-item>
-            <el-form-item label="项目最低毛利" prop="low_rate">
-              <digital-input
-                :values="ruleForm.low_rate"
-                :placeholder="'项目最低毛利'"
-                :min="-100"
-                :max="100000000000"
-                :position="'right'"
-                :precision="2"
-                :size="'mini'"
-                :controls="false"
-                :append="'%'"
-                @reschange="rate_change($event, 'low_rate')"
-              />
-            </el-form-item>
-            <!-- <el-form-item label="BOSS毛利率" prop="lower_rate">
-              <digital-input
-                :values="ruleForm.lower_rate"
-                :placeholder="'BOSS毛利率'"
-                :min="-100"
-                :max="100000000000"
-                :position="'right'"
-                :precision="2"
-                :size="'mini'"
-                :controls="false"
-                :append="'%'"
-                @reschange="rate_change($event, 'lower_rate')"
-              />
-            </el-form-item>-->
-          </el-form>
-        </el-col>
-        <el-col :span="24" style="text-align: right">
-          <el-button
-            v-if="id !== '007'"
-            type="primary"
-            :size="'small'"
-            @click="submitForm"
-            >保 存
-          </el-button>
-          <el-button :size="'small'" @click="showModelThis = false">{{
-            id == "007" ? "关 闭" : "取 消"
-          }}</el-button>
-        </el-col>
-      </el-row>
-    </el-card>
-  </el-dialog>
-</template>
-<script>
-import asyncRequest from "@/apis/service/goodStore/sort";
-import resToken from "@/mixins/resToken";
-export default {
-  name: "sort",
-  props: ["showModel", "id", "sitem", "titleList"],
-  mixins: [resToken],
-  data() {
-    const validate_rate = (rule, value, callback) => {
-      const { required } = rule;
-      if (value === "" && required) {
-        callback(new Error("主管利率毛利率不能为空!"));
-      } else {
-        callback();
-      }
-    };
-    const validate_order_rate = (rule, value, callback) => {
-      const { required } = rule;
-      if (value === "" && required) {
-        callback(new Error("预算→成本毛利率不能为空!"));
-      } else {
-        callback();
-      }
-    };
-    const validate_sale_rate = (rule, value, callback) => {
-      const { required } = rule;
-      if (value === "" && required) {
-        callback(new Error("成本→售价毛利率不能为空!"));
-      } else {
-        callback();
-      }
-    };
-
-    const validate_lower_rate = (rule, value, callback) => {
-      const { required } = rule;
-      if (value === "" && required) {
-        callback(new Error("BOSS毛利率不能为空!"));
-      } else {
-        callback();
-      }
-    };
-    const validate_low_rate = (rule, value, callback) => {
-      const { required } = rule;
-      if (value === "" && required) {
-        callback(new Error("项目最低毛利率不能为空!"));
-      } else {
-        callback();
-      }
-    };
-    const validate_money_rate = (rule, value, callback) => {
-      const { required } = rule;
-      if (value === "" && required) {
-        callback(new Error("财务毛利率不能为空!"));
-      } else {
-        callback();
-      }
-    };
-    return {
-      loading: false,
-      showModelThis: this.showModel,
-      pid_name: "",
-      ruleForm: {
-        id: "",
-        cat_name: "",
-        order_rate: "0",
-        sale_rate: "0",
-        lower_rate: "0",
-        rate: "0",
-        low_rate: "0",
-        money_rate: "0",
-      },
-      rulesThis: this.rules,
-      rules: {
-        order_rate: [{ required: true, validator: validate_order_rate, trigger: "blur" }],
-        sale_rate: [{ required: true, validator: validate_sale_rate, trigger: "blur" }],
-        lower_rate: [
-          { required: false, validator: validate_lower_rate, trigger: "blur" },
-        ],
-        rate: [{ required: true, validator: validate_rate, trigger: "blur" }],
-
-        low_rate: [{ required: true, validator: validate_low_rate, trigger: "blur" }],
-        money_rate: [{ required: true, validator: validate_money_rate, trigger: "blur" }],
-      },
-    };
-  },
-  watch: {
-    showModel: function (val) {
-      this.showModelThis = val;
-      if (val) {
-        this.initForm();
-      }
-    },
-    showModelThis(val) {
-      if (!val) {
-        this.$emit("cancel");
-      }
-    },
-  },
-  methods: {
-    async initForm() {
-      this.loading = true;
-      this.pid_name = "";
-      this.titleList.forEach((e, i) => {
-        this.pid_name += i !== 0 ? `${e.titleName}/` : "";
-      });
-      this.rulesThis = this.rules;
-      await this.resetForm();
-      // await this.initData();
-      this.loading = false;
-    },
-
-    async resetForm() {
-      // 重置
-      await this.$nextTick(() => {
-        if (this.$refs.ruleForm) {
-          this.$refs.ruleForm.resetFields();
-          this.$refs.ruleForm.clearValidate();
-          const {
-            pid,
-            id,
-            cat_name,
-            order_rate,
-            sale_rate,
-            lower_rate,
-            rate,
-            fund_code,
-            low_rate,
-            money_rate,
-          } = this.sitem;
-          this.ruleForm = {
-            pid: pid || "",
-            id: id || "",
-            cat_name: cat_name || "",
-            fund_code: fund_code || "",
-            order_rate: order_rate || "0",
-            sale_rate: sale_rate || "0",
-            lower_rate: lower_rate || "0",
-            rate: rate || "0",
-            low_rate: low_rate || "0",
-            money_rate: money_rate || "0",
-          };
-        }
-      });
-    },
-    rate_change(e, key) {
-      this.ruleForm[key] = e + "";
-      this.$refs.ruleForm.validateField(key);
-    },
-
-    // async initData() {
-    //   const { code, data, message } = await asyncRequest.detail({
-    //     id: this.sitem.id,
-    //   });
-    //   if (code === 0) {
-    //     const {
-    //       pid,
-    //       id,
-    //       cat_name,
-    //       order_rate,
-    //       sale_rate,
-    //       lower_rate,
-    //       rate,
-    //       fund_code,
-    //       low_rate,
-    //       money_rate,
-    //     } = data;
-    //     this.ruleForm = {
-    //       pid: pid || "",
-    //       id: id || "",
-    //       cat_name: cat_name || "",
-    //       fund_code: fund_code || "",
-    //       order_rate: order_rate || "0",
-    //       sale_rate: sale_rate || "0",
-    //       lower_rate: lower_rate || "0",
-    //       rate: rate || "0",
-    //       low_rate: low_rate || "0",
-    //       money_rate: money_rate || "0",
-    //     };
-    //   } else if (code >= 100 && code <= 104) {
-    //     await this.logout();
-    //   } else {
-    //     this.$message.warning(message);
-    //   }
-    // },
-    async submitForm() {
-      await this.$refs.ruleForm.validate(async (valid) => {
-        if (valid) {
-          if (!this.loading) {
-            this.loading = true;
-            let model = JSON.parse(JSON.stringify(this.ruleForm));
-            delete model["cat_name"];
-            delete model["pid"];
-            delete model["fund_code"];
-            let res = await asyncRequest.editRate(model);
-            this.loading = false;
-            if (res && res.code === 0) {
-              this.$notify.success({
-                title: "毛利率设置成功!",
-                message: "",
-              });
-              this.showModelThis = false;
-              // 刷新
-              this.$emit("refresh");
-            } else if (res && res.code >= 100 && res.code <= 104) {
-              await this.logout();
-            } else {
-              this.$message.warning(res.message);
-            }
-          }
-        } else {
-          console.log("error submit!!");
-          return false;
-        }
-      });
-    },
-  },
-};
-</script>
-
-<style lang="scss" scoped>
-.sort {
-}
-</style>

+ 0 - 374
src/views/youzan/othsearchSort1/index.vue

@@ -1,374 +0,0 @@
-<template>
-  <div class="searchSort pagePadding">
-    <div v-if="powers && powers.length > 0 && powers.some((item) => item == '001')">
-      <ex-table
-        :table="table"
-        v-loading="loading"
-        :data="tableData"
-        :columns="columns"
-        :page="pageInfo"
-        :size="size"
-        @page-curr-change="handlePageChange"
-        @page-size-change="handleSizeChange"
-        @screen-reset="
-          pageInfo.curr = 1;
-          parmValue.page = 1;
-          searchList();
-        "
-        @screen-submit="
-          pageInfo.curr = 1;
-          parmValue.page = 1;
-          searchList();
-        "
-      >
-        <template #table-header="{}">
-          <div style="width: 100%">
-            <el-row style="padding: 0 0 0 80px">
-              <!-- <el-col :span="6" style="width: 303px">
-                <period-date-picker
-                  :type="1"
-                  :width="'135px'"
-                  :size="searchSize"
-                  :start="parmValue.start"
-                  :end="parmValue.end"
-                  @timeReturned="handleTime"
-                />
-              </el-col> -->
-
-              <el-col :span="6" style="width: 190px">
-                <search-terrace
-                  :value="parmValue.platform_id"
-                  :disabled="false"
-                  :size="'mini'"
-                  :isDetail="false"
-                  :is_show="'0'"
-                  :placeholder="'平台名称'"
-                  @searchChange="platform_codeChange"
-              /></el-col>
-              <el-col :span="4" style="width: 350px; padding: 0 0 0 10px">
-                <el-input
-                  :size="searchSize"
-                  v-model="parmValue.cat_name"
-                  :maxlength="40"
-                  @blur="
-                    pageInfo.curr = 1;
-                    parmValue.page = 1;
-                    searchList();
-                  "
-                  placeholder="分类名称"
-                ></el-input>
-              </el-col>
-              <el-col :span="4" style="width: 150px; padding: 0 0 0 10px">
-                <el-select
-                  v-model="parmValue.status"
-                  filterable
-                  clearable
-                  :size="searchSize"
-                  placeholder="毛利状态"
-                  style="width: 100%"
-                  @change="
-                    pageInfo.curr = 1;
-                    parmValue.page = 1;
-                    searchList();
-                  "
-                >
-                  <el-option
-                    v-for="item in statusList"
-                    :key="'status' + item.code"
-                    :label="item.name"
-                    :value="item.code"
-                  />
-                </el-select>
-              </el-col>
-              <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
-                <el-button type="primary" :size="searchSize" @click="searchList">
-                  刷新
-                </el-button>
-              </el-col>
-              <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
-                <el-button type="warning" :size="searchSize" @click="restSearch">
-                  重置
-                </el-button>
-              </el-col>
-            </el-row>
-            <el-row>
-              <!-- <el-col :span="4" style="width: 170px; padding: 0 0 0 10px">
-                <el-input
-                  :size="searchSize"
-                  v-model="parmValue.creater"
-                  :maxlength="40"
-                  @change="
-                    pageInfo.curr = 1;
-                    parmValue.page = 1;
-                    searchList();
-                  "
-                  placeholder="创建人"
-                ></el-input>
-              </el-col>
-              <el-col :span="4" style="width: 170px; padding: 0 0 0 10px">
-                <el-input
-                  :size="searchSize"
-                  v-model="parmValue.company_name"
-                  :maxlength="40"
-                  @change="
-                    pageInfo.curr = 1;
-                    parmValue.page = 1;
-                    searchList();
-                  "
-                  placeholder="创建人部门"
-                ></el-input>
-              </el-col> -->
-            </el-row>
-          </div></template
-        >
-        <template #status="{ scope }">
-          <el-tag
-            :size="tablebtnSize"
-            :type="scope.row.status == '0' ? 'warning' : ''"
-            v-text="
-              (statusOptions.find((item) => item.id == scope.row.status) || {}).label ||
-              '--'
-            "
-          ></el-tag>
-        </template>
-        <template #operation="{ scope }">
-          <el-tooltip
-            v-if="powers.some((item) => item == '061')"
-            effect="dark"
-            content="查看毛利率"
-            placement="top"
-          >
-            <i class="el-icon-view tb-icon" @click="openModal(scope.row)"></i>
-          </el-tooltip>
-        </template>
-      </ex-table>
-      <!-- 弹窗 新增/修改 -->
-      <add-edit
-        :id="modelId"
-        :show-model="showModel"
-        :sitem="sitem"
-        @refresh="searchList"
-        @cancel="showModel = false"
-      />
-    </div>
-    <no-auth v-else></no-auth>
-  </div>
-</template>
-<script>
-import asyncRequest from "@/apis/service/youzan/othsearchSort";
-import { statusList } from "@/assets/js/statusList";
-import roleLevel from "@/assets/js/roleLevel";
-import mixinPage from "@/mixins/elPaginationHandle";
-import { mapGetters } from "vuex";
-import resToken from "@/mixins/resToken";
-import addEdit from "./addEdit";
-export default {
-  name: "othsearchSort",
-  mixins: [mixinPage, resToken],
-  components: {
-    addEdit,
-  },
-  computed: {
-    //组件SIZE设置
-    ...mapGetters(["tablebtnSize", "searchSize", "size"]),
-    powers() {
-      let tran =
-        this.$store.getters.btnList.find((item) => item.menu_route == "othsearchSort") ||
-        {};
-      if (tran && tran.action && tran.action.length > 0) {
-        return tran.action;
-      } else {
-        return [];
-      }
-    },
-  },
-  data() {
-    return {
-      statusList: statusList,
-      roleLevel: roleLevel,
-      loading: true,
-      showModel: false,
-      modelId: "000",
-      sitem: {},
-      parmValue: {
-        page: 1, // 页码
-        size: 15, // 每页显示条数
-        // start: "",
-        // end: "",
-        status: "",
-        // creater: "",
-        // company_name: "", //创建人部门
-        // cat_name: "",
-      },
-      // 状态
-      statusOptions: [
-        { id: "0", label: "禁用" },
-        { id: "1", label: "启用" },
-      ],
-      // 表格 - 数据
-      tableData: [],
-      // 表格 - 参数
-      table: {
-        stripe: true,
-        border: true,
-        _defaultHeader_: ["setcol"],
-      },
-      // 表格 - 分页
-      pageInfo: {
-        size: 15,
-        curr: 1,
-        total: 0,
-      },
-      // 表格 - 列参数
-      columns: [
-        // {
-        //   prop: "id",
-        //   label: "ID",
-        //   width: "80px",
-        // },
-        {
-          prop: "cat_name",
-          label: "分类名称",
-          width: "140px",
-        },
-        {
-          prop: "status",
-          label: "状态",
-          _slot_: "status",
-          width: "70px",
-        },
-        {
-          prop: "level",
-          label: "分类等级",
-          width: "70px",
-        },
-        {
-          prop: "fund_code",
-          label: "财务核算码",
-          width: "130px",
-        },
-        {
-          prop: "specs",
-          label: "关联规格",
-          width: "130px",
-        },
-        {
-          prop: "cat_desc",
-          label: "售后说明",
-        },
-        {
-          prop: "company_name",
-          label: "创建人部门",
-          minWidth: "150px",
-        },
-        {
-          prop: "creater",
-          label: "创建人",
-          width: "70px",
-        },
-
-        {
-          prop: "addtime",
-          label: "创建时间",
-          sortable: true,
-          width: "145px",
-        },
-        {
-          prop: "",
-          label: "操作",
-          fixed: "right",
-          width: "50px",
-          _noset_: true,
-          _slot_: "operation",
-        },
-      ],
-    };
-  },
-  mounted() {
-    this.searchList();
-  },
-  methods: {
-    restSearch() {
-      // 表格 - 分页
-      this.pageInfo = {
-        size: 15,
-        curr: 1,
-        total: 0,
-      };
-      this.parmValue = {
-        page: 1, // 页码
-        size: 15, // 每页显示条数
-        start: "",
-        end: "",
-        status: "",
-        company_name: "", //创建人部门
-        creater: "",
-        cat_name: "",
-      };
-
-      this.searchList();
-    },
-    async platform_codeChange(e) {
-      const { id } = e;
-      this.parmValue.platform_code = id || "";
-      this.pageInfo.curr = 1;
-      this.parmValue.page = 1;
-      await this.searchList();
-    },
-    // 时间
-    async handleTime(e) {
-      this.parmValue.start = e.startTime || "";
-      this.parmValue.end = e.endTime || "";
-      if (
-        (this.parmValue.start !== "" && this.parmValue.end !== "") ||
-        (this.parmValue.start === "" && this.parmValue.end === "")
-      ) {
-        this.pageInfo.curr = 1;
-        this.parmValue.page = 1;
-        await this.searchList();
-      }
-    },
-    // 新建/编辑/详情
-    openModal(row) {
-      this.sitem = row;
-      this.modelId = row.id;
-      this.showModel = true;
-    },
-
-    // 刷新表格
-    async searchList() {
-      // if (
-      //   (this.parmValue.start !== "" && this.parmValue.end === "") ||
-      //   (this.parmValue.start === "" && this.parmValue.end !== "")
-      // ) {
-      //   this.$message.warning("时间区间不完整!");
-      //   return;
-      // }
-      this.loading = true;
-      const res = await asyncRequest.list(this.parmValue);
-      if (res && res.code === 0 && res.data) {
-        this.tableData = res.data.list;
-        this.tableData.forEach((e) => {
-          if (e.im && e.im.length > 0) {
-            e.specs = "";
-            e.im.forEach((a, i) => {
-              e.specs += i === 0 ? a.spec_name : `,${a.spec_name}`;
-            });
-          } else {
-            e.specs = "";
-          }
-        });
-        this.pageInfo.total = Number(res.data.count);
-      } else if (res && res.code >= 100 && res.code <= 104) {
-        await this.logout();
-      } else {
-        this.tableData = [];
-        this.pageInfo.total = 0;
-      }
-      this.loading = false;
-    },
-  },
-};
-</script>
-
-<style lang="scss" scoped></style>

+ 0 - 0
src/views/youzan/othsearchSort1/对接平台毛利设置


Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov