|
@@ -23,7 +23,7 @@
|
|
|
>
|
|
|
<template #table-header="{}">
|
|
|
<div style="width: 100%">
|
|
|
- <el-row style="padding: 0 0 10px 80px">
|
|
|
+ <el-row style="padding: 0 0 10px 90px">
|
|
|
<el-col :span="3" style="width: 748px">
|
|
|
<div class="my-breadcrumb clear">
|
|
|
<div
|
|
@@ -72,7 +72,7 @@
|
|
|
/>
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
- <el-col :span="4" style="width: 380px; padding: 0 0 0 10px">
|
|
|
+ <el-col :span="4" style="width: 390px; padding: 0 0 0 10px">
|
|
|
<search-terrace
|
|
|
:value="parmValue.platform_id"
|
|
|
:disabled="false"
|
|
@@ -83,7 +83,7 @@
|
|
|
@searchChange="platform_codeChange"
|
|
|
/>
|
|
|
</el-col>
|
|
|
- <el-col :span="4" style="width: 380px; padding: 0 0 0 10px">
|
|
|
+ <!-- <el-col :span="4" style="width: 390px; padding: 0 0 0 10px">
|
|
|
<el-input
|
|
|
:size="searchSize"
|
|
|
v-model="parmValue.cat_name"
|
|
@@ -95,8 +95,8 @@
|
|
|
"
|
|
|
placeholder="分类名称"
|
|
|
></el-input>
|
|
|
- </el-col>
|
|
|
- <el-col :span="4" style="width: 170px; padding: 0 0 0 10px">
|
|
|
+ </el-col> -->
|
|
|
+ <!-- <el-col :span="4" style="width: 170px; padding: 0 0 0 10px">
|
|
|
<el-input
|
|
|
:size="searchSize"
|
|
|
v-model="parmValue.company_name"
|
|
@@ -108,22 +108,7 @@
|
|
|
"
|
|
|
placeholder="创建人部门"
|
|
|
></el-input>
|
|
|
- </el-col>
|
|
|
- <el-col
|
|
|
- :span="3"
|
|
|
- class="fr"
|
|
|
- style="width: 66px; padding: 0 0 0 10px"
|
|
|
- v-if="powers.some((item) => item == '003')"
|
|
|
- >
|
|
|
- <el-button
|
|
|
- :size="searchSize"
|
|
|
- type="success"
|
|
|
- style="float: right"
|
|
|
- @click="openModal({}, '003')"
|
|
|
- >
|
|
|
- 添加
|
|
|
- </el-button>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
</el-row>
|
|
|
</div></template
|
|
|
>
|
|
@@ -139,60 +124,14 @@
|
|
|
</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, '007')"></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, '005')"></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> -->
|
|
|
- <!-- <el-tooltip
|
|
|
- v-if="powers.some((item) => item == '006')"
|
|
|
- effect="dark"
|
|
|
- content="删除"
|
|
|
- placement="top"
|
|
|
- >
|
|
|
- <i class="el-icon-delete tb-icon" @click="deleteItem(scope.row.id)"></i>
|
|
|
- </el-tooltip> -->
|
|
|
- <!-- <el-tooltip
|
|
|
- v-if="powers.some((item) => item == '060')"
|
|
|
- effect="dark"
|
|
|
- content="设置毛利率"
|
|
|
+ content="修改毛利率"
|
|
|
placement="top"
|
|
|
>
|
|
|
<i class="el-icon-s-check tb-icon" @click="setRate(scope.row)"></i>
|
|
|
- </el-tooltip> -->
|
|
|
+ </el-tooltip>
|
|
|
<el-tooltip
|
|
|
v-if="parseInt(scope.row.level) < 3"
|
|
|
effect="dark"
|
|
@@ -204,15 +143,7 @@
|
|
|
</template>
|
|
|
</ex-table>
|
|
|
<no-auth v-else></no-auth>
|
|
|
- <!-- 弹窗 新增/修改 -->
|
|
|
- <add-edit
|
|
|
- :id="modelId"
|
|
|
- :show-model="showModel"
|
|
|
- :sitem="sitem"
|
|
|
- :titleList="titleList"
|
|
|
- @refresh="searchList"
|
|
|
- @cancel="showModel = false"
|
|
|
- />
|
|
|
+
|
|
|
<!-- 弹窗 新增/修改 -->
|
|
|
<add-edit-rate
|
|
|
:id="modelRateId"
|
|
@@ -225,7 +156,6 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import addEdit from "./addEdit";
|
|
|
import addEditRate from "./addEditRate";
|
|
|
import asyncRequest from "@/apis/service/youzan/othsearchSort";
|
|
|
import { statusList } from "@/assets/js/statusList";
|
|
@@ -237,7 +167,6 @@ export default {
|
|
|
name: "othsearchSort",
|
|
|
mixins: [mixinPage, resToken],
|
|
|
components: {
|
|
|
- addEdit,
|
|
|
addEditRate,
|
|
|
},
|
|
|
computed: {
|
|
@@ -258,9 +187,7 @@ export default {
|
|
|
return {
|
|
|
statusList: statusList,
|
|
|
roleLevel: roleLevel,
|
|
|
- loading: true,
|
|
|
- showModel: false,
|
|
|
- modelId: "000",
|
|
|
+ loading: false,
|
|
|
sitem: {},
|
|
|
showRateModel: false,
|
|
|
modelRateId: "000",
|
|
@@ -269,9 +196,8 @@ export default {
|
|
|
parmValue: {
|
|
|
page: 1, // 页码
|
|
|
size: 15, // 每页显示条数
|
|
|
- company_name: "", //创建人部门
|
|
|
status: "",
|
|
|
- cat_name: "",
|
|
|
+ platform_id: "",
|
|
|
pid: "0",
|
|
|
},
|
|
|
// 状态
|
|
@@ -307,8 +233,8 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
prop: "level",
|
|
|
- label: "分类等级",
|
|
|
- width: "70px",
|
|
|
+ label: "等级",
|
|
|
+ width: "50px",
|
|
|
},
|
|
|
{
|
|
|
prop: "status",
|
|
@@ -319,42 +245,42 @@ export default {
|
|
|
{
|
|
|
prop: "platform_name",
|
|
|
label: "平台名称",
|
|
|
- minwidth: "130px",
|
|
|
+ minwidth: "190px",
|
|
|
},
|
|
|
|
|
|
{
|
|
|
prop: "fund_code",
|
|
|
label: "财务核算码",
|
|
|
- minwidth: "130px",
|
|
|
+ width: "150px",
|
|
|
},
|
|
|
|
|
|
{
|
|
|
prop: "order_rate",
|
|
|
label: "预算→成本",
|
|
|
- minwidth: "100px",
|
|
|
+ width: "90px",
|
|
|
},
|
|
|
{
|
|
|
prop: "sale_rate",
|
|
|
label: "成本→售价",
|
|
|
- minwidth: "100px",
|
|
|
+ width: "90px",
|
|
|
},
|
|
|
{
|
|
|
prop: "rate",
|
|
|
label: "主管利率",
|
|
|
- minwidth: "100px",
|
|
|
+ width: "90px",
|
|
|
},
|
|
|
{
|
|
|
prop: "money_rate",
|
|
|
label: "财务利率",
|
|
|
- minwidth: "100px",
|
|
|
+ width: "90px",
|
|
|
},
|
|
|
{
|
|
|
prop: "low_rate",
|
|
|
- label: "项目最低毛利",
|
|
|
- minwidth: "100px",
|
|
|
+ label: "项目毛利",
|
|
|
+ width: "90px",
|
|
|
},
|
|
|
{
|
|
|
- prop: "apply_name",
|
|
|
+ prop: "creater",
|
|
|
label: "创建人",
|
|
|
width: "70px",
|
|
|
},
|
|
@@ -367,7 +293,7 @@ export default {
|
|
|
prop: "",
|
|
|
label: "操作",
|
|
|
fixed: "right",
|
|
|
- width: "100px",
|
|
|
+ width: "110px",
|
|
|
_noset_: true,
|
|
|
_slot_: "operation",
|
|
|
},
|
|
@@ -391,16 +317,15 @@ export default {
|
|
|
page: 1, // 页码
|
|
|
size: 15, // 每页显示条数
|
|
|
status: "",
|
|
|
- company_name: "", //创建人部门
|
|
|
+ platform_id: "",
|
|
|
pid: "0",
|
|
|
- cat_name: "",
|
|
|
};
|
|
|
this.initTitleList();
|
|
|
this.searchList();
|
|
|
},
|
|
|
async platform_codeChange(e) {
|
|
|
const { id } = e;
|
|
|
- this.parmValue.platform_code = id || "";
|
|
|
+ this.parmValue.platform_id = id || "";
|
|
|
this.pageInfo.curr = 1;
|
|
|
this.parmValue.page = 1;
|
|
|
await this.searchList();
|
|
@@ -428,19 +353,6 @@ export default {
|
|
|
this.sitemRate = row;
|
|
|
this.showRateModel = true;
|
|
|
},
|
|
|
- // 新建/编辑/详情
|
|
|
- openModal(row, type) {
|
|
|
- const { status } = row;
|
|
|
- if (type === "005" && status === "1") {
|
|
|
- this.$message.warning("禁用后,才可以修改!");
|
|
|
- return;
|
|
|
- }
|
|
|
- this.sitem = row;
|
|
|
-
|
|
|
- this.modelId = type;
|
|
|
-
|
|
|
- this.showModel = true;
|
|
|
- },
|
|
|
async changeBreadcrumb(index) {
|
|
|
if (index + 1 === this.titleList.length) {
|
|
|
return;
|
|
@@ -455,87 +367,21 @@ export default {
|
|
|
this.parmValue.page = 1;
|
|
|
await this.searchList();
|
|
|
},
|
|
|
- /**
|
|
|
- * 启用/禁用
|
|
|
- * @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 deleteItem(id) {
|
|
|
- await this.$confirm("确定要删除?", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
- type: "warning",
|
|
|
- })
|
|
|
- .then(async () => {
|
|
|
- const model = {
|
|
|
- id: id,
|
|
|
- };
|
|
|
- const res = await asyncRequest.delete(model);
|
|
|
- if (res && res.code === 0) {
|
|
|
- this.$notify.success({
|
|
|
- title: "删除成功",
|
|
|
- message: "",
|
|
|
- });
|
|
|
- this.searchList();
|
|
|
- } else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
- await this.logout();
|
|
|
- } else {
|
|
|
- this.$message.warning(res.message);
|
|
|
- }
|
|
|
- })
|
|
|
- .catch(() => {
|
|
|
- console.log("取消");
|
|
|
- });
|
|
|
- },
|
|
|
+
|
|
|
// 刷新表格
|
|
|
async searchList() {
|
|
|
+ if (this.loading) return;
|
|
|
+ if (this.parmValue.platform_id === "") {
|
|
|
+ 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) {
|
|
|
+ const { code, data } = await asyncRequest.list(this.parmValue);
|
|
|
+ if (code === 0) {
|
|
|
+ const { list, count } = data;
|
|
|
+ this.tableData = list;
|
|
|
+ this.pageInfo.total = count;
|
|
|
+ } else if (code >= 100 && code <= 104) {
|
|
|
await this.logout();
|
|
|
} else {
|
|
|
this.tableData = [];
|