| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647 |
- <template>
- <div>
- <el-button size="mini" :disabled="data.status !== '新建' || !data.disabled" :type="data.status !== '新建' || !data.disabled ?'':'primary'" @click="onShow" >编 辑</el-button>
- <el-drawer
- title="编辑报价单"
- :visible.sync="drawer"
- size="600px"
- direction="rtl"
- :show-close="false"
- append-to-body
- @close="onClose">
- <div class="drawer__panel" style="margin-bottom: 0px">
- <el-row style="margin-top: 10px" :gutter="10">
- <el-form :model="form" :rules="rules" ref="form" size="mini" label-position="right">
- <el-col :span="24">
- <el-form-item label="报价类型:" label-width="100px" >
- <el-input v-model="form.quotedpricetype" autocomplete="off" placeholder="报价类型" disabled></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="24" v-if="isQuotedPrice">
- <el-form-item label="项目名称:" label-width="100px" prop="projectname">
- <el-popover
- placement="bottom"
- width="700"
- trigger="click"
- v-model="projectShow"
- @show="projectList">
- <selectTemplate type="项目" ref="projectTemplate" :param="projectParam" @selectData="projectData"></selectTemplate>
- <el-input slot="reference" :readonly="true" v-model="form.projectname" autocomplete="off" placeholder="请选择项目" ></el-input>
- </el-popover>
- </el-form-item>
- </el-col>
- <el-col :span="24" v-if="isQuotedPrice">
- <el-form-item label="项目编号:" label-width="100px" >
- <el-input v-model="form.projectnum" autocomplete="off" placeholder="项目编号" disabled></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="客户名称:" label-width="100px" prop="enterprisename" v-if="isQuotedPrice">
- <el-popover
- placement="bottom"
- width="700"
- trigger="click"
- v-model="customerShow"
- @show="customerList">
- <selectTemplate type="客户" ref="customerTemplate" :param="customerParam" @selectData="customerData"></selectTemplate>
- <el-input slot="reference" :readonly="true" v-model="form.enterprisename" autocomplete="off" placeholder="请选择客户" :disabled="form.sa_projectid === ''" ></el-input>
- </el-popover>
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="客户名称:" label-width="100px" prop="enterprisename" v-if="!isQuotedPrice">
- <el-popover
- placement="bottom"
- width="700"
- trigger="click"
- v-model="customerShow"
- @show="customerList">
- <el-tabs type="border-card" v-model="activeName" @tab-click="handleClick">
- <el-tab-pane label="客户" name="客户">
- <selectTemplate type="客户" ref="customerTemplate" :param="customerParam" @selectData="customerData"></selectTemplate>
- </el-tab-pane>
- <el-tab-pane label="合作伙伴" name="合作伙伴">
- <selectTemplate type="客户" ref="distributorTemplate" :param="customerParam" @selectData="distributorData"></selectTemplate>
- </el-tab-pane>
- </el-tabs>
- <el-input slot="reference" :readonly="true" v-model="form.enterprisename" autocomplete="off" placeholder="请选择客户" ></el-input>
- </el-popover>
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="联系人:" label-width="100px" prop="name">
- <el-popover
- placement="bottom"
- width="700"
- trigger="click"
- v-model="contactsShow"
- @show="contactsList">
- <selectTemplate type="联系人" ref="contactTemplate" :param="contactsParam" @selectData="contactsData"></selectTemplate>
- <el-input slot="reference" :readonly="true" v-model="form.contactsname" autocomplete="off" placeholder="请选择联系人" :disabled="form.sys_enterpriseid === ''" ></el-input>
- </el-popover>
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="联系人手机号:" label-width="100px" >
- <el-input v-model="form.contactsphonenumber" autocomplete="off" placeholder="手机号" disabled></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="电话:" label-width="100px" >
- <el-input v-model="form.telephone" autocomplete="off" placeholder="电话" disabled></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="报价日期:" label-width="100px">
- <el-date-picker
- v-model="form.billdate"
- style="width: 100%"
- type="date"
- value-format="yyyy-MM-dd"
- placeholder="选择日期"
- :picker-options="pickerOptions">
- </el-date-picker>
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="有效期:" label-width="100px" prop="date">
- <el-date-picker
- v-model="form.date"
- style="width: 100%"
- type="daterange"
- value-format="yyyy-MM-dd"
- range-separator="至"
- start-placeholder="开始日期"
- end-placeholder="结束日期"
- :picker-options="pickerOptions">
- </el-date-picker>
- </el-form-item>
- </el-col>
- <el-col :span="24" >
- <el-form-item label="产品系列:" label-width="100px" prop="itemtype">
- <el-select
- ref="sle"
- style="width:100%;"
- v-model="form.itemtype"
- multiple
- placeholder="请选择产品系列"
- size="mini"
- >
- <el-option
- v-for="item in itemtype"
- :key="item.index"
- :label="item.value"
- :value="item.value"
- >
- <span style="float: left">{{ item.value }}</span>
- <span style="float: right; color: #8492a6; font-size: 12px">{{ item.remarks?item.remarks:'暂无描述' }}</span>
- </el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="业务员:" label-width="100px" prop="salername">
- <el-popover
- placement="bottom"
- trigger="manual"
- v-model="salesmanVisible"
- width="500">
- <selectSalesman ref="selectSalesman" :radio="true" @onSelect="salesmanChange" @onCancel="salesmanVisible = false"></selectSalesman>
- <el-input readonly type="text" slot="reference" size="small" @focus="showChange" v-model="form.salername" placeholder="请选择业务员"></el-input>
- </el-popover>
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="备注:" label-width="100px" prop="remarks">
- <el-input v-model="form.remarks" autocomplete="off" placeholder="请输入备注信息" type="textarea" autosize></el-input>
- </el-form-item>
- </el-col>
- </el-form>
- </el-row>
- </div>
- <div class="fixed__btn__panel">
- <el-button size="small" @click="onClose" class="normal-btn-width">取 消</el-button>
- <el-button size="small" type="warning" @click="getSubmit" :loading="loading" class="normal-btn-width">保 存</el-button>
- </div>
- </el-drawer>
- </div>
- </template>
- <script>
- import quotedPriceProduct from '@/SDrpManagement/QuotedPrice/components/edit/quotedPriceProduct'
- import quotedPriceItemClass from "@/SDrpManagement/QuotedPrice/components/edit/quotedPriceItemClass";
- import selectSalesman from '@/SDrpManagement/QuotedPrice/components/selectSalesman'
- import {mapGetters} from "vuex";
- import selectTemplate from '@/template/quotation/index.vue'
- export default {
- name: "edit",
- props:['data','btnType'],
- components:{quotedPriceProduct,quotedPriceItemClass,selectSalesman,selectTemplate},
- data(){
- var discountrate = (rule,value,callback) =>{
- if (this.form.discountrate < 0 || this.form.discountrate > 100){
- callback(new Error('请输入0-100%'))
- } else {
- callback();
- }
- }
- return {
- projectShow:false,
- customerShow:false,
- contactsShow:false,
- salesmanVisible:false,
- disabled:false,
- userInfo:JSON.parse(window.sessionStorage.getItem('userInfo')),
- primary:'primary',
- text:'',
- activeName:'客户',
- projectParam:{
- "id": 20221020143503,
- "content": {
- "pageNumber": 1,
- "pageSize": 10,
- "type":1, // 1:我负责的;2:我参与的;3:我下属负责的;4:我下属参与的
- "where": {
- "condition": "",
- "startdate": "",
- "enddate": "",
- "status":"",//跟进中、已成交、已失败
- "projecttype":"",
- "stagename":"",
- "tag":""
- }
- },
- },
- customerParam:{
- "id": 20220920083901,
- "content": {
- "pageNumber": 1,
- "pageSize": 10,
- "where": {
- "condition": "",
- "type":4,
- "sa_projectid":""
- }
- }
- },
- contactsParam:{
- "id": "20221022165503",
- "content": {
- "sys_enterpriseid":"",
- "where": {
- "condition": "",
- "workaddress": 0//0表示人,1表示地址
- }
- }
- },
- pickerOptions: {
- disabledDate(time) {
- return time.getTime() + 3600 * 1000 * 24 < Date.now() ;
- },
- },
- drawer:false,
- isQuotedPrice:false,
- date:[],
- clearData:[],
- salerParam:{
- "id":20230306144402,
- "content":{
- "type":'',////type:1客户2:项目
- "sys_enterpriseid":'',//type=1
- "sa_projectid":'' //type=2时传
- }
- },
- form:{
- quotedpricetype:'',
- totalPrice:0,
- type:'',
- projectnum:'',
- enterprisename:'',
- name:'',
- phonenumber:'',
- fax:'',
- telephone:'',
- specialOffer:'否',
- sa_quotedpriceid:0, //sat_notice_classid<=0时 为新增
- sys_enterpriseid: "",
- contactsid:8,
- sa_projectid: "0",
- discountrate: '',
- remarks: "",
- invaliddate: "",
- projectname: "",
- address: "",
- billdate:"",
- enddate:'',
- begdate:'',
- saler_hrid:'',
- salername:'',
- date:[],
- itemtype:[],
- quotedpricenotes: [
- "1、报价为含税13%税率, 含运费 ",
- "2、报价有限期 2023-02-02 13:16:47至2023-02-22 13:16:47",
- ]
- },
- rules:{
- projectname:[
- { required: true, message: '请选择项目', trigger: 'change'},
- ],
- enterprisename:[
- { required: true, message: '请选择客户', trigger: 'change'},
- ],
- itemtype:[
- { required: true, message: '请选择产品系列', trigger: 'change'},
- ],
- date:[
- { required: true, message: '请选择有效期', trigger: 'change'},
- ],
- discountrate:[
- { required: false, validator: discountrate, trigger: 'change'},
- ],
- /* name:[
- { required: true, message: '请选择联系人', trigger: 'change'},
- ]*/
- },
- itemtype:[]
- }
- },
- computed:{
- ...mapGetters({
- loading:'loading'
- })
- },
- watch:{
- mainData(val) {
- if (this.data.leader.length !== 0){
- if (JSON.parse(window.sessionStorage.getItem('userInfo')).userid === this.data.leader[0].userid){
- this.disabled = false
- }else {
- this.disabled = true
- }
- }
- console.log("权限结果",this.disabled)
- }
- },
- methods:{
- onShow(){
- this.drawer = true
- this.form = Object.assign({},this.form,this.data)
- this.form.date[0] = this.form.begdate
- this.form.date[1] = this.form.enddate
- this.form.discountrate !== 0 ? this.form.discountrate = Math.round((this.form.discountrate * 100)*100)/100 : this.form.discountrate = ''
- this.form.salername = this.form.leader.length > 0?this.form.leader[0].name:''
- if (this.form.quotedpricetype === '项目报价'){
- this.isQuotedPrice = true
- }else {
- this.isQuotedPrice = false
- }
- },
- onClose(){
- this.drawer = false
- this.$emit('onSuccess')
- },
- onSubmit(){
- if (this.form.data.length !== 0){
- this.form.begdate = this.form.date[0]
- this.form.enddate = this.form.date[1]
- this.form.quotedpricenotes[1] = "2、报价有限期" + this.form.begdate + "至" + this.form.enddate
- }else {
- this.form.begdate = ''
- this.form.enddate = ''
- }
- this.$refs.form.validate(async (valid) => {
- if (!valid) return false
- const res = await this.$api.requested({
- "id": 20221020164803,
- "content": this.form
- })
- })
- },
- getSubmit(){
- if (this.form.date.length === 0){
- this.form.begdate = ''
- this.form.enddate = ''
- }else {
- this.form.begdate = this.form.date[0]
- this.form.enddate = this.form.date[1]
- this.form.quotedpricenotes[1] = "2、报价有限期" + this.form.begdate + "至" + this.form.enddate
- }
- this.$refs.form.validate(async (valid) => {
- if (!valid) return false
- this.$store.commit('setLoading',true)
- this.form.discountrate = (this.form.discountrate / 100).toFixed(4)
- const res = await this.$api.requested({
- "id": 20221020164803,
- "content": this.form
- })
- this.tool.showMessage(res,() => {
- this.$store.commit('setLoading',false)
- this.drawer = false
- /* this.changeData(this.productObj)*/
- })
- })
- },
- /*修改后的产品数据*/
- productDataChange(val){
- let obj = val.map(e=>{
- return {
- sa_quotedprice_itemsid:e.sa_quotedprice_itemsid,
- itemid:e.itemid,
- oldprice:e.marketprice,
- price:e.price,
- discountrate:(e.discountrate/100).toFixed(4),
- qty:e.qty
- }
- })
- this.productObj = obj
- },
- async changeData(obj){
- const res = await this.$api.requested({
- "id": 20221021095403,
- "content": {
- "sa_quotedpriceid":this.form.sa_quotedpriceid, //sat_notice_classid<=0时 为新增
- "items":obj
- }
- })
- this.$emit('onSuccess')
- },
- /*刷新总金额*/
- queryTotalPrice(val){
- this.form.totalPrice = val
- },
- /*可选项目*/
- projectList(){
- this.$refs.projectTemplate.listData()
- },
- /*可选客户*/
- customerList(){
- if (this.form.quotedpricetype === '客户报价'){
- this.form.sa_projectid = 0
- this.customerParam.content.where.sa_projectid = 0
- this.customerParam.content.where.type = 19
- }else {
- this.customerParam.content.where.type = 4
- this.customerParam.content.where.sa_projectid = this.form.sa_projectid
- }
- this.$refs.customerTemplate.listData()
- },
- /*可选合作伙伴*/
- distributorList(){
- this.customerParam.content.where.sa_projectid = 0
- this.customerParam.content.where.type = 20
- this.$refs.distributorTemplate.listData()
- },
- /*可选联系人*/
- contactsList(){
- this.contactsParam.content.sys_enterpriseid = this.form.sys_enterpriseid
- this.$refs.contactTemplate.listData()
- },
- /*项目选择信息*/
- projectData(val){
- this.form.sa_projectid = val.sa_projectid
- this.form.projectname = val.projectname
- this.form.projectnum = val.projectnum
- this.form.sys_enterpriseid = ''
- this.form.enterprisename = ''
- this.form.contactsid = 0
- this.form.contactsname = ''
- this.form.contactsphonenumber = ''
- this.form.fax = ''
- this.form.telephone = ''
- this.projectShow = false
- this.salerParam.content.type = 2
- this.salerParam.content.sa_projectid = this.form.sa_projectid
- this.querySalesman()
- },
- /*更改项目前提示*/
- projectOpen(val) {
- this.$confirm('修改项目后将清空产品配置, 是否继续?', '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- type: 'warning'
- }).then(() => {
- this.productList()
- this.projectData(val)
- }).catch(() => {
- this.$message({
- type: 'info',
- message: '已取消'
- });
- });
- },
- /*获取产品明细*/
- async productList(){
- const res = await this.$api.requested({
- "id": 20221021095503,
- "content": {
- "sa_quotedpriceid":this.form.sa_quotedpriceid //sat_notice_classid<=0时 为新增
- }
- })
- console.log(res,"产品明细")
- this.clearData = []
- res.data.forEach((item,index)=>{
- console.log(item)
- this.clearData[index] = item.sa_quotedprice_itemsid
- })
- console.log(this.clearData,"需要删除的产品明细")
- this.productClear()
- },
- /*清空产品明细*/
- async productClear(){
- const res = await this.$api.requested({
- "id": 20221021095603,
- "content": {
- "sa_quotedprice_itemsids":this.clearData //sat_notice_classid<=0时 为新增
- }
- })
- this.$refs.quoterPrice.productData()
- },
- /*客户选择信息*/
- customerData(val){
- this.form.sys_enterpriseid = val.sys_enterpriseid
- this.form.enterprisename = val.enterprisename
- this.form.contactsid = 0
- this.form.contactsname = ''
- this.form.contactsphonenumber = ''
- this.form.fax = ''
- this.form.telephone = ''
- this.customerShow = false
- if (!this.isQuotedPrice){
- this.salerParam.content.type = 1
- this.salerParam.content.sys_enterpriseid = this.form.sys_enterpriseid
- this.querySalesman()
- }
- },
- /*合作伙伴选择信息*/
- distributorData(val){
- this.form.sys_enterpriseid = val.sys_enterpriseid
- this.form.enterprisename = val.enterprisename
- this.form.contactsid = 0
- this.form.contactsname = ''
- this.form.contactsphonenumber = ''
- this.form.fax = ''
- this.form.telephone = ''
- this.customerShow = false
- if (!this.isQuotedPrice){
- this.salerParam.content.type = 1
- this.salerParam.content.sys_enterpriseid = this.form.sys_enterpriseid
- this.querySalesman()
- }
- },
- /*联系人选择信息*/
- contactsData(val){
- this.form.contactsid = val.contactsid
- this.form.contactsname = val.name
- this.form.contactsphonenumber = val.phonenumber
- this.form.fax = val.fax
- this.form.telephone = val.telephone
- this.contactsShow = false
- },
- /*查询产品系列*/
- queryItemType(){
- this.$store.dispatch('optiontypeselect','itemtype').then(res => {
- this.itemtype = res.data
- })
- },
- /*业务员*/
- showChange(){
- this.salesmanVisible = true
- if (this.isQuotedPrice){
- this.$refs.selectSalesman.param.content.type = 2
- this.$refs.selectSalesman.param.content.sa_projectid = this.form.sa_projectid
- this.$refs.selectSalesman.listData()
- }else {
- this.$refs.selectSalesman.param.content.type = 1
- this.$refs.selectSalesman.param.content.sys_enterpriseid = this.form.sys_enterpriseid
- this.$refs.selectSalesman.listData()
- }
- },
- salesmanChange(data){
- this.form.saler_hrid = data[0].hrid
- this.form.salername = data[0].name
- this.salesmanVisible = false
- /* this.form.salername = data[0].name
- this.form.saler_hrid = data[0].hrid
- this.salesmanVisible = false*/
- },
- async querySalesman(){
- const res = await this.$api.requested(this.salerParam)
- this.form.salername = res.data[0].name
- this.form.saler_hrid = res.data[0].hrid
- },
- /*修改折扣数据*/
- discountrateChange(){
- this.form.discountrate = Math.round(this.form.discountrate * 100)/100
- },
- handleClick(tab){
- if (tab.name === '合作伙伴'){
- this.distributorList(this.customerParam.content.pageNumber = 1)
- }else {
- this.customerList(this.customerParam.content.pageNumber = 1)
- }
- }
- /* async mainData(val) {
- const res = await this.$api.requested({
- "id": 20220930103501,
- "content": {
- "ownertable":"sa_quotedprice",
- "ownerid":this.$route.query.id
- }
- })
- if (this.mainData.leader.length !== 0){
- if (JSON.parse(window.sessionStorage.getItem('active_account')).userid === this.mainData.leader[0].userid){
- this.mainData.disabled = true
- }else {
- let flag = 0
- for (var i=0;i<res.data[0].team.length;i++){
- if (res.data[0].team[i].userid === JSON.parse(window.sessionStorage.getItem('active_account')).userid){
- if (res.data[0].team[i].editable === 1){
- this.mainData.disabled = true
- flag =1
- break
- }else {
- flag = 0
- break
- }
- }
- }
- /!*不是负责人*!/
- flag === 0?this.mainData.disabled = false:this.mainData.disabled = true
- }
- }
- console.log("权限结果",this.mainData.disabled)
- }*/
- },
- mounted() {
- this.queryItemType()
- },
- created() {
- }
- }
- </script>
- <style scoped>
- >>> .el-divider--horizontal {
- height: 1px;
- width: 100%;
- margin: 0px;
- }
- /deep/.el-input__prefix {
- display: flex;
- align-items: center;
- }
- </style>
|