12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448 |
- <template>
- <div>
- <div class="customer-head">
- <div class="customer-back">
- <el-button type="danger" style="border: none;background: none;color: red" icon="el-icon-arrow-left"
- @click="backToList(0)">返回列表
- </el-button>
- </div>
- <div class="add-customer-btn">
- <el-button class="el-button--small-yh" style="margin-left: 6px;" type="primary" size="small"
- v-if="!editButton" @click="confirmEditing">编 辑
- </el-button>
- <el-button class="el-button--small-yh" style="margin-left: 6px;" type="primary" size="small"
- @click="editCustomer">保 存
- </el-button>
- <el-button class="el-button--small-yh" style="margin-left: 6px;" :type="buttonColor" size="small"
- :disabled="isDisabledTask" @click="generateOutbound">
- {{ buttonText }}
- </el-button>
- <el-dropdown style="padding: 0 6px;line-height: 0">
- <el-button type="danger" :loading="buttonLoading" :disabled="!form.id || viewDisabled" size="small">
- 售 后<i class="el-icon-arrow-down el-icon--right"></i>
- </el-button>
- <el-dropdown-menu slot="dropdown">
- <el-dropdown-item @click.native="applySettlement('申请')" :disabled="isApplySettlement">申请退款
- </el-dropdown-item>
- <el-dropdown-item @click.native="confirmRefundBtn('确认')" :disabled="isConfirmRefundBtn">确认退款
- </el-dropdown-item>
- <el-dropdown-item @click.native="revocationRequest('撤销')" :disabled="isRevocationRequest">撤销请核
- </el-dropdown-item>
- </el-dropdown-menu>
- </el-dropdown>
- <el-dropdown style="line-height: 0">
- <el-button type="warning" :loading="buttonLoading" :disabled="!form.id || viewDisabled" size="small">
- 审 批<i class="el-icon-arrow-down el-icon--right"></i>
- </el-button>
- <el-dropdown-menu slot="dropdown">
- <el-dropdown-item @click.native="examineBtn('审批')" :disabled="isExamineBtn">审批
- </el-dropdown-item>
- <el-dropdown-item @click.native="checkScheduleDialog = true, checkId = form.id">请核进度
- </el-dropdown-item>
- </el-dropdown-menu>
- </el-dropdown>
- </div>
- </div>
- <div style="margin-top: 50px">
- <trade-card title="基础信息">
- <avue-form :option="optionForm" v-model="form" ref="form">
- <template slot-scope="{row,index}" slot="contacts">
- <el-select v-model="form.contacts" placeholder="请选择" size="small" style="width:60%" filterable
- @change="contactsChange($event)" :disabled=isContacts>
- <el-option v-for="item in contactsOption" :key="item.id" :label="item.contacts"
- :value="item.contacts" />
- </el-select>
- </template>
- </avue-form>
- </trade-card>
- <trade-card title="明细信息">
- <el-tabs v-model="activeName" type="card">
- <el-tab-pane label="销售明细" name="sale_detail">
- <avue-crud :option="optionContacts" v-model="formContacts" ref="formContacts"
- :data="form.orderItemsList" :key="key" @row-save="rowSave" @row-update="rowUpdate"
- @resetColumn="resetColumnTwo('formContacts', 'optionContacts', 'optionContactsBack', 269.1)"
- @saveColumn="saveColumnTwo('formContacts', 'optionContacts', 'optionContactsBack', 269.1)">
- <template slot-scope="{scope,row}" slot="menuLeft">
- <el-button type="primary" icon="el-icon-plus" size="small" :disabled="isAddBtn"
- @click="rowAdd(row)">添加轮胎</el-button>
- <el-button type="primary" icon="el-icon-printer" size="small"
- @click="handlePrint">打印</el-button>
- </template>
- <!-- <template slot-scope="{scope,row}" slot="goodsNum">
- <el-input size="small" v-model="formContacts.goodsNum" style="width: 100%">
- <template slot="inventory">{{ inventory }}吨</template>
- </el-input>
- </template> -->
- <!-- <template slot="goodsId" slot-scope="{ row, index }">
- <span style="display:flex">
- <el-select v-model="row.goodsId" placeholder="请选择" size="small" filterable
- style="width:60%" >
- <el-option v-for="item in goodsIdoptions" :key="item.id" :label="item.cname"
- :value="item.id">
- </el-option>
- </el-select>
- <el-button icon="el-icon-search" size="small" @click="rePick(row, index)"></el-button>
- </span>
- </template> -->
- <template slot-scope="{type,size,row,index,disabled}" slot="menu">
- <el-button :size="size" :disabled="disabled" :type="type"
- :icon="row.$cellEdit ? 'el-icon-plus' : 'el-icon-edit'" @click="editBtn(row, index)">编辑
- </el-button>
- <el-button icon="el-icon-delete" :size="size" :disabled="disabled || isDisabled"
- :type="type" @click="rowDelBox(row, index, 'orderItemsList')">删除
- </el-button>
- </template>
- </avue-crud>
- </el-tab-pane>
- <el-tab-pane label="支付明细" name="payment_details">
- <avue-crud :option="optionPaymentDetails" v-model="formContacts" ref="payment_details"
- :data="dataList" @row-save="rowSave" @row-update="rowUpdate"
- @resetColumn="resetColumnTwo('payment_details', 'optionPaymentDetails', 'optionPaymentDetailsBack', 269.2)"
- @saveColumn="saveColumnTwo('payment_details', 'optionPaymentDetails', 'optionPaymentDetailsBack', 269.2)">
- <!-- <template slot-scope="{type,size,row,index,disabled}" slot="menu">
- <el-button :size="size" :disabled="disabled" :type="type"
- :icon="row.$cellEdit ? 'el-icon-plus' : 'el-icon-edit'"
- @click="$refs.formContacts.rowCell(row, index)">{{ row.$cellEdit ? '确认' : '修改' }}
- </el-button>
- <el-button icon="el-icon-delete" :size="size" :disabled="disabled" :type="type"
- @click="rowDelBox(row, index, 'paymentRecordsList')">删除
- </el-button>
- </template> -->
- </avue-crud>
- </el-tab-pane>
- <el-tab-pane label="出库记录" name="outbound_records">
- <avue-crud :option="optionOutboundRecords" v-model="formContacts" ref="outbound_records"
- :data="form.outboundRecordsList" @row-save="rowSave" @row-update="rowUpdate"
- @resetColumn="resetColumnTwo('outbound_records', 'optionOutboundRecords', 'optionOutboundRecordsBack', 269.3)"
- @saveColumn="saveColumnTwo('outbound_records', 'optionOutboundRecords', 'optionOutboundRecordsBack', 269.3)">
- <!-- <template slot-scope="{type,size,row,index,disabled}" slot="menu">
- <el-button :size="size" :disabled="disabled" :type="type"
- :icon="row.$cellEdit ? 'el-icon-plus' : 'el-icon-edit'"
- @click="$refs.formContacts.rowCell(row, index)">{{ row.$cellEdit ? '确认' : '修改' }}
- </el-button>
- <el-button icon="el-icon-delete" :size="size" :disabled="disabled" :type="type"
- @click="rowDelBox(row, index)">删除
- </el-button>
- </template> -->
- </avue-crud>
- </el-tab-pane>
- </el-tabs>
- </trade-card>
- <report-dialog :switchDialog="switchDialog" reportName="轮胎商城-销售订单" :reportId="form.id"
- @onClose="onClose()"></report-dialog>
- <el-dialog append-to-body title="审批" class="el-dialogDeep" :visible.sync="checkDialog" width="50%"
- :close-on-click-modal="false" :destroy-on-close="true" :close-on-press-escape="false" v-dialog-drag>
- <check :checkData="checkData" :checkDetail="true" :idList="[]" @operationType="operationType"
- @choceCheckFun="choceCheckFun">
- </check>
- </el-dialog>
- <el-dialog append-to-body title="审批进度" class="el-dialogDeep" :visible.sync="checkScheduleDialog" width="40%"
- :close-on-click-modal="false" :destroy-on-close="true" :close-on-press-escape="false" v-dialog-drag>
- <check-schedule :checkId="checkId" :batchNo="batchNo" @choceScheduleFun="choceScheduleFun"></check-schedule>
- </el-dialog>
- </div>
- </div>
- </template>
- <script>
- import { getDetails as getCustom } from "@/api/tirePartsMall/basicData/customerInformation"
- import { getDetails, submit, generateShipTask, tradingBox, delOrderItem, checkOrder, confirmRefund, revokeCheckOrder, revokeGenerateShipTask, goodsListXs } from "@/api/tirePartsMall/salesManagement/saleOrder";
- import { dotList, goodsDetail } from "@/api/tirePartsMall/purchasingManagement/warehouseEntryOrder";
- import reportDialog from "@/components/report-dialog/main";
- import checkSchedule from "@/components/check/checkSchedule";
- import check from "@/components/check/check";
- import { getList } from "@/api/paymentManagement/paymentRecord"
- import TicketDistribution from "../../../oceanShipping/maritimeExport/components/ticketDistribution.vue";
- import M from "minimatch";
- export default {
- name: "detailsPage",
- data() {
- return {
- inventory: 0,
- goodsIdoptions: [],
- dataList: [],
- dicUrlWithCustomId: '',
- isAddBtn: true,
- isDisabled: false,
- isDisabledTask: false,
- contactsOption: [],
- isContacts: false,
- checkData: {},
- buttonText: '生成任务',
- buttonColor: 'success', // 初始颜色为success
- checkScheduleDialog: false,
- isApplySettlement: true,
- isConfirmRefundBtn: true,
- isExamineBtn: true,
- isRevocationRequest: true,
- checkDialog: false,
- checkId: '',
- batchNo: '',
- switchDialog: false,
- activeName: "sale_detail",
- disabled: false,
- key: 0,
- form: {
- orderItemsList: [],
- paymentRecordsList: [],
- outboundRecordsList: []
- },
- optionForm: {
- menuBtn: false,
- span: 8,
- disabled: false,
- column: [{
- label: '客户',
- prop: "customerId",
- disabled: false,
- remote: true,
- type: 'select',
- props: {
- label: 'cname',
- value: 'id'
- },
- cascader: ['recAddress'],
- change: (data) => {
- if (!this.onLoad.id) {
- // this.$set(this.optionContactsBack, "addBtn", true)
- // this['optionContacts'] = this['optionContactsBack'];
- // this.delColumnData(this.getColumnName('269.1'), this['optionContactsBack']);
- }
- if (this.$refs.form.DIC.customerId || !this.onLoad.id) {
- getCustom({ id: data.value }).then(res => {
- this.dicUrlWithCustomId = res.data.data.id ? res.data.data.id : ''
- // this.form.storageId ? this.form.storageId : res.data.data.deliveryWarehouseId
- // this.form.storageId = res.data.data.deliveryWarehouseId
- this.form.storageId = this.form.storageId ? this.form.storageId : res.data.data.deliveryWarehouseId
- this.form.contacts = res.data.data.corpsAttnList[0].cname
- this.form.phone = res.data.data.corpsAttnList[0].tel
- this.contactsOption = res.data.data.corpsAddrList
- this.form.recAddress = res.data.data.corpsAddrList[0].id
- })
- }
- // if (this.$refs.form.DIC.customerId || data.value) {
- // for (let item of this.$refs.form.DIC.customerId) {
- // if (item.id == data.value) {
- // console.log(data);
- // console.log(this.$refs.form);
- // console.log(item);
- // // 后端返回数据暂无联系人、地址等数据,无法下拉默认
- // this.form.phone = item.tel
- // }
- // }
- // }
- },
- dicUrl: '/api/blade-sales-part/corpsDesc/listAll?cname={{key}}&corpType=KH&enableOrNot=0',
- rules: [{
- required: true,
- message: " ",
- trigger: "blur"
- }]
- }, {
- label: '仓库',
- prop: "storageId",
- type: 'select',
- disabled: false,
- props: {
- label: 'cname',
- value: 'id'
- },
- dicUrl: '/api/blade-sales-part/storageDesc/listAll',
- rules: [{
- required: true,
- message: " ",
- trigger: "blur"
- }]
- }, {
- label: '单据编号',
- prop: "ordNo",
- disabled: true
- }, {
- label: '来源单号',
- prop: "srcOrdNo",
- disabled: true
- }, {
- label: '业务来源',
- prop: "businessSource",
- disabled: true
- }, {
- label: '应收类别',
- prop: "receivableType",
- type: "select",
- disabled: false,
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=receivableType",
- props: {
- label: "dictValue",
- value: "dictValue"
- },
- value: '网络支付'
- }, {
- label: '联系人',
- type: "select",
- prop: "contacts",
- disabled: false,
- props: {
- label: 'address',
- value: 'id'
- },
- dicUrl: '/api/blade-sales-part/corpsAddr/corpIdByAddr?pid={{key}}'
- }, {
- label: '电话',
- disabled: false,
- prop: "phone",
- }, {
- label: '收货地址',
- prop: "recAddress",
- type: 'select',
- disabled: true,
- props: {
- label: 'address',
- value: 'id'
- },
- dicUrl: '/api/blade-sales-part/corpsAddr/corpIdByAddr?pid={{key}}'
- }, {
- label: '配送方式',
- type: 'select',
- prop: "shipType",
- disabled: false,
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=deliveryMethod",
- props: {
- label: "dictValue",
- value: "dictValue"
- },
- value: '物流'
- }, {
- label: '物流公司',
- disabled: false,
- prop: "logisticsCorpName"
- }, {
- label: '成本',
- prop: "cost",
- display: true,
- disabled: true
- }, {
- label: '毛利',
- prop: "grossProfit",
- disabled: true
- }, {
- label: '销售金额',
- prop: "salesAmount",
- disabled: true
- }, {
- label: '运费',
- prop: "freight",
- disabled: true
- }, {
- label: '总金额',
- prop: "totalMoney",
- disabled: true
- }, {
- label: '备注',
- prop: "remarks",
- type: 'textarea',
- disabled: false,
- span: 16,
- minRows: 1
- }]
- },
- formContacts: {},
- optionContacts: {},
- optionContactsBack: {
- disabled: false,
- border: true,
- align: 'center',
- index: true,
- showSummary: true,
- sumColumnList: [
- {
- name: 'goodsNum',
- type: 'sum',
- },
- {
- name: 'sendNum',
- type: 'sum',
- },
- {
- name: 'subTotalMoney',
- type: 'sum',
- },
- {
- name: 'costprie',
- type: 'sum',
- },
- {
- name: 'grossProfit',
- type: 'sum',
- }
- ],
- addBtnText: "添加轮胎",
- refreshBtn: false,
- dialogDrag: true,
- addBtn: false,
- span: 8,
- height: 500,
- addRowBtn: false,
- editBtn: false,
- delBtn: false,
- menuWidth: 140,
- dialogTop: 25,
- dialogWidth: "80%",
- // summaryText: "合计",
- // showSummary: true,
- // sumColumnList:[{
- // name: "goodsNum",
- // type: "sum",
- // decimals: 2
- // },{
- // name: "sendNum",
- // type: "sum",
- // decimals: 2
- // },{
- // name: "profit",
- // type: "sum",
- // decimals: 2
- // },{
- // name: "subTotalMoney",
- // type: "sum",
- // decimals: 2
- // },{
- // name: "thisAmount",
- // type: "sum",
- // decimals: 2
- // },{
- // name: "costprie",
- // type: "sum",
- // decimals: 2
- // },{
- // name: "grossProfit",
- // type: "sum",
- // decimals: 2
- // }],
- column: [{
- label: '轮胎名称',
- prop: 'goodsId',
- width: 200,
- disabled: false,
- remote: true,
- overHidden: true,
- type: 'select',
- dicData: [],
- props: {
- label: 'cname',
- value: 'id'
- },
- // dicUrl: '/api/blade-sales-part/goodsDesc/goodsListAll?cname={{key}}'
- dicUrl: "/api/blade-sales-part/goodsDesc/goodsListXs?cname={{key}}&customId=1658279303722418177&enableOrNot=0"
- // dicUrl: "/api/blade-sales-part/goodsDesc/goodsListXs?cname={{key}}"
- }, {
- label: '数量',
- prop: 'goodsNum',
- overHidden: true,
- disabled: false,
- width: 100,
- rules: [{
- required: true,
- message: " ",
- trigger: "blur"
- },{
- validator: (rule, value, callback) => {
- if (value < 0) {
- callback(new Error("数量不能小于0"));
- } else {
- callback();
- }
- },
- trigger: "blur"
- }]
- },
- {
- label: '价格',
- prop: 'price',
- overHidden: true,
- width: 100,
- disabled: false,
- rules: [{
- required: true,
- message: " ",
- trigger: "blur"
- },{
- validator: (rule, value, callback) => {
- if (value < 0) {
- callback(new Error("价格不能小于0"));
- } else {
- callback();
- }
- },
- trigger: "blur"
- }]
- },
- {
- label: '库存',
- prop: 'inventory',
- overHidden: true,
- hide: true,
- width: 100
- },{
- label: '批次号',
- prop: 'dot',
- type: "select",
- disabled: true,
- allowCreate: true,
- filterable: true,
- dicData: [],
- props: {
- label: "dot",
- value: "dot"
- },
- dicUrl: "/api/blade-sales-part/stockDesc/dotList",
- overHidden: true,
- }, {
- label: '轮胎编码',
- prop: 'goodsNo',
- overHidden: true,
- disabled: false,
- width: 100
- },
- {
- label: '品牌',
- prop: 'brandId',
- disabled: false,
- width: 100,
- overHidden: true,
- type: 'select',
- props: {
- label: 'cname',
- value: 'id'
- },
- dicUrl: '/api/blade-sales-part/brandDesc/listAll'
- },
- {
- label: '规格型号',
- prop: 'propertyName',
- overHidden: true,
- disabled: false,
- width: 100
- }, {
- label: '花纹',
- prop: 'pattern',
- overHidden: true,
- disabled: false,
- width: 100
- }, {
- label: '轮胎描述',
- prop: 'goodsDescription',
- disabled: false,
- overHidden: true,
- width: 100
- },
- {
- label: '单位',
- prop: 'units',
- type: "select",
- disabled: false,
- props: {
- label: "dictValue",
- value: "dictValue"
- },
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=unit",
- overHidden: true,
- width: 100
- },
- {
- label: '发货数量',
- prop: 'sendNum',
- disabled: false,
- overHidden: true,
- width: 100,
- disabled: true,
- editDisplay: false,
- addDisplay: false
- },
- // {
- // label: '利润',
- // prop: 'profit',
- // overHidden: true,
- // width: 100
- // },
- {
- label: '小计',
- prop: 'subTotalMoney',
- overHidden: true,
- width: 100,
- disabled: true,
- editDisplay: false,
- addDisplay: false
- },
- // {
- // label: '返利',
- // prop: 'thisAmount',
- // overHidden: true,
- // width: 100
- // },
- {
- label: '成本',
- prop: 'costprie',
- overHidden: true,
- width: 100,
- disabled: true,
- editDisplay: false,
- addDisplay: false
- },
- {
- label: '毛利',
- prop: 'grossProfit',
- overHidden: true,
- width: 100,
- disabled: true,
- editDisplay: false,
- addDisplay: false
- },
- {
- label: '备注',
- prop: "remarks",
- overHidden: true,
- width: 100,
- disabled: false,
- }
- ]
- },
- optionPaymentDetails: {},
- optionPaymentDetailsBack: {
- align: 'center',
- index: true,
- addBtnText: "录入明细",
- menu:false,
- refreshBtn: false,
- dialogDrag: true,
- addBtn: false,
- span: 8,
- height: 600,
- addRowBtn: false,
- editBtn: false,
- delBtn: false,
- menuWidth: 140,
- dialogTop: 25,
- dialogWidth: "80%",
- column: [{
- label: '支付编号',
- prop: 'serialNumber'
- }, {
- label: '金额',
- prop: 'amount'
- }, {
- label: '类型',
- prop: 'type'
- }, {
- label: '支付时间',
- prop: 'createTime'
- }]
- },
- optionOutboundRecords: {},
- optionOutboundRecordsBack: {
- align: 'center',
- index: true,
- menu:false,
- addBtnText: "录入明细",
- refreshBtn: false,
- dialogDrag: true,
- addBtn: false,
- span: 8,
- height: 600,
- addRowBtn: false,
- editBtn: false,
- delBtn: false,
- // menuWidth: 140,
- dialogTop: 25,
- dialogWidth: "80%",
- column: [{
- label: '出库单号',
- prop: 'billno'
- }, {
- label: '来源单号',
- prop: 'ordNo'
- }, {
- label: '数量',
- prop: 'goodsTotalNum'
- }, {
- label: '状态',
- prop: 'statusName'
- }, {
- label: '业务时间',
- prop: 'createTime'
- }]
- }
- }
- },
- components: { reportDialog, check, checkSchedule },
- props: {
- onLoad: Object,
- detailData: Object
- },
- async created() {
- // console.log(this.$route);
- // if(this.$route.query.check.actId){
- // this.isExamineBtn = false
- // }
- this.findObject(this.optionContactsBack.column, "goodsId").change = ({ value, column }) => {
- if (this.formContacts.goodsId !== value) {
- goodsDetail({ id: value, customId: this.dicUrlWithCustomId }).then(res => {
- this.formContacts.goodsNo = res.data.data.code
- this.formContacts.brandId = res.data.data.brandId
- this.formContacts.inventory = res.data.data.inventory
- // this.formContacts.brandId = res.data.data.brandName
- // this.formContacts.brandName = res.data.data.brandId
- this.formContacts.propertyName = res.data.data.specificationAndModel
- this.formContacts.pattern = res.data.data.brandItem
- this.formContacts.goodsDescription = res.data.data.goodsDescription
- this.formContacts.units = res.data.data.unit
- this.formContacts.price = res.data.data.price
- if (res.data.data.whether == 0) {
- this.findObject(this.optionContactsBack.column, "dot").disabled = true
- } else {
- this.findObject(this.optionContactsBack.column, "dot").disabled = false
- dotList({
- storageId: this.form.storageId,
- goodsId: this.formContacts.goodsId
- }).then(res => {
- this.findObject(this.optionContactsBack.column, "dot").dicData = res.data.data
- })
- }
- // this.formContacts.goodsId = res.data.data.cname
- // this.formContacts.goodsName = res.data.data.id
- })
- }
- }
- this.optionContacts = await this.getColumnData(this.getColumnName(269.1), this.optionContactsBack);
- this.findObject(this.optionContacts.column, "goodsId").change = ({ value, column }) => {
- if (this.formContacts.goodsId !== value) {
- goodsDetail({ id: value }).then(res => {
- this.formContacts.goodsNo = res.data.data.code
- this.formContacts.brandId = res.data.data.brandId
- this.formContacts.inventory = res.data.data.inventory
- // this.formContacts.brandId = res.data.data.brandName
- // this.formContacts.brandName = res.data.data.brandId
- this.formContacts.propertyName = res.data.data.specificationAndModel
- this.formContacts.pattern = res.data.data.brandItem
- this.formContacts.goodsDescription = res.data.data.goodsDescription
- this.formContacts.units = res.data.data.unit
- if (res.data.data.whether == 0) {
- this.findObject(this.optionContacts.column, "dot").disabled = true
- } else {
- this.findObject(this.optionContacts.column, "dot").disabled = false
- dotList({
- storageId: this.form.storageId,
- goodsId: this.formContacts.goodsId
- }).then(res => {
- this.findObject(this.optionContacts.column, "dot").dicData = res.data.data
- })
- }
- // this.formContacts.goodsId = res.data.data.cname
- // this.formContacts.goodsName = res.data.data.id
- })
- }
- }
- this.optionPaymentDetails = await this.getColumnData(this.getColumnName(269.2), this.optionPaymentDetailsBack);
- this.optionOutboundRecords = await this.getColumnData(this.getColumnName(269.3), this.optionOutboundRecordsBack);
- this.key++
- if (this.onLoad.id && this.detailData.id) {
- this.$set(this.optionForm, 'disabled', true)
- this.$set(this.optionContactsBack, 'disabled', true)
- this.isContacts = true
- this.isDisabled = true
- this.refresh(this.onLoad.id, true)
- } else if (this.onLoad.id) {
- console.log(2);
- this.refresh(this.onLoad.id, true)
- }
- if (!this.form.id) {
- console.log(3);
- this.optionContactsBack.column.forEach(its => {
- if (its.prop == 'goodsId' || its.prop == 'goodsNum' || its.prop == 'price' || its.prop == 'dot' || its.prop == 'remarks') {
- its.disabled = false
- } else {
- its.disabled = true
- }
- })
- // this.$set(this.optionContactsBack, "addBtn", false)
- this['optionContacts'] = this['optionContactsBack'];
- this.delColumnData(this.getColumnName('269.1'), this['optionContactsBack']);
- }
- if (!this.detailData.id) {
- this.isAddBtn = false
- this.form.businessSource = '内部销售'
- }
- if (this.detailData.check) {
- this.isExamineBtn = false
- // this.batchNo = this.detailData.check.batchNo
- }
- },
- watch: {
- dicUrlWithCustomId() {
- // this.findObject(this.optionContactsBack.column, "goodsId").dicUrl = `/api/blade-sales-part/goodsDesc/goodsListXs?cname={{key}}&customId=${this.dicUrlWithCustomId}&enableOrNot=0`
- goodsListXs(this.dicUrlWithCustomId).then(res => {
- this.findObject(this.optionContactsBack.column, "goodsId").dicData = res.data.data
- })
- },
- $route(to, from) {
- if (this.onLoad.id && this.detailData.id) {
- this.$set(this.optionForm, 'disabled', true)
- this.$set(this.optionContactsBack, 'disabled', true)
- this.isContacts = true
- this.isDisabled = true
- this.refresh(this.onLoad.id, true)
- } else if (this.onLoad.id) {
- console.log(2);
- this.refresh(this.onLoad.id, true)
- }
- // if (!this.form.id) {
- // console.log(3);
- // // this.$set(this.optionContactsBack, "addBtn", false)
- // this['optionContacts'] = this['optionContactsBack'];
- // this.delColumnData(this.getColumnName('269.1'), this['optionContactsBack']);
- // }
- // if (!this.detailData.id) {
- // this.form.businessSource = '内部销售'
- // }
- if (this.detailData.status == 1) {
- this.isExamineBtn = false;
- }
- // if (to.name == '销售订单') {
- // console.log('销售订单');
- // this.isExamineBtn = false;
- // }
- }
- },
- methods: {
- editBtn(row, index) {
- console.log(123);
- this.confirmEditing()
- this.$refs.formContacts.rowEdit(row, index);
- dotList({
- storageId: this.form.storageId,
- goodsId: this.formContacts.goodsId
- }).then(res => {
- this.findObject(this.optionContactsBack.column, "dot").dicData = res.data.data
- })
- goodsListXs(this.dicUrlWithCustomId).then(res => {
- this.findObject(this.optionContactsBack.column, "goodsId").dicData = res.data.data
- })
- },
- //表头编辑
- confirmEditing() {
- this.isAddBtn = false
- if (this.form.status == '已取消' || this.form.status == '退款请核') {
- this.isAddBtn = true
- // this.$message.error('当前状态不允许编辑')
- // this.optionForm.column.forEach(item=>{
- // if(item.prop= 'contacts'){
- // item.disabled = true
- // }
- // })
- }
- this.optionContactsBack.column.forEach(its => {
- if (its.prop == 'goodsId' || its.prop == 'goodsNum' || its.prop == 'price' || its.prop == 'dot' || its.prop == 'remarks') {
- its.disabled = false
- } else {
- its.disabled = true
- }
- })
- this.$set(this.optionForm, 'disabled', false)
- this.$set(this.optionContactsBack, 'disabled', false)
- this.isDisabled = false
- if (this.form.businessSource == "外部销售") {
- if (this.form.status == '待确认') {
- const loadings = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- console.log('外部销售');
- this.optionForm.column.forEach(its => {
- if (its.prop == 'customerId') {
- this.$set(its, 'disabled', true)
- }
- })
- //不能录入不能删除
- this.isDisabled = true
- this.$set(this.form, 'shipType', '物流')
- this.$set(this.form, 'receivableType', '网络支付')
- this.optionContactsBack.column.forEach(item => {
- this.$set(item, 'disabled', true)
- if (item.label == '批次号' || item.label == '备注') {
- item.disabled = false
- }
- })
- loadings.close()
- } else {
- const loadin = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- this.isAddBtn = true
- this.isDisabled = true
- this.optionForm.column.forEach(its => {
- if (its.prop != 'remarks') {
- its.disabled = true
- } else {
- its.disabled = false
- }
- })
- this.optionContactsBack.column.forEach(its => {
- if (its.prop != 'remarks') {
- its.disabled = true
- } else {
- its.disabled = false
- }
- })
- loadin.close()
- }
- } else {
- const loading = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- if (this.form.status == '待发货' || this.form.status == '已发货' || this.form.status == '已取消') {
- const loading = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- this.optionForm.column.forEach(its => {
- if (its.prop != 'remarks') {
- its.disabled = true
- } else {
- its.disabled = false
- }
- })
- this.optionContactsBack.column.forEach(its => {
- if (its.prop != 'remarks') {
- its.disabled = true
- } else {
- its.disabled = false
- }
- })
- loading.close()
- } else if (this.form.status == '录入') {
- // this.$set(this.optionForm, 'disabled', false)
- // this.$set(this.optionContactsBack, 'disabled', false)
- this.$set(this.optionForm, 'disabled', false)
- this.$set(this.optionContactsBack, 'disabled', false)
- this.isContacts = true
- //删除按钮
- this.isDisabled = false
- // this.optionForm.column.forEach(item => {
- // item.disabled = false
- // })
- loading.close()
- } else if (this.form.status == '待确认') {
- this.isDisabled = true
- console.log('待确认');
- this.optionForm.column.forEach(item => {
- if (item.label === '仓库' || item.label === '备注' || item.label === '配送方式' || item.label === '物流公司') {
- this.$set(item, 'disabled', false)
- } else {
- this.$set(item, 'disabled', true)
- }
- })
- this.optionContactsBack.column.forEach(its => {
- if (its.prop == 'remarks' || its.prop == 'dot') {
- this.$set(its, 'disabled', false)
- } else {
- this.$set(its, 'disabled', true)
- }
- })
- loading.close()
- }
- // this.$set(this.form, 'shipType', '物流')
- // this.$set(this.form, 'receivableType', '现金')
- // this.optionContactsBack.column.forEach(item => {
- // this.$set(item, 'disabled', false)
- // })
- // this.optionContactsBack.column.forEach(item => {
- // if (item.label === '规格型号' || item.label === '花纹' || item.label === '品牌' || item.label === '物料编码' || item.label === '单位' || item.label === '轮胎描述') {
- // item.disabled = true;
- // }
- // })
- // this['optionContacts'] = this['optionContactsBack'];
- // this.delColumnData(this.getColumnName(269.1), this['optionContactsBack']);
- loading.close()
- }
- // this.$set(this.form.orderItemsList,'goodsNum',66)
- },
- generateOutbound() {
- if (!this.form.id) {
- this.$message.error('请先保存')
- } else {
- if (this.buttonText === '生成任务') {
- //生成任务逻辑
- if (this.form.orderItemsList.length <= 0) {
- this.$message.error('请录入明细');
- } else {
- this.$set(this.optionForm, 'disabled', true)
- this.$set(this.optionContactsBack, 'disabled', true)
- this.$refs["form"].validate((valid, done) => {
- done();
- if (valid) {
- const loading = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- // this.form.orderItemsList.forEach((items) => {
- // let brandName = items.brandId
- // items.brandId = items.brandName
- // items.brandName = brandName
- // let goodsName = items.goodsId
- // items.goodsId = items.goodsName
- // items.goodsName = goodsName
- // })
- generateShipTask(this.form).then(res => {
- console.log(res.data);
- this.refresh(res.data.data.id, true)
- this.isContacts = true
- // 将按钮文本更改为"撤销任务"
- this.buttonText = '撤销任务';
- // 将按钮颜色更改为对应的颜色
- this.buttonColor = 'warning'; // 比如改为warning
- this.$message.success("生成出库任务成功");
- loading.close();
- }).finally(() => {
- loading.close();
- });
- } else {
- this.$message.error('请选择仓库')
- }
- })
- }
- } else {
- this.$refs["form"].validate((valid, done) => {
- done();
- console.log(valid);
- if (true) {
- const loading = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- // this.form.orderItemsList.forEach((items) => {
- // let brandName = items.brandId
- // items.brandId = items.brandName
- // items.brandName = brandName
- // let goodsName = items.goodsId
- // items.goodsId = items.goodsName
- // items.goodsName = goodsName
- // })
- revokeGenerateShipTask(this.form).then(res => {
- // 将按钮文本更改为"生成任务"
- this.buttonText = '生成任务';
- // 将按钮颜色还原为success
- this.buttonColor = 'success';
- this.$message.success("撤销出库成功");
- this.refresh(res.data.data.id)
- loading.close();
- }).finally(() => {
- loading.close();
- });
- }
- })
- }
- }
- },
- //联系人change
- contactsChange(e) {
- console.log(e);
- console.log(this.contactsOption);
- // 假设this.contactsOption是你的数组对象
- let matchedContact = this.contactsOption.find(item => item.contacts == e);
- // 判断是否找到匹配的对象
- this.$set(this.form, 'phone', matchedContact.tel)
- this.$set(this.form, 'recAddress', matchedContact.belongtoarea + matchedContact.detailedAddress)
- },
- //修改提交触发
- editCustomer() {
- this.$refs["form"].validate((valid, done) => {
- done();
- if (valid) {
- const loading = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- // this.form.orderItemsList.forEach(its => {
- // console.log(its.goodsId);
- // console.log(its.goodsName);
- // its.brandId = its.brandName
- // let goodsName = its.goodsId
- // its.goodsId = its.goodsName
- // its.goodsName = goodsName
- // })
- submit({
- bsType: "XS",
- ...this.form
- }).then(res => {
- this.$message.success("保存成功");
- this.refresh(res.data.data.id)
- this.isDisabledTask = false
- loading.close();
- }).finally(() => {
- loading.close();
- });
- } else {
- return false;
- }
- });
- },
- refresh(id, type) {
- const loading = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- })
- getDetails({ id: id }).then(res => {
- this.form = res.data.data
- let ordForm = { srcBillNo: this.form.ordNo }
- let _this = this
- getList(1, 50, ordForm).then((res) => {
- this.dataList = res.data.data.records ? res.data.data.records : [];
- })
- if (this.form.status !== '录入' && this.form.status !== '退款中' && this.form.status !== '已取消' && this.form.status !== '退款请核' && this.form.status !== '已退款') {
- console.log(1);
- this.isApplySettlement = false;
- }
- if (this.form.status == '退款中') {
- this.isConfirmRefundBtn = false;
- }
- if (this.form.status == '已取消') {
- this.isConfirmRefundBtn = true;
- }
- // if (this.form.status == '退款请核') {
- // this.isExamineBtn = false;
- // }
- if (this.form.generateTask == '已生成') {
- this.buttonText = '撤销任务';
- this.isDisabledTask = false;
- this.buttonColor = 'warning'
- }
- if (this.form.status == '退款请核' || this.form.status == '退款中') {
- this.isRevocationRequest = false;
- }
- if (this.form.status == '已收货' || this.form.status == '已发货') {
- this.isDisabledTask = true;
- }
- //成本、毛利对销售角色隐藏
- this.optionForm.column.forEach(its => {
- if (JSON.parse(localStorage.getItem('saber-userInfo')).content.role_name.split(',').includes('销售')) {
- if (its.prop == 'cost' || its.prop == 'grossProfit') {
- this.$set(its, 'display', false)
- }
- }
- })
- this.form.orderItemsList.forEach((items) => {
- if (!items.subTotalMoney) {
- items.subTotalMoney = items.goodsNum * items.price
- items.grossProfit = items.subTotalMoney - items.costprie
- }
- // let brandName = items.brandId
- // items.brandId = items.brandName
- // items.brandName = brandName
- // let goodsName = items.goodsId
- // items.goodsId = items.goodsName
- // items.goodsName = goodsName
- })
- loading.close();
- // if (this.form.businessSource == "外部销售") {
- // console.log('外部销售');
- // this.optionForm.column.forEach(its => {
- // if (its.prop == 'customerId') {
- // this.$set(its, 'disabled', true)
- // }
- // })
- // //不能录入不能删除
- // this.$set(this.optionContactsBack, "addBtn", false)
- // this.isDisabled = true
- // this.$set(this.form, 'shipType', '物流')
- // this.$set(this.form, 'receivableType', '网络支付')
- // this.optionContactsBack.column.forEach(item => {
- // this.$set(item, 'disabled', true)
- // if (item.label == '批次号' || item.label == '备注') {
- // item.disabled = false
- // }
- // })
- // this['optionContacts'] = this['optionContactsBack'];
- // this.delColumnData(this.getColumnName(269.1), this['optionContactsBack']);
- // this.optionContactsBack.column.forEach(item => {
- // if (item.prop == 'dot') {
- // this.$set(item, disabled, false)
- // } else {
- // this.$set(item, disabled, true)
- // }
- // })
- // } else {
- // this.$set(this.form, 'shipType', '物流')
- // this.$set(this.form, 'receivableType', '现金')
- // this.optionContactsBack.column.forEach(item => {
- // this.$set(item, 'disabled', false)
- // })
- // this.optionContactsBack.column.forEach(item => {
- // if (item.label === '规格型号' || item.label === '花纹' || item.label === '品牌' || item.label === '物料编码' || item.label === '单位' || item.label === '商品描述') {
- // item.disabled = true;
- // }
- // })
- // console.log(324324);
- // this['optionContacts'] = this['optionContactsBack'];
- // this.delColumnData(this.getColumnName(269.1), this['optionContactsBack']);
- // }
- // // this.$set(this.form.orderItemsList,'goodsNum',66)
- }).catch(() => {
- loading.close();
- })
- },
- //请核关闭
- choceScheduleFun() {
- this.checkScheduleDialog = false
- },
- //关闭审核
- choceCheckFun() {
- this.isExamineBtn = !this.isExamineBtn
- this.checkDialog = false;
- },
- //申请退款
- applySettlement(type) {
- this.$confirm("您确定申请退款吗?", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning"
- }).then(() => {
- this.$refs["form"].validate((valid, done) => {
- done()
- if (valid) {
- const data = {
- id: this.form.id,
- url: '/tirePartsMall/salesManagement/saleOrder/index',
- pageStatus: "this.$store.getters.domSaleStatus",
- pageLabel: "销售订单",
- }
- const loading = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- checkOrder({ ...data }).then((res) => {
- this.refresh(res.data.data.id)
- this.$message.success('申请退款成功');
- this.isApplySettlement = !this.isApplySettlement
- loading.close();
- console.log(res);
- }).catch(() => { loading.close(); })
- }
- })
- })
- },
- //确认退款
- confirmRefundBtn() {
- this.$confirm("您确定退款吗?", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning"
- }).then(() => {
- const loading = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- // this.form.orderItemsList.forEach((items) => {
- // let brandName = items.brandId
- // items.brandId = items.brandName
- // items.brandName = brandName
- // let goodsName = items.goodsId
- // items.goodsId = items.goodsName
- // items.goodsName = goodsName
- // })
- confirmRefund({ ...this.form }).then((res) => {
- loading.close()
- this.$message.success('确定退款成功');
- }).catch(() => { loading.close(); })
- })
- },
- //审批
- examineBtn() {
- this.checkData = this.$route.query.check
- this.checkDialog = true;
- },
- //撤销请核
- revocationRequest() {
- this.$confirm("您确定撤回此次申请吗?", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning"
- }).then(() => {
- const loading = this.$loading({
- lock: true,
- text: '加载中',
- spinner: 'el-icon-loading',
- background: 'rgba(255,255,255,0.7)'
- });
- // this.form.orderItemsList.forEach((items) => {
- // if (!items.subTotalMoney) {
- // items.subTotalMoney = items.goodsNum * items.price
- // items.grossProfit = items.subTotalMoney - items.costprie
- // }
- // let brandName = items.brandId
- // items.brandId = items.brandName
- // items.brandName = brandName
- // let goodsName = items.goodsId
- // items.goodsId = items.goodsName
- // items.goodsName = goodsName
- // })
- revokeCheckOrder({ ...this.form }).then(res => {
- this.isRevocationRequest = !this.isRevocationRequest
- this.refresh(res.data.data.id)
- this.$message.success('撤回成功')
- loading.close();
- })
- })
- },
- rowDelBox(row, index, type) {
- this.$confirm("确定将选择数据删除?", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning"
- }).then(() => {
- if (row.id) {
- delOrderItem({ ids: row.id }).then(res => {
- this.form.orderItemsList.splice(index, 1);
- this.$message.success("操作成功!");
- });
- } else {
- this.form[type].splice(index, 1);
- this.$message.success("操作成功!");
- }
- }
- );
- },
- rowSave(form, done, loading) {
- done(form)
- },
- rowUpdate(form, index, done, loading) {
- done(form)
- },
- // 新增轮胎
- rowAdd(row) {
- if(!this.form.customerId){
- this.$message.error('请选择客户')
- return
- }
- this.optionContactsBack.column.forEach(its => {
- if (its.prop == 'goodsId' || its.prop == 'goodsNum' || its.prop == 'price' || its.prop == 'dot' || its.prop == 'remarks') {
- its.disabled = false
- } else {
- its.disabled = true
- }
- })
- console.log('新增了', row);
- this.$refs.formContacts.rowAdd()
- },
- //打印
- handlePrint() {
- this.switchDialog = !this.switchDialog;
- },
- onClose(val) {
- this.switchDialog = val;
- },
- //自定义列保存
- async saveColumnTwo(ref, option, optionBack, code) {
- /**
- * 已定义全局方法,直接使用,saveColumnData保存列数据方法,参数传值(表格名称,当前表格的option数据)
- * 已定义全局方法,直接使用,getColumnName方法用来获取枚举值,参数根据自己定义的code值获取中文名
- * 一定要执行异步操作,要等接口成功返回,才能执行下一行代码
- */
- const inSave = await this.saveColumnData(this.getColumnName(code), this[option]);
- if (inSave) {
- this.$message.success("保存成功");
- //关闭窗口
- this.$refs[ref].$refs.dialogColumn.columnBox = false;
- }
- },
- //自定义列重置
- async resetColumnTwo(ref, option, optionBack, code) {
- this[option] = this[optionBack];
- const inSave = await this.delColumnData(this.getColumnName(code), this[optionBack]);
- if (inSave) {
- this.$message.success("重置成功");
- this.$refs[ref].$refs.dialogColumn.columnBox = false;
- }
- },
- backToList(type) {
- this.$emit("backToList", type);
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- ::v-deep .el-form-item {
- margin-bottom: 8px !important;
- }
- </style>
|