|
@@ -3,18 +3,17 @@
|
|
|
<div v-show="isCondition == 0">
|
|
|
<el-header height="50px" class="header">
|
|
|
<el-page-header
|
|
|
- @back="($parent.isShow = 1), ($parent.isFlag = '')"
|
|
|
content="新增"
|
|
|
- >
|
|
|
- </el-page-header>
|
|
|
+ @back="($parent.isShow = 1), ($parent.isFlag = '')"
|
|
|
+ />
|
|
|
</el-header>
|
|
|
<div class="app-container">
|
|
|
<div class="screen-container">
|
|
|
<h4>销售政策信息</h4>
|
|
|
- <el-divider></el-divider>
|
|
|
+ <el-divider />
|
|
|
<el-form
|
|
|
- :model="searchForm"
|
|
|
ref="form"
|
|
|
+ :model="searchForm"
|
|
|
label-width="120px"
|
|
|
size="small"
|
|
|
class="demo-searchForm"
|
|
@@ -23,10 +22,10 @@
|
|
|
<el-col :xs="24" :ms="12" :lg="12">
|
|
|
<el-form-item label="销售政策编号">
|
|
|
<el-input
|
|
|
- disabled
|
|
|
v-model="searchForm.code"
|
|
|
+ disabled
|
|
|
placeholder="如未填写,则系统自动生成"
|
|
|
- ></el-input>
|
|
|
+ />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :ms="12" :lg="12">
|
|
@@ -34,14 +33,14 @@
|
|
|
<el-input
|
|
|
v-model="searchForm.title"
|
|
|
placeholder="销售政策说明"
|
|
|
- ></el-input>
|
|
|
+ />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :ms="12" :lg="12">
|
|
|
<el-form-item label="销售政策类型" prop="type">
|
|
|
<el-select
|
|
|
- size="small"
|
|
|
v-model="searchForm.type"
|
|
|
+ size="small"
|
|
|
placeholder="销售政策类型"
|
|
|
class="select_height"
|
|
|
>
|
|
@@ -50,8 +49,7 @@
|
|
|
:key="index"
|
|
|
:label="item.label"
|
|
|
:value="item.value"
|
|
|
- >
|
|
|
- </el-option>
|
|
|
+ />
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -79,9 +77,7 @@
|
|
|
placeholder="生效日期"
|
|
|
default-time="00:00:00"
|
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
- >
|
|
|
- </el-date-picker> </el-form-item
|
|
|
- ></el-col>
|
|
|
+ /> </el-form-item></el-col>
|
|
|
<el-col :xs="24" :ms="12" :lg="12">
|
|
|
<el-form-item label="失效日期" prop="endTime">
|
|
|
<el-date-picker
|
|
@@ -90,20 +86,18 @@
|
|
|
placeholder="失效日期"
|
|
|
default-time="00:00:00"
|
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
|
- >
|
|
|
- </el-date-picker> </el-form-item
|
|
|
- ></el-col>
|
|
|
+ /> </el-form-item></el-col>
|
|
|
<el-col :xs="24" :ms="24" :lg="24">
|
|
|
<el-form-item label="表头备注" prop="remark">
|
|
|
<el-input
|
|
|
v-model="searchForm.remark"
|
|
|
placeholder="新风机变频挂机。按提货数量1:3开单"
|
|
|
- ></el-input>
|
|
|
+ />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="24" :ms="24" :lg="24">
|
|
|
<el-form-item label="政策封面图">
|
|
|
- <ImageUpload :fileList="fileList" :multiple="false" />
|
|
|
+ <ImageUpload :file-list="fileList" :multiple="false" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -111,7 +105,7 @@
|
|
|
</div>
|
|
|
<div class="mymian-container">
|
|
|
<el-row>
|
|
|
- <el-divider></el-divider>
|
|
|
+ <el-divider />
|
|
|
<el-row type="flex">
|
|
|
<el-col :span="12">
|
|
|
<h4 style="display: inline-block; margin-right: 20px">
|
|
@@ -125,9 +119,10 @@
|
|
|
:file-list="importFileList"
|
|
|
:show-file-list="false"
|
|
|
>
|
|
|
- <el-button type="primary" size="small"
|
|
|
- >导入货品价格表</el-button
|
|
|
- >
|
|
|
+ <el-button
|
|
|
+ type="primary"
|
|
|
+ size="small"
|
|
|
+ >导入货品价格表</el-button>
|
|
|
</el-upload>
|
|
|
</template>
|
|
|
|
|
@@ -135,11 +130,10 @@
|
|
|
type="primary"
|
|
|
size="small"
|
|
|
@click="hanleDownloadFiles"
|
|
|
- >下载模板</el-button
|
|
|
- >
|
|
|
+ >下载模板</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-divider></el-divider>
|
|
|
+ <el-divider />
|
|
|
</el-row>
|
|
|
<el-table
|
|
|
v-loading="listLoading"
|
|
@@ -155,8 +149,7 @@
|
|
|
label="序号"
|
|
|
width="50"
|
|
|
align="center"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ />
|
|
|
<el-table-column
|
|
|
prop="materialNumber"
|
|
|
label="货品编码"
|
|
@@ -164,19 +157,20 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-select
|
|
|
- size="small"
|
|
|
v-model="scope.row.materialNumber"
|
|
|
- @change="handleK3List($event, scope.row)"
|
|
|
v-el-select-loadmore="loadmore"
|
|
|
+ size="small"
|
|
|
+ :remote-method="(query)=>remoteMethod(query,'number')"
|
|
|
filterable
|
|
|
+ remote
|
|
|
+ @change="handleK3List($event, scope.row)"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="item in k3List"
|
|
|
:key="item.id"
|
|
|
:label="item.number"
|
|
|
:value="item.id"
|
|
|
- >
|
|
|
- </el-option>
|
|
|
+ />
|
|
|
</el-select>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -184,8 +178,7 @@
|
|
|
prop="materialName"
|
|
|
label="货品名称"
|
|
|
align="center"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ />
|
|
|
<el-table-column
|
|
|
prop="specification"
|
|
|
label="规格型号"
|
|
@@ -193,18 +186,19 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-select
|
|
|
- size="small"
|
|
|
v-model="scope.row.specification"
|
|
|
- @change="handleK3List($event, scope.row)"
|
|
|
+ size="small"
|
|
|
+ :remote-method="(query)=>remoteMethod(query,'specification')"
|
|
|
filterable
|
|
|
+ remote
|
|
|
+ @change="handleK3List($event, scope.row)"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="item in k3List"
|
|
|
:key="item.id"
|
|
|
:label="item.specification"
|
|
|
:value="item.id"
|
|
|
- >
|
|
|
- </el-option>
|
|
|
+ />
|
|
|
</el-select>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -215,18 +209,17 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-select
|
|
|
- size="small"
|
|
|
v-model="scope.row.saleTypeId"
|
|
|
- @change="handleSalesType($event, scope.row)"
|
|
|
+ size="small"
|
|
|
filterable
|
|
|
+ @change="handleSalesType($event, scope.row)"
|
|
|
>
|
|
|
<el-option
|
|
|
v-for="item in typeList"
|
|
|
:key="item.id"
|
|
|
:label="item.saleName"
|
|
|
:value="item.id"
|
|
|
- >
|
|
|
- </el-option>
|
|
|
+ />
|
|
|
</el-select>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -234,35 +227,34 @@
|
|
|
prop="saleTypeCode"
|
|
|
label="销售类型编码"
|
|
|
align="center"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ />
|
|
|
|
|
|
<el-table-column prop="discAmount" label="格力折扣" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
- type="number"
|
|
|
v-model.number="scope.row.discAmount"
|
|
|
+ type="number"
|
|
|
placeholder="请输入格力折扣"
|
|
|
size="small"
|
|
|
- ></el-input>
|
|
|
+ />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="price" label="单价" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
|
- type="number"
|
|
|
v-model.number="scope.row.price"
|
|
|
+ type="number"
|
|
|
placeholder="请输入单价"
|
|
|
size="small"
|
|
|
- ></el-input>
|
|
|
+ />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="支付钱包" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-select
|
|
|
+ v-model="scope.row.walletIds"
|
|
|
size="small"
|
|
|
multiple
|
|
|
- v-model="scope.row.walletIds"
|
|
|
filterable
|
|
|
>
|
|
|
<el-option
|
|
@@ -270,8 +262,7 @@
|
|
|
:key="item.id"
|
|
|
:label="item.name"
|
|
|
:value="item.id"
|
|
|
- >
|
|
|
- </el-option>
|
|
|
+ />
|
|
|
</el-select>
|
|
|
<!-- <el-tag
|
|
|
style="margin: 5px"
|
|
@@ -288,7 +279,7 @@
|
|
|
v-model="scope.row.remark"
|
|
|
placeholder="备注"
|
|
|
size="small"
|
|
|
- ></el-input>
|
|
|
+ />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column fixed="right" label="操作" align="center">
|
|
@@ -305,8 +296,7 @@
|
|
|
slot="reference"
|
|
|
type="text"
|
|
|
class="textColor el-popover-left"
|
|
|
- >删除</el-button
|
|
|
- >
|
|
|
+ >删除</el-button>
|
|
|
</el-popconfirm>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -320,38 +310,42 @@
|
|
|
"
|
|
|
>
|
|
|
<div>
|
|
|
- <el-button type="primary" size="small" @click="handleNewInfo"
|
|
|
- >添加</el-button
|
|
|
- >
|
|
|
- <el-button type="primary" size="small" @click="handleSave"
|
|
|
- >保存</el-button
|
|
|
- >
|
|
|
+ <el-button
|
|
|
+ type="primary"
|
|
|
+ size="small"
|
|
|
+ @click="handleNewInfo"
|
|
|
+ >添加</el-button>
|
|
|
+ <el-button
|
|
|
+ type="primary"
|
|
|
+ size="small"
|
|
|
+ @click="handleSave"
|
|
|
+ >保存</el-button>
|
|
|
</div>
|
|
|
<el-pagination
|
|
|
- @size-change="handleSizeChange2"
|
|
|
- @current-change="handleCurrentChange2"
|
|
|
:current-page="dcurrentPage"
|
|
|
:page-sizes="pageSizeArr"
|
|
|
:page-size="size"
|
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
|
:total="listTotal"
|
|
|
- >
|
|
|
- </el-pagination>
|
|
|
+ @size-change="handleSizeChange2"
|
|
|
+ @current-change="handleCurrentChange2"
|
|
|
+ />
|
|
|
</div>
|
|
|
|
|
|
<el-row>
|
|
|
- <el-divider></el-divider>
|
|
|
+ <el-divider />
|
|
|
<el-row type="flex">
|
|
|
<el-col :span="12">
|
|
|
<h4 style="display: inline-block; margin-right: 20px">
|
|
|
条件信息
|
|
|
</h4>
|
|
|
- <el-button type="primary" size="small" @click="isCondition = 1"
|
|
|
- >添加</el-button
|
|
|
- ></el-col
|
|
|
- >
|
|
|
+ <el-button
|
|
|
+ type="primary"
|
|
|
+ size="small"
|
|
|
+ @click="isCondition = 1"
|
|
|
+ >添加</el-button></el-col>
|
|
|
</el-row>
|
|
|
- <el-divider></el-divider>
|
|
|
+ <el-divider />
|
|
|
</el-row>
|
|
|
<el-table
|
|
|
v-loading="listLoading"
|
|
@@ -368,8 +362,7 @@
|
|
|
label="序号"
|
|
|
width="50"
|
|
|
align="center"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
+ />
|
|
|
<el-table-column prop="name" label="限定条件" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input
|
|
@@ -378,7 +371,7 @@
|
|
|
placeholder="请输入名称"
|
|
|
:disabled="scope.row.fang"
|
|
|
@blur="handleConditionName(scope.row)"
|
|
|
- ></el-input>
|
|
|
+ />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
@@ -392,29 +385,27 @@
|
|
|
type="text"
|
|
|
size="small"
|
|
|
@click="scope.row.fang = false"
|
|
|
- >编辑</el-button
|
|
|
- >
|
|
|
+ >编辑</el-button>
|
|
|
<el-button
|
|
|
type="text"
|
|
|
size="small"
|
|
|
@click="handleCondition(scope.row.id, scope.$index)"
|
|
|
- >删除</el-button
|
|
|
- >
|
|
|
+ >删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
<div>
|
|
|
<el-row>
|
|
|
- <el-divider></el-divider>
|
|
|
+ <el-divider />
|
|
|
<el-row type="flex" align="middle">
|
|
|
<el-col :span="2">
|
|
|
<h4>经销商信息</h4>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-divider></el-divider>
|
|
|
+ <el-divider />
|
|
|
</el-row>
|
|
|
- <Transfer @handleAddPolicy="handleAddPolicy" />
|
|
|
+ <Transfer @handleAddPolicy="handleAddPolicy" @handleReset="handleReset" />
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -446,15 +437,14 @@ import AddCondition from './AddCondition'
|
|
|
import ImageUpload from '@/components/Common/image-upload.vue'
|
|
|
|
|
|
export default {
|
|
|
- mixins: [Minxin],
|
|
|
- directives: {
|
|
|
- "el-select-loadmore": {
|
|
|
+ directives: {
|
|
|
+ 'el-select-loadmore': {
|
|
|
bind(el, binding) {
|
|
|
// 获取element-ui定义好的scroll盒⼦
|
|
|
const SELECTWRAP_DOM = el.querySelector(
|
|
|
- ".el-select-dropdown .el-select-dropdown__wrap"
|
|
|
- );
|
|
|
- SELECTWRAP_DOM.addEventListener("scroll", function () {
|
|
|
+ '.el-select-dropdown .el-select-dropdown__wrap'
|
|
|
+ )
|
|
|
+ SELECTWRAP_DOM.addEventListener('scroll', function() {
|
|
|
/**
|
|
|
* scrollHeight 获取元素内容⾼度(只读)
|
|
|
* scrollTop 获取或者设置元素的偏移值,常⽤于, 计算滚动条的位置, 当⼀个元素的容器没有产⽣垂直⽅向的滚动条, 那它的scrollTop的值默认为0.
|
|
@@ -463,76 +453,77 @@ export default {
|
|
|
* ele.scrollHeight - ele.scrollTop === ele.clientHeight;
|
|
|
*/
|
|
|
const condition =
|
|
|
- this.scrollHeight - this.scrollTop <= this.clientHeight;
|
|
|
+ this.scrollHeight - this.scrollTop <= this.clientHeight
|
|
|
if (condition) {
|
|
|
- binding.value();
|
|
|
+ binding.value()
|
|
|
}
|
|
|
- });
|
|
|
- },
|
|
|
- },
|
|
|
+ })
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
+ mixins: [Minxin],
|
|
|
data() {
|
|
|
return {
|
|
|
fang: false,
|
|
|
- input: "",
|
|
|
- baseURL: "",
|
|
|
+ input: '',
|
|
|
+ baseURL: '',
|
|
|
isCondition: 0,
|
|
|
searchForm: {
|
|
|
- code: "",
|
|
|
- endTime: "",
|
|
|
- imgSrc: "",
|
|
|
- remark: "",
|
|
|
- startTime: "",
|
|
|
- title: "",
|
|
|
- mainId: "",
|
|
|
- mainName: "",
|
|
|
- type: "",
|
|
|
+ code: '',
|
|
|
+ endTime: '',
|
|
|
+ imgSrc: '',
|
|
|
+ remark: '',
|
|
|
+ startTime: '',
|
|
|
+ title: '',
|
|
|
+ mainId: '',
|
|
|
+ mainName: '',
|
|
|
+ type: ''
|
|
|
},
|
|
|
dataList: [],
|
|
|
addList: [],
|
|
|
- pageSizeArr:[10, 20, 30, 50],
|
|
|
- size:10,
|
|
|
+ pageSizeArr: [10, 20, 30, 50],
|
|
|
+ size: 10,
|
|
|
listLoading: false,
|
|
|
dialogVisible: false,
|
|
|
importFileList: [],
|
|
|
fileList: [],
|
|
|
options: {},
|
|
|
- value: "",
|
|
|
+ value: '',
|
|
|
typeList: [],
|
|
|
walletList: [],
|
|
|
typeOptions: [
|
|
|
{
|
|
|
- value: "PROVISION",
|
|
|
- label: "配提",
|
|
|
+ value: 'PROVISION',
|
|
|
+ label: '配提'
|
|
|
},
|
|
|
{
|
|
|
- value: "LIMIT",
|
|
|
- label: "限量",
|
|
|
- },
|
|
|
+ value: 'LIMIT',
|
|
|
+ label: '限量'
|
|
|
+ }
|
|
|
],
|
|
|
conditionList: [],
|
|
|
dictList: [],
|
|
|
k3List: [],
|
|
|
NoRebateWalletList: [],
|
|
|
- sleectBox:{currentPage:1},
|
|
|
- dpageSize:10,
|
|
|
- dcurrentPage:1
|
|
|
- };
|
|
|
+ sleectBox: { currentPage: 1 },
|
|
|
+ dpageSize: 10,
|
|
|
+ dcurrentPage: 1
|
|
|
+ }
|
|
|
},
|
|
|
computed: {
|
|
|
...mapGetters({
|
|
|
- comCode: "code",
|
|
|
- }),
|
|
|
+ comCode: 'code'
|
|
|
+ })
|
|
|
},
|
|
|
|
|
|
mounted() {
|
|
|
- this.searchForm.code = this.comCode;
|
|
|
+ this.searchForm.code = this.comCode
|
|
|
},
|
|
|
updated() {
|
|
|
- this.searchForm.code = this.comCode;
|
|
|
+ this.searchForm.code = this.comCode
|
|
|
},
|
|
|
created() {
|
|
|
- this.getCommonApi();
|
|
|
+ this.getCommonApi()
|
|
|
|
|
|
// console.log(this.$store.code);
|
|
|
|
|
@@ -541,53 +532,71 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
- ...mapMutations("sales", ["initData"]),
|
|
|
- //下载excel模板
|
|
|
+ ...mapMutations('sales', ['initData']),
|
|
|
+ // 下载excel模板
|
|
|
hanleDownloadFiles() {
|
|
|
- downloadFiles("/policy/download");
|
|
|
+ downloadFiles('/policy/download')
|
|
|
},
|
|
|
handleCondition(id, index) {
|
|
|
deleteCondition({ id }).then((res) => {
|
|
|
- this.conditionList.splice(index, 1);
|
|
|
+ this.conditionList.splice(index, 1)
|
|
|
Object.assign(
|
|
|
this.$children[9].$data,
|
|
|
this.$children[9].$options.data()
|
|
|
- );
|
|
|
- this.$successMsg("删除成功");
|
|
|
- });
|
|
|
+ )
|
|
|
+ this.$successMsg('删除成功')
|
|
|
+ })
|
|
|
},
|
|
|
loadmore() {
|
|
|
- this.sleectBox.currentPage++;
|
|
|
- this.getK3List();
|
|
|
+ this.sleectBox.currentPage++
|
|
|
+ this.getK3List()
|
|
|
},
|
|
|
- getK3List(){
|
|
|
- getK3List({
|
|
|
+ getK3List() {
|
|
|
+ getK3List({
|
|
|
pageNum: this.sleectBox.currentPage,
|
|
|
pageSize: 10,
|
|
|
- keyword: "",
|
|
|
+ keyword: ''
|
|
|
+
|
|
|
}).then((res) => {
|
|
|
- this.k3List = [...this.k3List,...res.data.records];
|
|
|
- });
|
|
|
+ this.k3List = [...this.k3List, ...res.data.records]
|
|
|
+ })
|
|
|
+ },
|
|
|
+ remoteMethod(query, type) {
|
|
|
+ console.log(query, type)
|
|
|
+ if (query !== '') {
|
|
|
+ getK3List({
|
|
|
+ pageNum: 1,
|
|
|
+ pageSize: -1,
|
|
|
+ keyword: '',
|
|
|
+ number: type === 'number' ? query : '',
|
|
|
+ oldNumber: '',
|
|
|
+ specification: type === 'specification' ? query : ''
|
|
|
+ }).then((res) => {
|
|
|
+ this.k3List = res.data.records
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ this.sleectBox.currentPage = 1
|
|
|
+ this.getK3List()
|
|
|
+ }
|
|
|
},
|
|
|
-
|
|
|
getCommonApi() {
|
|
|
- this.getK3List()
|
|
|
+ this.getK3List()
|
|
|
// 非返利钱包
|
|
|
- getNoRebateWalletList({ walletName: "" }).then((res) => {
|
|
|
- this.NoRebateWalletList = res.data;
|
|
|
- console.log(this.NoRebateWalletList, "kkkk");
|
|
|
- });
|
|
|
+ getNoRebateWalletList({ walletName: '' }).then((res) => {
|
|
|
+ this.NoRebateWalletList = res.data
|
|
|
+ console.log(this.NoRebateWalletList, 'kkkk')
|
|
|
+ })
|
|
|
const params = {
|
|
|
pageNum: 1,
|
|
|
pageSize: -1,
|
|
|
- saleCode: "",
|
|
|
- saleName: "",
|
|
|
- status: "",
|
|
|
- };
|
|
|
+ saleCode: '',
|
|
|
+ saleName: '',
|
|
|
+ status: ''
|
|
|
+ }
|
|
|
// 获取销售类型列表
|
|
|
getTypeList(params).then((res) => {
|
|
|
- this.typeList = res.data.records;
|
|
|
- });
|
|
|
+ this.typeList = res.data.records
|
|
|
+ })
|
|
|
// this.handletwoList()
|
|
|
// const params = {
|
|
|
// pageNum: 1,
|
|
@@ -614,96 +623,94 @@ export default {
|
|
|
},
|
|
|
handleSalesType(e, row) {
|
|
|
const item = this.typeList.filter((k) => {
|
|
|
- return k.id == e;
|
|
|
- })[0];
|
|
|
-
|
|
|
- this.$set(row, "saleTypeCode", item.saleCode);
|
|
|
- this.$set(row, "saleTypeName", item.saleName);
|
|
|
+ return k.id == e
|
|
|
+ })[0]
|
|
|
+ this.$set(row, 'saleTypeCode', item.saleCode)
|
|
|
+ this.$set(row, 'saleTypeName', item.saleName)
|
|
|
// this.$set(row,'saleTypeId',item.id)
|
|
|
},
|
|
|
- //修改条件名称
|
|
|
+ // 修改条件名称
|
|
|
handleConditionName(row) {
|
|
|
- console.log(row.name);
|
|
|
+ console.log(row.name)
|
|
|
updateCondition({ id: row.id, name: row.name }).then((res) => {
|
|
|
- this.$successMsg("修改成功");
|
|
|
- row.fang = true;
|
|
|
- });
|
|
|
+ this.$successMsg('修改成功')
|
|
|
+ row.fang = true
|
|
|
+ })
|
|
|
},
|
|
|
- //提交信息
|
|
|
+ // 提交信息
|
|
|
handleSubmitCon() {
|
|
|
const params = {
|
|
|
- policyId: this.comCode,
|
|
|
- };
|
|
|
+ policyId: this.comCode
|
|
|
+ }
|
|
|
// 获取条件政策
|
|
|
getConditionList(params).then((res) => {
|
|
|
for (let i = 0; i < res.data.length; i++) {
|
|
|
- res.data[i].fang = true;
|
|
|
+ res.data[i].fang = true
|
|
|
}
|
|
|
- this.conditionList = res.data;
|
|
|
- });
|
|
|
+ this.conditionList = res.data
|
|
|
+ })
|
|
|
},
|
|
|
// 视图部分已注释,废弃的功能 fucn
|
|
|
handelStop() {
|
|
|
if (this.searchForm.mainId) {
|
|
|
- this.fang = true;
|
|
|
+ this.fang = true
|
|
|
} else {
|
|
|
- this.$errorMsg("请选择产品品类");
|
|
|
+ this.$errorMsg('请选择产品品类')
|
|
|
}
|
|
|
},
|
|
|
// 导入
|
|
|
async handleImport(param) {
|
|
|
- this.importLoading = true;
|
|
|
- const file = param.file;
|
|
|
- console.log(file, 123);
|
|
|
- const formData = new FormData();
|
|
|
- formData.append("file", file);
|
|
|
- formData.append("policyId", this.searchForm.code);
|
|
|
+ this.importLoading = true
|
|
|
+ const file = param.file
|
|
|
+ console.log(file, 123)
|
|
|
+ const formData = new FormData()
|
|
|
+ formData.append('file', file)
|
|
|
+ formData.append('policyId', this.searchForm.code)
|
|
|
// formData.append("mainId", this.searchForm.mainId);
|
|
|
- let result = await handleImport("/policy/material/import", formData);
|
|
|
- this.importLoading = false;
|
|
|
- this.importFileList = [];
|
|
|
+ const result = await handleImport('/policy/material/import', formData)
|
|
|
+ this.importLoading = false
|
|
|
+ this.importFileList = []
|
|
|
if (result.code == 200) {
|
|
|
- this.$alert(result.message, "导入成功", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- });
|
|
|
- this.dataList = [];
|
|
|
- this.listTotal = 0;
|
|
|
- this.sleectBox.currentPage=1
|
|
|
- this.handletwoList();
|
|
|
+ this.$alert(result.message, '导入成功', {
|
|
|
+ confirmButtonText: '确定'
|
|
|
+ })
|
|
|
+ this.dataList = []
|
|
|
+ this.listTotal = 0
|
|
|
+ this.sleectBox.currentPage = 1
|
|
|
+ this.handletwoList()
|
|
|
} else {
|
|
|
- this.$alert(result.message, "导入失败", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- });
|
|
|
+ this.$alert(result.message, '导入失败', {
|
|
|
+ confirmButtonText: '确定'
|
|
|
+ })
|
|
|
}
|
|
|
},
|
|
|
getList() {
|
|
|
if (this.$parent.isFlag) {
|
|
|
- this.handletwoList();
|
|
|
+ this.handletwoList()
|
|
|
}
|
|
|
},
|
|
|
- // 更改每页数量
|
|
|
+ // 更改每页数量
|
|
|
handleSizeChange1(val) {
|
|
|
- this.pageSize = val;
|
|
|
- this.currentPage = 1;
|
|
|
- this.handletwoList();
|
|
|
+ this.pageSize = val
|
|
|
+ this.currentPage = 1
|
|
|
+ this.handletwoList()
|
|
|
},
|
|
|
// 更改当前页
|
|
|
handleCurrentChange1(val) {
|
|
|
- this.currentPage = val;
|
|
|
- this.handletwoList();
|
|
|
+ this.currentPage = val
|
|
|
+ this.handletwoList()
|
|
|
},
|
|
|
|
|
|
- // 更改每页数量
|
|
|
+ // 更改每页数量
|
|
|
handleSizeChange2(val) {
|
|
|
- this.dpageSize = val;
|
|
|
- this.dcurrentPage = 1;
|
|
|
+ this.dpageSize = val
|
|
|
+ this.dcurrentPage = 1
|
|
|
|
|
|
- this.handletwoList()
|
|
|
+ this.handletwoList()
|
|
|
},
|
|
|
// 更改当前页
|
|
|
handleCurrentChange2(val) {
|
|
|
-
|
|
|
- this.dcurrentPage = val;
|
|
|
+ this.dcurrentPage = val
|
|
|
this.handletwoList()
|
|
|
},
|
|
|
// 获取货品信息
|
|
@@ -713,186 +720,187 @@ export default {
|
|
|
pageNum: this.dcurrentPage,
|
|
|
pageSize: this.dpageSize,
|
|
|
policyId: this.comCode,
|
|
|
- saleTypeCode: "",
|
|
|
- };
|
|
|
+ saleTypeCode: ''
|
|
|
+ }
|
|
|
|
|
|
getMaterialList(paramss)
|
|
|
.then((result) => {
|
|
|
result.data.records.forEach((k) => {
|
|
|
- k.walletIds = [];
|
|
|
+ k.walletIds = []
|
|
|
if (!k.specification) {
|
|
|
- k.materialNumber = k.materialId;
|
|
|
- k.specification = k.materialId;
|
|
|
-
|
|
|
- }else{
|
|
|
- k.materialNumber = k.materialNumber;
|
|
|
- k.specification = k.specification;
|
|
|
+ k.materialNumber = k.materialId
|
|
|
+ k.specification = k.materialId
|
|
|
+ } else {
|
|
|
+ k.materialNumber = k.materialNumber
|
|
|
+ k.specification = k.specification
|
|
|
}
|
|
|
|
|
|
- k.materialId = k.materialId;
|
|
|
+ k.materialId = k.materialId
|
|
|
k.walletRelaList.forEach((l) => {
|
|
|
- l.id = l.walletId;
|
|
|
- l.name = l.walletName;
|
|
|
- k.walletIds = [...k.walletIds, l.walletId];
|
|
|
- });
|
|
|
- });
|
|
|
+ l.id = l.walletId
|
|
|
+ l.name = l.walletName
|
|
|
+ k.walletIds = [...k.walletIds, l.walletId]
|
|
|
+ })
|
|
|
+ })
|
|
|
// this.dataList=[]
|
|
|
this.dataList = result.data.records
|
|
|
- this.listTotal = result.data.total;
|
|
|
+ this.listTotal = result.data.total
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
- console.error(err);
|
|
|
- });
|
|
|
+ console.error(err)
|
|
|
+ })
|
|
|
},
|
|
|
// 提交审核
|
|
|
handleAddPolicy(policyCustomers) {
|
|
|
if (!this.searchForm.title) {
|
|
|
- this.$errorMsg("请输入说明");
|
|
|
- return;
|
|
|
+ this.$errorMsg('请输入说明')
|
|
|
+ return
|
|
|
}
|
|
|
if (!this.searchForm.type) {
|
|
|
- this.$errorMsg("请选择类型");
|
|
|
- return;
|
|
|
+ this.$errorMsg('请选择类型')
|
|
|
+ return
|
|
|
}
|
|
|
if (!this.searchForm.startTime) {
|
|
|
- this.$errorMsg("请选择生效日期");
|
|
|
- return;
|
|
|
+ this.$errorMsg('请选择生效日期')
|
|
|
+ return
|
|
|
}
|
|
|
|
|
|
if (policyCustomers.length) {
|
|
|
- var arr = [];
|
|
|
+ var arr = []
|
|
|
policyCustomers.forEach((el) => {
|
|
|
arr.push({
|
|
|
customerId: el.id,
|
|
|
customerName: el.name,
|
|
|
customerNumber: el.number,
|
|
|
- lastOrderTime: "",
|
|
|
+ lastOrderTime: '',
|
|
|
limitTakeNum: 0,
|
|
|
policyId: this.comCode,
|
|
|
- policyTitle: "",
|
|
|
- remark: "",
|
|
|
- });
|
|
|
- });
|
|
|
+ policyTitle: '',
|
|
|
+ remark: ''
|
|
|
+ })
|
|
|
+ })
|
|
|
// this.dictList.forEach((k) => {
|
|
|
// if (k.dictCode == this.searchForm.mainId) {
|
|
|
// this.searchForm.mainName = k.dictValue;
|
|
|
// }
|
|
|
// });
|
|
|
const params = {
|
|
|
- adminCompanyId: "",
|
|
|
- code: "",
|
|
|
+ adminCompanyId: '',
|
|
|
+ code: '',
|
|
|
customerCount: 0,
|
|
|
- examineBy: "",
|
|
|
- examineRemark: "",
|
|
|
- examineStatus: "",
|
|
|
- id: "",
|
|
|
+ examineBy: '',
|
|
|
+ examineRemark: '',
|
|
|
+ examineStatus: '',
|
|
|
+ id: '',
|
|
|
policyCustomers: arr,
|
|
|
- remark: "",
|
|
|
+ remark: '',
|
|
|
status: true,
|
|
|
- title: "",
|
|
|
- type: "",
|
|
|
+ title: '',
|
|
|
+ type: '',
|
|
|
...this.searchForm,
|
|
|
- endTime: this.searchForm.endTime || "2100-01-01 00:00:00",
|
|
|
- imgSrc: this.fileList.length ? this.fileList[0].url : "",
|
|
|
- };
|
|
|
- console.log(this.fileList);
|
|
|
+ endTime: this.searchForm.endTime || '2100-01-01 00:00:00',
|
|
|
+ imgSrc: this.fileList.length ? this.fileList[0].url : ''
|
|
|
+ }
|
|
|
+ console.log(this.fileList)
|
|
|
addPoliy(params).then((res) => {
|
|
|
- console.log(res);
|
|
|
- this.$successMsg("新增成功");
|
|
|
- this.$parent.getList();
|
|
|
- this.$parent.isShow = 1;
|
|
|
- });
|
|
|
-
|
|
|
+ console.log(res)
|
|
|
+ this.$successMsg('新增成功')
|
|
|
+ this.$parent.getList()
|
|
|
+ this.$parent.isShow = 1
|
|
|
+ })
|
|
|
} else {
|
|
|
- this.$errorMsg("选择经销商 ");
|
|
|
+ this.$errorMsg('选择经销商 ')
|
|
|
}
|
|
|
},
|
|
|
- //删除
|
|
|
+ // 删除
|
|
|
hanleDelete(id, index) {
|
|
|
if (id) {
|
|
|
- const params = { policyMaterialId: id };
|
|
|
+ const params = { policyMaterialId: id }
|
|
|
deleteMaterialPolicy(params).then((res) => {
|
|
|
- this.dataList.splice(index, 1);
|
|
|
- });
|
|
|
+ this.dataList.splice(index, 1)
|
|
|
+ })
|
|
|
}
|
|
|
- this.dataList.splice(index, 1);
|
|
|
+ this.dataList.splice(index, 1)
|
|
|
// this.listTotal -= 1;
|
|
|
- this.$successMsg("删除成功");
|
|
|
+ this.$successMsg('删除成功')
|
|
|
},
|
|
|
handleNewInfo() {
|
|
|
// 物料列表
|
|
|
|
|
|
this.dataList.push({
|
|
|
- id: "",
|
|
|
- discAmount: "",
|
|
|
- materialId: "",
|
|
|
- materialName: "",
|
|
|
- materialNumber: "",
|
|
|
+ id: '',
|
|
|
+ discAmount: '',
|
|
|
+ materialId: '',
|
|
|
+ materialName: '',
|
|
|
+ materialNumber: '',
|
|
|
policyId: this.comCode,
|
|
|
- price: "",
|
|
|
- remark: "",
|
|
|
- saleTypeCode: "",
|
|
|
- saleTypeId: "",
|
|
|
- saleTypeName: "",
|
|
|
- specification: "",
|
|
|
+ price: '',
|
|
|
+ remark: '',
|
|
|
+ saleTypeCode: '',
|
|
|
+ saleTypeId: '',
|
|
|
+ saleTypeName: '',
|
|
|
+ specification: '',
|
|
|
walletIds: [this.NoRebateWalletList[0].id],
|
|
|
- walletRelaList: [],
|
|
|
- });
|
|
|
- this.sleectBox.currentPage =1
|
|
|
+ walletRelaList: []
|
|
|
+ })
|
|
|
+ this.sleectBox.currentPage = 1
|
|
|
// this.listTotal += 1;
|
|
|
// this.dataList.push(this.addList[this.addList.length-1])
|
|
|
},
|
|
|
handleSave() {
|
|
|
if (!this.dataList.length) {
|
|
|
- return
|
|
|
+ return
|
|
|
}
|
|
|
for (let i = 0; i < this.dataList.length; i++) {
|
|
|
- if (!this.dataList[i].materialId) {
|
|
|
- this.$errorMsg("请选择货品");
|
|
|
+ if (!this.dataList[i].materialId) {
|
|
|
+ this.$errorMsg('请选择货品')
|
|
|
return
|
|
|
}
|
|
|
if (!this.dataList[i].saleTypeId) {
|
|
|
- this.$errorMsg("请选择销售类型");
|
|
|
+ this.$errorMsg('请选择销售类型')
|
|
|
return
|
|
|
}
|
|
|
if (!this.dataList[i].discAmount) {
|
|
|
- this.$errorMsg("请输入格力折扣");
|
|
|
+ this.$errorMsg('请输入格力折扣')
|
|
|
return
|
|
|
}
|
|
|
if (!this.dataList[i].price) {
|
|
|
- this.$errorMsg("请输入单价");
|
|
|
+ this.$errorMsg('请输入单价')
|
|
|
return
|
|
|
}
|
|
|
if (!this.dataList[i].walletIds.length) {
|
|
|
- this.$errorMsg("请选择钱包");
|
|
|
+ this.$errorMsg('请选择钱包')
|
|
|
return
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
|
|
|
savePolicy(this.dataList).then((res) => {
|
|
|
- this.dataList = [];
|
|
|
- this.sleectBox.currentPage =1
|
|
|
- this.$successMsg("保存成功");
|
|
|
- this.handletwoList();
|
|
|
- });
|
|
|
+ this.dataList = []
|
|
|
+ this.sleectBox.currentPage = 1
|
|
|
+ this.$successMsg('保存成功')
|
|
|
+ this.handletwoList()
|
|
|
+ })
|
|
|
},
|
|
|
handleK3List(e, row) {
|
|
|
const item = this.k3List.filter((k) => {
|
|
|
- return k.id == e;
|
|
|
- })[0];
|
|
|
+ return k.id == e
|
|
|
+ })[0]
|
|
|
// this.$set(row,'materialNumber',item.number)
|
|
|
- this.$set(row, "materialName", item.name);
|
|
|
- this.$set(row, "specification", item.specification);
|
|
|
- this.$set(row, "materialId", item.id);
|
|
|
+ this.$set(row, 'materialName', item.name)
|
|
|
+ this.$set(row, 'specification', item.specification)
|
|
|
+ this.$set(row, 'materialId', item.id)
|
|
|
+ this.getK3List()
|
|
|
},
|
|
|
+ handleReset() {
|
|
|
+ Object.assign(this.$data, this.$options.data())
|
|
|
+ }
|
|
|
},
|
|
|
components: {
|
|
|
Transfer,
|
|
|
AddCondition,
|
|
|
- ImageUpload,
|
|
|
- },
|
|
|
-};
|
|
|
+ ImageUpload
|
|
|
+ }
|
|
|
+}
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|