戴艳蓉 %!s(int64=3) %!d(string=hai) anos
pai
achega
872b445739
Modificáronse 34 ficheiros con 21 adicións e 803 borrados
  1. 0 35
      src/apis/service/client/company/index.js
  2. 0 15
      src/apis/service/client/cproperty/index.js
  3. 0 0
      src/apis/service/goodStore/active/index.js
  4. 0 0
      src/apis/service/goodStore/activeGood/index.js
  5. 0 0
      src/apis/service/serviceParam/Invoicing/index.js
  6. 0 0
      src/apis/service/serviceParam/business/index.js
  7. 0 0
      src/apis/service/serviceParam/supplier/index.js
  8. 1 1
      src/views/goodStore/active/add.vue
  9. 0 0
      src/views/goodStore/active/columns.js
  10. 1 1
      src/views/goodStore/active/components/baseForm.vue
  11. 1 1
      src/views/goodStore/active/components/baseFormAddEdit.vue
  12. 1 1
      src/views/goodStore/active/components/costForm.vue
  13. 1 1
      src/views/goodStore/active/components/costFormAddEdit.vue
  14. 4 4
      src/views/goodStore/active/components/packForm.vue
  15. 1 1
      src/views/goodStore/active/detail.vue
  16. 3 3
      src/views/goodStore/active/index.vue
  17. 0 0
      src/views/goodStore/active/ladderPrice.vue
  18. 0 0
      src/views/goodStore/active/活动管理
  19. 1 1
      src/views/goodStore/activeGood/index.vue
  20. 0 0
      src/views/goodStore/activeGood/活动商品列表
  21. 0 415
      src/views/goodStore/dataShare/addEdit.vue
  22. 0 317
      src/views/goodStore/dataShare/index.vue
  23. 0 0
      src/views/goodStore/dataShare/数据共享
  24. 1 1
      src/views/serviceParam/Invoicing/addEdit.vue
  25. 1 1
      src/views/serviceParam/Invoicing/index.vue
  26. 0 0
      src/views/serviceParam/Invoicing/客户开票信息管理
  27. 1 1
      src/views/serviceParam/business/addEdit.vue
  28. 1 1
      src/views/serviceParam/business/index.vue
  29. 0 0
      src/views/serviceParam/business/企业客户组织架构
  30. 1 1
      src/views/serviceParam/supplier/addEdit.vue
  31. 1 1
      src/views/serviceParam/supplier/detail.vue
  32. 1 1
      src/views/serviceParam/supplier/index.vue
  33. 0 0
      src/views/serviceParam/supplier/供应商管理
  34. 0 0
      src/views/stock/库存管理

+ 0 - 35
src/apis/service/client/company/index.js

@@ -1,35 +0,0 @@
-// 物业管理员
-import http from "@/apis/axios";
-const api = "admin/";
-export default {
-  // 添加
-  add: (data, params) => http(api + "companyadd", data, "post", params),
-  // 删除
-  delete: (data, params) => http(api + "delete", data, "post", params),
-  // 分页查询
-  list: (data, params) => http(api + "companylist", data, "post", params),
-  // 详情
-  detail: (data, params) => http(api + "companyinfo", data, "post", params),
-  // 更新
-  update: (data, params) => http(api + "companysave", data, "post", params),
-  // 修改状态
-  status: (data, params) => http(api + 'companystatus', data, 'post', params),
-  // 提交审核申请
-  again: (data, params) => http(api + 'companyagain', data, 'post', params),
-  // 审核人提交审核结果
-  exam: (data, params) => http(api + 'companyexam', data, 'post', params),
-  // 企业财务信息
-  bank: (data, params) => http(api + 'companybank', data, 'post', params),
-  // 企业财务录入
-  attrAdd: (data, params) => http(api + 'companyattradd', data, 'post', params),
-  // 省级列表
-  pList: (data, params) => http('api/getprovince', data, 'post', params),
-  // 市级列表
-  cList: (data, params) => http('api/getcity', data, 'post', params),
-  // 县区列表
-  aList: (data, params) => http('api/getarea', data, 'post', params),
-  // 银行卡验证
-  getbank: (data, params) => http('api/getbank', data, 'post', params),
-  
-
-};

+ 0 - 15
src/apis/service/client/cproperty/index.js

@@ -1,15 +0,0 @@
-// 客户属性管理
-import http from "@/apis/axios";
-const api = "admin/";
-export default {
-  // 添加
-  add: (data, params) => http(api + "attrcreate", data, "post", params),
-  // 更新
-  update: (data, params) => http(api + "attredit", data, "post", params),
-  // 分页查询
-  list: (data, params) => http(api + "attrlist", data, "post", params),
-  // 修改状态
-  status: (data, params) => http(api + 'attrstatus', data, 'post', params),
-  // 删除
-  delete: (data, params) => http(api + "attrdelete", data, "post", params),
-};

+ 0 - 0
src/apis/service/activity/active/index.js → src/apis/service/goodStore/active/index.js


+ 0 - 0
src/apis/service/activity/activeGood/index.js → src/apis/service/goodStore/activeGood/index.js


+ 0 - 0
src/apis/service/client/Invoicing/index.js → src/apis/service/serviceParam/Invoicing/index.js


+ 0 - 0
src/apis/service/client/business/index.js → src/apis/service/serviceParam/business/index.js


+ 0 - 0
src/apis/service/purchaseIn/supplier/index.js → src/apis/service/serviceParam/supplier/index.js


+ 1 - 1
src/views/activity/active/add.vue → src/views/goodStore/active/add.vue

@@ -17,7 +17,7 @@
   </div>
 </template>
    <script>
-import asyncRequest from "@/apis/service/activity/active";
+import asyncRequest from "@/apis/service/goodStore/active";
 import resToken from "@/mixins/resToken";
 import { mapGetters } from "vuex";
 // import baseForm from "./components/baseForm";

+ 0 - 0
src/views/activity/active/columns.js → src/views/goodStore/active/columns.js


+ 1 - 1
src/views/activity/active/components/baseForm.vue → src/views/goodStore/active/components/baseForm.vue

@@ -310,7 +310,7 @@
   </el-form>
 </template>
    <script>
-import asyncRequest from "@/apis/service/activity/active";
+import asyncRequest from "@/apis/service/goodStore/active";
 import resToken from "@/mixins/resToken";
 import { mapGetters } from "vuex";
 import baseFormAddEdit from "./baseFormAddEdit";

+ 1 - 1
src/views/activity/active/components/baseFormAddEdit.vue → src/views/goodStore/active/components/baseFormAddEdit.vue

@@ -80,7 +80,7 @@
   </el-dialog>
 </template>
 <script>
-import asyncRequest from "@/apis/service/activity/active";
+import asyncRequest from "@/apis/service/goodStore/active";
 import resToken from "@/mixins/resToken";
 export default {
   name: "active",

+ 1 - 1
src/views/activity/active/components/costForm.vue → src/views/goodStore/active/components/costForm.vue

@@ -206,7 +206,7 @@
   </el-form>
 </template>
    <script>
-import asyncRequest from "@/apis/service/activity/active";
+import asyncRequest from "@/apis/service/goodStore/active";
 import resToken from "@/mixins/resToken";
 import { mapGetters } from "vuex";
 import costFormAddEdit from "./costFormAddEdit";

+ 1 - 1
src/views/activity/active/components/costFormAddEdit.vue → src/views/goodStore/active/components/costFormAddEdit.vue

@@ -105,7 +105,7 @@
   </el-dialog>
 </template>
 <script>
-import asyncRequest from "@/apis/service/activity/active";
+import asyncRequest from "@/apis/service/goodStore/active";
 import resToken from "@/mixins/resToken";
 export default {
   name: "active",

+ 4 - 4
src/views/activity/active/components/packForm.vue → src/views/goodStore/active/components/packForm.vue

@@ -195,7 +195,7 @@
       <el-col :span="23" class="dmain">
         <el-row style="padding: 0 0 20px 0">
           <el-col :span="8">
-            <el-form-item label="缩略图" prop="c1" class="activity-upload">
+            <el-form-item label="缩略图" prop="c1" class="goodStore-upload">
               <div class="btnupload" style="position: relative">
                 <img v-if="ruleForm.c1" :src="ruleForm.c1" class="avatar" />
                 <i v-else class="el-icon-plus avatar-uploader-icon"></i>
@@ -214,7 +214,7 @@
                 <p>1:1</p>
               </div>
             </el-form-item>
-            <el-form-item label="详情主图" prop="c2" class="activity-upload">
+            <el-form-item label="详情主图" prop="c2" class="goodStore-upload">
               <div class="btnupload" style="position: relative">
                 <img v-if="ruleForm.c2" :src="ruleForm.c2" class="avatar" />
                 <i v-else class="el-icon-plus avatar-uploader-icon"></i>
@@ -243,7 +243,7 @@
                     <i class="el-icon-close" @click="closeImg(iindex)"></i>
                   </li>
                   <li class="img-upload-li" v-if="ruleForm.c3.length < 10">
-                    <div class="activity-upload">
+                    <div class="goodStore-upload">
                       <div class="btnupload" style="position: relative">
                         <i class="el-icon-plus avatar-uploader-icon"></i>
                         <file-upload
@@ -269,7 +269,7 @@
   </el-form>
 </template>
    <script>
-import asyncRequest from "@/apis/service/activity/active";
+import asyncRequest from "@/apis/service/goodStore/active";
 import resToken from "@/mixins/resToken";
 import { mapGetters } from "vuex";
 import { options6 } from "../columns";

+ 1 - 1
src/views/activity/active/detail.vue → src/views/goodStore/active/detail.vue

@@ -323,7 +323,7 @@
 </template>
    <script>
 import mixinPage from "@/mixins/elPaginationHandle";
-import asyncRequest from "@/apis/service/activity/active";
+import asyncRequest from "@/apis/service/goodStore/active";
 import ladderPrice from "./ladderPrice";
 // import PeriodDatePicker from "@/components/PeriodDatePicker";
 import statusList from "@/assets/js/statusList";

+ 3 - 3
src/views/activity/active/index.vue → src/views/goodStore/active/index.vue

@@ -81,7 +81,7 @@
             <el-col :span="4" style="width: 373px">
               <el-input
                 :size="searchSize"
-                v-model="parmValue.activity_name"
+                v-model="parmValue.goodStore_name"
                 :maxlength="40"
                 @blur="
                   pageInfo.curr = 1;
@@ -94,7 +94,7 @@
             <el-col :span="6" style="width: 250px; padding: 0 0 0 10px">
               <el-input
                 :size="searchSize"
-                v-model="parmValue.activity_code"
+                v-model="parmValue.goodStore_code"
                 :maxlength="40"
                 @blur="
                   pageInfo.curr = 1;
@@ -220,7 +220,7 @@
   </div>
 </template>
 <script>
-import asyncRequest from "@/apis/service/activity/active";
+import asyncRequest from "@/apis/service/goodStore/active";
 import statusList from "@/assets/js/statusList";
 import roleLevel from "@/assets/js/roleLevel";
 import mixinPage from "@/mixins/elPaginationHandle";

+ 0 - 0
src/views/activity/active/ladderPrice.vue → src/views/goodStore/active/ladderPrice.vue


+ 0 - 0
src/views/activity/active/活动管理 → src/views/goodStore/active/活动管理


+ 1 - 1
src/views/activity/activeGood/index.vue → src/views/goodStore/activeGood/index.vue

@@ -236,7 +236,7 @@
   </div>
 </template>
 <script>
-import asyncRequest from "@/apis/service/activity/activeGood";
+import asyncRequest from "@/apis/service/goodStore/activeGood";
 import statusList from "@/assets/js/statusList";
 import roleLevel from "@/assets/js/roleLevel";
 import mixinPage from "@/mixins/elPaginationHandle";

+ 0 - 0
src/views/activity/activeGood/活动商品列表 → src/views/goodStore/activeGood/活动商品列表


+ 0 - 415
src/views/goodStore/dataShare/addEdit.vue

@@ -1,415 +0,0 @@
-<template>
-  <el-dialog
-    v-loading="loading"
-    :title="title"
-    :center="true"
-    align="left"
-    top="18vh"
-    width="900px"
-    :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>
-      <el-row :gutter="10">
-        <el-col :span="24">
-          <el-form
-            ref="ruleForm"
-            :model="ruleForm"
-            status-icon
-            :rules="rulesThis"
-            label-width="130px"
-            class="demo-ruleForm"
-          >
-            <el-form-item label="共享的菜单数据" prop="collect">
-              <el-select
-                v-model="ruleForm.collect"
-                style="width: 100%"
-                multiple
-                filterable
-                clearable
-                :disabled="isDetail"
-                placeholder="请选择菜单数据"
-              >
-                <!-- <el-option
-                  v-for="item in actionList"
-                  :key="`collect` + item.id"
-                  :label="item.menu_name"
-                  :value="item.id"
-                  :disabled="item.status !== '1'"
-                >
-                </el-option> -->
-                <el-option-group
-                  v-for="(group, index) in actionList"
-                  :key="group.menu_name + index"
-                  :label="group.menu_name"
-                >
-                  <el-option
-                    v-for="(item, i) in group.child"
-                    :key="'item' + item.menu_name + i"
-                    :label="item.menu_name"
-                    :value="item.id"
-                  />
-                </el-option-group>
-              </el-select>
-            </el-form-item>
-
-            <el-form-item label="数据源用户" prop="userid">
-              <el-select
-                v-model="ruleForm.userid"
-                multiple
-                filterable
-                clearable
-                :multiple-limit="1"
-                placeholder="请选择数据源用户"
-                :disabled="isDetail"
-                style="width: 100%"
-              >
-                <el-option
-                  v-for="item in activeOptions"
-                  :key="`userid` + item.id"
-                  :label="item.nickname"
-                  :value="item.id"
-                  :disabled="item.status !== '1'"
-                >
-                  <span style="float: left">{{ item.nickname }}</span>
-                  <span
-                    style="
-                      float: right;
-                      color: #8492a6;
-                      font-size: 13px;
-                      padding: 0 25px 0 0;
-                    "
-                    >{{ item.role_name }}</span
-                  >
-                </el-option>
-              </el-select>
-            </el-form-item>
-            <el-divider />
-
-            <el-form-item label="数据共享对象" required>
-              <ul class="dataShare-edit">
-                <li>
-                  <el-select
-                    slot="prepend"
-                    v-model="select"
-                    placeholder="请选择"
-                  >
-                    <el-option label="用户" value="1" />
-                    <el-option label="用户组" value="2" />
-                  </el-select>
-                </li>
-                <li>
-                  <el-select
-                    v-if="select === '1'"
-                    v-model="ruleForm.touserid"
-                    multiple
-                    filterable
-                    :multiple-limit="1"
-                    clearable
-                    placeholder="请选择用户"
-                    :disabled="isDetail"
-                    style="width: 100%"
-                  >
-                    <el-option
-                      v-for="item in activeOptions"
-                      :key="`touserid` + item.id"
-                      :label="item.nickname"
-                      :value="item.id"
-                      :disabled="item.status !== '1'"
-                    >
-                      <span style="float: left">{{ item.nickname }}</span>
-                      <span
-                        style="
-                          float: right;
-                          color: #8492a6;
-                          font-size: 13px;
-                          padding: 0 25px 0 0;
-                        "
-                        >{{ item.role_name }}</span
-                      >
-                    </el-option>
-                  </el-select>
-                  <el-select
-                    v-else
-                    v-model="ruleForm.togroupid"
-                    multiple
-                    filterable
-                    :multiple-limit="1"
-                    clearable
-                    placeholder="请选择用户组"
-                    :disabled="isDetail"
-                    style="width: 100%"
-                  >
-                    <el-option
-                      v-for="item in groupallList"
-                      :key="`togroupid` + item.id"
-                      :label="item.group_name"
-                      :value="item.id"
-                      :disabled="item.status !== '1'"
-                    />
-                  </el-select>
-                </li>
-              </ul>
-              <!-- <el-input v-model="ruleForm.tel" :disabled="isDetail"></el-input> -->
-            </el-form-item>
-
-            <el-form-item label="共享的数据权限" prop="action">
-              <el-radio v-model="ruleForm.action" label="0">只读</el-radio>
-              <el-radio v-model="ruleForm.action" label="1">读写</el-radio>
-            </el-form-item>
-          </el-form>
-        </el-col>
-        <el-col :span="24" style="text-align: right">
-          <el-button v-if="!isDetail" type="primary" @click="submitForm"
-            >保 存
-          </el-button>
-          <el-button @click="showModelThis = false">{{
-            isDetail ? "关 闭" : "取 消"
-          }}</el-button>
-        </el-col>
-      </el-row>
-    </el-card>
-  </el-dialog>
-</template>
-<script>
-import asyncRequest from "@/apis/service/interest/dataShare";
-import resToken from "@/mixins/resToken";
-export default {
-  name: "DataShare",
-  props: ["showModel", "id", "isDetail"],
-  mixins: [resToken],
-  data() {
-    return {
-      loading: false,
-      title: "添加共享规则",
-      showModelThis: this.showModel,
-      select: "1",
-      activeOptions: [],
-      actionList: [],
-      ruleForm: {
-        collect: [],
-        userid: [],
-        touserid: [],
-        togroupid: [],
-        action: "0",
-        // isAdmin: 0
-      },
-      rulesThis: this.rules,
-      rules: {
-        collect: [
-          { required: true, message: "请选择共享的菜单", trigger: "change" },
-        ],
-        userid: [
-          { required: true, message: "请选择数据源用户", trigger: "change" },
-        ],
-        touserid: [
-          { required: false, message: "请选择数据共享用户", trigger: "change" },
-        ],
-        togroupid: [
-          {
-            required: false,
-            message: "请选择数据共享用户组",
-            trigger: "change",
-          },
-        ],
-        action: [
-          { required: true, message: "请选择数据权限", trigger: "change" },
-        ],
-      },
-      dataForm: {
-        name: "", // 业务员名字
-        status: "", //
-      },
-      activeOptions: [],
-      groupallList: [],
-    };
-  },
-  watch: {
-    showModel: function (val) {
-      this.showModelThis = val;
-      if (val) {
-        this.initForm();
-      }
-    },
-    showModelThis(val) {
-      if (!val) {
-        this.$emit("cancel");
-      }
-    },
-  },
-  methods: {
-    
-    async initForm() {
-      this.loading = true;
-      await this.initActionList();
-      await this.getAllActive();
-      await this.groupAllActive();
-      if (this.id === "add") {
-        this.title = "添加共享规则";
-        this.rulesThis = this.rules;
-        await this.resetForm();
-      } else {
-        if (this.isDetail) {
-          this.title = "共享规则";
-          this.rulesThis = {};
-        } else {
-          this.title = "修改共享规则";
-          this.rulesThis = this.rules;
-        }
-        await this.resetForm();
-        await this.initData();
-      }
-      this.loading = false;
-    },
-    async initData() {
-      const res = await asyncRequest.detail({ id: this.id });
-      if (res && res.code === 0) {
-        const { action_collect, share_user, to_user, to_group, action } =
-          res.data;
-        this.ruleForm.collect = action_collect.split(",");
-        this.ruleForm.userid = share_user.split(",");
-        this.ruleForm.touserid = to_user === "" ? [] : to_user.split(",");
-        this.ruleForm.togroupid = to_group === "" ? [] : to_group.split(",");
-        this.ruleForm.action = action;
-        if (this.ruleForm.touserid.length !== 0) {
-          this.select = "1";
-        } else if (res && res.code >= 100 && res.code <= 104) {
-          await this.logout();
-        } else {
-          this.select = "2";
-          this.$message.warning(res.message);
-        }
-      }
-    },
-    async initActionList() {
-      const res = await asyncRequest.actionList({});
-      if (res && res.code === 0) {
-        const list = res.data;
-        const arr = list.filter((item) => item.child && item.child.length > 0);
-        this.actionList = arr;
-      } else if (res && res.code >= 100 && res.code <= 104) {
-        await this.logout();
-      } else {
-        this.$message.warning(res.message);
-      }
-    },
-    async getAllActive() {
-      const res = await asyncRequest.accountall(this.dataForm);
-      if (res && res.code === 0 && res.data) {
-        this.activeOptions = res.data;
-      } else if (res && res.code >= 100 && res.code <= 104) {
-        await this.logout();
-      } else {
-        this.$message.warning(res.message);
-      }
-    },
-    async groupAllActive() {
-      const res = await asyncRequest.groupall(this.dataForm);
-      if (res && res.code === 0 && res.data) {
-        this.groupallList = res.data;
-      } else if (res && res.code >= 100 && res.code <= 104) {
-        await this.logout();
-      } else {
-        this.$message.warning(res.message);
-      }
-    },
-    async resetForm() {
-      // 重置
-      await this.$nextTick(() => {
-        if (this.$refs.ruleForm) {
-          this.$refs.ruleForm.resetFields();
-          this.$refs.ruleForm.clearValidate();
-          this.ruleForm = {
-            collect: [],
-            userid: [],
-            touserid: [],
-            togroupid: [],
-            action: "0",
-            // isAdmin: 0
-          };
-        }
-      });
-    },
-    async submitForm() {
-      await this.$refs.ruleForm.validate(async (valid) => {
-        if (valid) {
-          if (this.ruleForm.touserid.length === 0 && this.select === "1") {
-            this.$message.warning("请选择数据共享用户");
-            return;
-          }
-          if (this.ruleForm.togroupid.length === 0 && this.select !== "1") {
-            this.$message.warning("请选择数据共享用户组");
-            return;
-          }
-          if (
-            this.select === "1" &&
-            this.ruleForm.userid[0] === this.ruleForm.touserid[0]
-          ) {
-            this.$message.warning("源用户不能与分享用户一致!");
-            return;
-          }
-          this.loading = true;
-          const { collect, userid, touserid, togroupid, action } = JSON.parse(
-            JSON.stringify(this.ruleForm)
-          );
-          const model = {
-            id: this.id,
-            collect: collect.join(),
-            userid: userid.join(),
-            touserid: this.select === "1" ? touserid.join() : "",
-            togroupid: this.select === "1" ? "" : togroupid.join(),
-            action: action,
-          };
-          let res = {};
-          if (this.id === "add") {
-            delete model["id"];
-            res = await asyncRequest.add(model);
-          } else {
-            res = await asyncRequest.update(model);
-          }
-          this.loading = false;
-          if (res && res.code === 0) {
-            const title = this.id === "add" ? "添加成功" : "修改成功";
-            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>
-.dataShare {
-  .dataShare-edit {
-    width: 100%;
-    display: flex;
-    li {
-      &:first-child {
-        width: 100px;
-        position: relative;
-      }
-      &:last-child {
-        width: calc(100% - 100px);
-      }
-    }
-  }
-}
-</style>

+ 0 - 317
src/views/goodStore/dataShare/index.vue

@@ -1,317 +0,0 @@
-<template>
-  <div class="dataShare pagePadding">
-    <ex-table
-      v-loading="loading"
-      v-if="powers && powers.length > 0 && powers.some((item) => item == '001')"
-      :table="table"
-      :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 :gutter="10">
-            <el-col :span="24">
-              <el-col
-                :span="3"
-                style="width: 66px; float: right"
-              >
-                <el-button
-                  type="primary"
-                  :size="searchSize"
-                  style="float: right"
-                  @click="searchList"
-                >
-                  刷新
-                </el-button>
-              </el-col>
-              <el-col
-                :span="3"
-                style="width: 66px; float: right"
-                v-if="powers.some((item) => item == '003')"
-              >
-                <el-button
-                  :size="searchSize"
-                  type="success"
-                  style="float: right"
-                  @click="openModal('add', false)"
-                >
-                  添加
-                </el-button>
-              </el-col>
-            </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 == '007')"
-          effect="dark"
-          content="详情"
-          placement="top"
-        >
-          <i
-            class="el-icon-view tb-icon"
-            @click="openModal(scope.row.id, true)"
-          ></i>
-        </el-tooltip>
-        <el-tooltip
-          v-if="powers.some((item) => item == '005')"
-          effect="dark"
-          content="修改"
-          placement="top"
-        >
-          <i
-            class="el-icon-edit tb-icon"
-            @click="openModal(scope.row.id, false)"
-          ></i>
-        </el-tooltip>
-        <el-tooltip
-          v-if="
-            powers.some((item) => item == '004') && scope.row.status === '1'
-          "
-          effect="dark"
-          content="禁用"
-          placement="top"
-        >
-          <i
-            class="el-icon-video-pause tb-icon"
-            @click="changeStatus(scope.row.id, scope.row.status)"
-          ></i>
-        </el-tooltip>
-        <el-tooltip
-          v-if="
-            powers.some((item) => item == '004') && scope.row.status === '0'
-          "
-          effect="dark"
-          content="启用"
-          placement="top"
-        >
-          <i
-            class="el-icon-video-play tb-icon"
-            @click="changeStatus(scope.row.id, scope.row.status)"
-          ></i>
-        </el-tooltip>
-      </template>
-    </ex-table>
-    <no-auth v-else></no-auth>
-    <!-- 弹窗 新增/修改 -->
-    <add-edit
-      :id="modelId"
-      :show-model="showModel"
-      :is-detail="isDetail"
-      @refresh="searchList"
-      @cancel="showModel = false"
-    />
-  </div>
-</template>
-<script>
-import addEdit from "./addEdit";
-import asyncRequest from "@/apis/service/interest/dataShare";
-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";
-export default {
-  name: "role",
-  mixins: [mixinPage, resToken],
-  components: {
-    addEdit,
-  },
-  computed: {
-    //组件SIZE设置
-    ...mapGetters(["tablebtnSize", "searchSize", "size"]),
-    powers() {
-      let tran =
-        this.$store.getters.btnList.find(
-          (item) => item.menu_route == "dataShare"
-        ) || {};
-      if (tran && tran.action && tran.action.length > 0) {
-        return tran.action;
-      } else {
-        return [];
-      }
-    },
-  },
-  data() {
-    return {
-      statusList: statusList,
-      roleLevel: roleLevel,
-      loading: true,
-      showModel: false,
-      isDetail: false,
-      modelId: 0,
-      parmValue: {
-        page: 1, // 页码
-        size: 15, // 每页显示条数
-      },
-      // 状态
-      statusOptions: [
-        { id: 0, label: "禁用" },
-        { id: 1, label: "启用" },
-      ],
-      // 角色等级
-      authOptions: [
-        { id: "1", label: "管理员" },
-        { id: "2", label: "非管理员" },
-      ],
-      // 表格 - 数据
-      tableData: [],
-      // 表格 - 参数
-      table: {
-        stripe: true,
-        border: true,
-        _defaultHeader_: ["setcol"],
-      },
-      // 表格 - 分页
-      pageInfo: {
-        size: 15,
-        curr: 1,
-        total: 0,
-      },
-      // 表格 - 列参数
-      columns: [
-        {
-          prop: "actionlist",
-          label: "菜单数据",
-        },
-        {
-          prop: "share_user",
-          label: "数据源用户",
-        },
-
-        {
-          prop: "to_user",
-          label: "数据共享用户",
-        },
-        {
-          prop: "to_group",
-          label: "数据共享用户组",
-        },
-        {
-          prop: "status",
-          label: "状态",
-          sortable: true,
-          _slot_: "status",
-        },
-        {
-          prop: "addtime",
-          label: "创建时间",
-          sortable: true,
-        },
-        {
-          prop: "",
-          label: "操作",
-          fixed: "right",
-          _noset_: true,
-          _slot_: "operation",
-        },
-      ],
-    };
-  },
-  mounted() {
-    this.searchList();
-  },
-  methods: {
-    restSearch() {
-      // 表格 - 分页
-      this.pageInfo = {
-        size: 15,
-        curr: 1,
-        total: 0,
-      };
-      this.parmValue = {
-        page: 1, // 页码
-        size: 15, // 每页显示条数
-      };
-      this.searchList();
-    },
-    // 新建/编辑/详情
-    openModal(id, isDetail) {
-      this.showModel = true;
-      this.modelId = id;
-      this.isDetail = isDetail;
-    },
-    /**
-     * 启用/禁用
-     * @param {String} id id
-     * @param {String} status 0-禁用 1-启用
-     */
-    async changeStatus(id, status) {
-      await this.$confirm(`确定要改为${status === "1" ? "禁用" : "启用"}?`, {
-        confirmButtonText: "确定",
-        cancelButtonText: "取消",
-        type: "warning",
-      })
-        .then(async () => {
-          this.loading = true;
-          const model = {
-            id: id,
-            status: status === "1" ? "0" : "1",
-          };
-          const res = await asyncRequest.status(model);
-          if (res && res.code === 0) {
-            this.loading = false;
-            this.$notify.success({
-              title: "状态修改成功!",
-              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(() => {
-          console.log("取消");
-        });
-    },
-
-    // 刷新表格
-    async searchList() {
-      this.loading = true;
-      const res = await asyncRequest.list(this.parmValue);
-      if (res && res.code === 0 && res.data) {
-        this.tableData = res.data.list;
-        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/goodStore/dataShare/数据共享


+ 1 - 1
src/views/client/Invoicing/addEdit.vue → src/views/serviceParam/Invoicing/addEdit.vue

@@ -192,7 +192,7 @@
   </el-dialog>
 </template>
    <script>
-import asyncRequest from "@/apis/service/client/Invoicing";
+import asyncRequest from "@/apis/service/serviceParam/Invoicing";
 import {
   isnumber,
   isMobile,

+ 1 - 1
src/views/client/Invoicing/index.vue → src/views/serviceParam/Invoicing/index.vue

@@ -345,7 +345,7 @@
 </template>
    <script>
 import mixinPage from "@/mixins/elPaginationHandle";
-import asyncRequest from "@/apis/service/client/Invoicing";
+import asyncRequest from "@/apis/service/serviceParam/Invoicing";
 import addEdit from "./addEdit";
 import statusList from "@/assets/js/statusList";
 import { mapGetters } from "vuex";

+ 0 - 0
src/views/client/Invoicing/客户开票信息管理 → src/views/serviceParam/Invoicing/客户开票信息管理


+ 1 - 1
src/views/client/business/addEdit.vue → src/views/serviceParam/business/addEdit.vue

@@ -61,7 +61,7 @@
 </template>
    <script>
 import resToken from "@/mixins/resToken";
-import asyncRequest from "@/apis/service/client/business";
+import asyncRequest from "@/apis/service/serviceParam/business";
 export default {
   name: "goodsBack",
   props: ["showModel", "isDetail", "id"],

+ 1 - 1
src/views/client/business/index.vue → src/views/serviceParam/business/index.vue

@@ -147,7 +147,7 @@
 </template>
    <script>
 import resToken from "@/mixins/resToken";
-import asyncRequest from "@/apis/service/client/business";
+import asyncRequest from "@/apis/service/serviceParam/business";
 import addEdit from "./addEdit";
 import { mapGetters } from "vuex";
 

+ 0 - 0
src/views/client/business/企业客户组织架构 → src/views/serviceParam/business/企业客户组织架构


+ 1 - 1
src/views/purchaseIn/supplier/addEdit.vue → src/views/serviceParam/supplier/addEdit.vue

@@ -76,7 +76,7 @@
   </el-dialog>
 </template>
 <script>
-import asyncRequest from "@/apis/service/purchaseIn/supplier";
+import asyncRequest from "@/apis/service/serviceParam/supplier";
 import resToken from "@/mixins/resToken";
 export default {
   name: "brand",

+ 1 - 1
src/views/purchaseIn/supplier/detail.vue → src/views/serviceParam/supplier/detail.vue

@@ -151,7 +151,7 @@
    <script>
 import mixinPage from "@/mixins/elPaginationHandle";
 import resToken from "@/mixins/resToken";
-import asyncRequest from "@/apis/service/purchaseIn/supplier";
+import asyncRequest from "@/apis/service/serviceParam/supplier";
 
 
 export default {

+ 1 - 1
src/views/purchaseIn/supplier/index.vue → src/views/serviceParam/supplier/index.vue

@@ -206,7 +206,7 @@
   </div>
 </template>
 <script>
-import asyncRequest from "@/apis/service/purchaseIn/supplier";
+import asyncRequest from "@/apis/service/serviceParam/supplier";
 import statusList from "@/assets/js/statusList";
 import roleLevel from "@/assets/js/roleLevel";
 import mixinPage from "@/mixins/elPaginationHandle";

+ 0 - 0
src/views/purchaseIn/supplier/供应商管理 → src/views/serviceParam/supplier/供应商管理


+ 0 - 0
src/views/activity/活动管理 → src/views/stock/库存管理