12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415 |
- <template>
- <div class="detail-container">
- <el-page-header
- @back="goBack"
- :content="listItem ? '编辑' : '新增'"
- ></el-page-header>
- <div class="main-title">
- <div class="title">订单信息</div>
- </div>
- <el-form
- ref="mainForm"
- :model="mainForm"
- :rules="mainFormRules"
- label-width="120px"
- size="small"
- label-position="right"
- >
- <el-row :gutter="20">
- <!-- <el-col :xs="24" :sm="12" :lg="8">
- <el-form-item label="订单号" prop="id">
- <el-input
- v-model="mainForm.id"
- placeholder="订单号"
- readonly
- ></el-input>
- </el-form-item>
- </el-col> -->
- <el-col
- :xs="24"
- :sm="12"
- :lg="8"
- v-if="!listItem"
- @click.native="handleShow"
- >
- <el-form-item label="销售政策编号" prop="policyCode">
- <el-input
- v-model="mainForm.policyCode"
- placeholder="销售政策编号"
- readonly
- ></el-input>
- </el-form-item>
- </el-col>
- <el-col :xs="24" :sm="12" :lg="8" v-else>
- <el-form-item label="销售政策编号" prop="policyCode">
- <el-input
- v-model="mainForm.policyCode"
- placeholder="销售政策编号"
- ></el-input>
- </el-form-item>
- </el-col>
- <el-col :xs="24" :sm="12" :lg="8" style="height: 51px">
- <el-form-item label="单据日期" prop="date">
- <el-date-picker
- v-model="mainForm.date"
- type="datetime"
- :picker-options="pickerOptions"
- value-format="yyyy-MM-dd HH:mm:ss"
- style="width: 100%"
- placeholder="选择日期"
- >
- </el-date-picker>
- </el-form-item>
- </el-col>
- <el-col :xs="24" :sm="12" :lg="8">
- <el-form-item label="产品大类" prop="type">
- <el-select
- v-model="mainForm.type"
- placeholder="选择产品大类"
- style="width: 100%"
- >
- <el-option
- v-for="item in typeList"
- :key="item.dictCode"
- :label="item.dictValue"
- :value="item.dictCode"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :xs="24" :sm="16" :lg="16">
- <el-form-item label="备注" prop="remark">
- <el-input
- v-model="mainForm.remark"
- placeholder="请输入备注"
- ></el-input>
- </el-form-item>
- </el-col>
- </el-row>
- <el-row :gutter="20">
- <!--
- <el-col :xs="24" :sm="12" :lg="8">
- <el-form-item label="销售政策" prop="id">
- <el-select
- v-model="mainForm.ztype"
- placeholder="选择销售政策"
- style="width: 100%"
- >
- <el-option
- v-for="item in ztypeList"
- :key="item.id"
- :label="item.saleName"
- :value="item.id"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :xs="24" :sm="12" :lg="8">
- <el-form-item label="销售政策说明" prop="policyRemark">
- <el-input
- v-model="mainForm.policyRemark"
- placeholder="销售政策说明"
- ></el-input>
- </el-form-item>
- </el-col> -->
- </el-row>
- <!--
- <el-row :gutter="20">
- <el-col :xs="24" :sm="12" :lg="8">
- <el-form-item label="业务员" prop="serviceName">
- <el-input
- v-model="mainForm.serviceName"
- placeholder="订单号"
- ></el-input>
- </el-form-item>
- </el-col>
- <el-col :xs="24" :sm="16" :lg="16">
- <el-form-item label="备注" prop="remark">
- <el-input
- v-model="mainForm.remark"
- placeholder="请输入备注"
- ></el-input>
- </el-form-item>
- </el-col>
- </el-row> -->
- </el-form>
- <div class="main-title">
- <div class="title">货品信息</div>
- <div v-if="!listItem">
- <el-select
- v-model="warehouseValue"
- placeholder="请选择发货仓库"
- size="small"
- style="margin-right: 10px"
- >
- <el-option
- :label="item.name"
- :value="item.id"
- v-for="(item, index) in warehouseList"
- :key="index"
- ></el-option>
- </el-select>
- <el-button
- type="primary"
- size="small"
- icon="el-icon-search"
- @click="checkStock"
- >检查库存</el-button
- >
- <el-divider direction="vertical"></el-divider>
- </div>
- </div>
- <div class="table" style="margin-top: 20px">
- <el-table
- :data="goodsList"
- element-loading-text="Loading"
- border
- fit
- highlight-current-row
- stripe
- max-height="400"
- >
- <el-table-column
- align="center"
- label="序号"
- type="index"
- width="50"
- ></el-table-column>
- <el-table-column
- align="center"
- label="销售类型"
- prop="saleTypeName"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="存货编码"
- prop="materialNumber"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="产品名称"
- prop="materialName"
- min-width="160"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="规格型号"
- prop="specification"
- min-width="160"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="单位"
- prop="unit"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="单价"
- prop="price"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="总数量"
- prop="qty"
- min-width="100"
- show-overflow-tooltip
- >
- <!-- <template slot-scope="scope">
- <el-input v-model="scope.row.qty" size="small"></el-input>
- </template> -->
- </el-table-column>
- <el-table-column
- align="center"
- label="订单金额"
- min-width="100"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.price * scope.row.qty }}
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- label="返利钱包"
- prop="customerWalletId2"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <el-select
- v-model="scope.row.customerWalletId2"
- placeholder="选择返利钱包"
- size="small"
- @change="changeWallet(scope.$index)"
- >
- <el-option label="全部" value=""></el-option>
- <el-option
- v-for="item in flWalletList"
- :key="item.customerWalletId"
- :label="item.name"
- :value="item.customerWalletId"
- >
- </el-option>
- </el-select>
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- label="返利金额"
- min-width="100"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{
- (scope.row.price * scope.row.qty * (scope.row.rebateRate * 100)) /
- 100 || 0
- }}
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- label="格力折扣"
- min-width="100"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.qty * scope.row.discAmount }}
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- label="现金钱包"
- prop="customerWalletId"
- min-width="160"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <el-select
- v-model="scope.row.customerWalletId"
- placeholder="选择现金钱包"
- size="small"
- >
- <el-option label="全部" value=""></el-option>
- <el-option
- v-for="item in comxjWalletList(scope.row.walletRelaList)"
- :key="item.customerWalletId"
- :label="item.name"
- :value="item.customerWalletId"
- >
- </el-option>
- </el-select>
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- label="实付金额"
- prop="qty"
- min-width="100"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{
- (scope.row.price * scope.row.qty * 100 -
- ((scope.row.price *
- scope.row.qty *
- (scope.row.rebateRate * 100)) /
- 100) *
- 100 -
- ((scope.row.qty * (scope.row.discAmount * 100)) / 100) * 100) /
- 100 || 0
- }}
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- label="是否直调"
- prop="isDirectTransfer"
- min-width="100"
- >
- <template slot-scope="scope">
- <el-checkbox v-model="scope.row.isDirectTransfer"></el-checkbox>
- </template>
- </el-table-column>
- <!-- <el-table-column
- align="center"
- label="直调数量"
- prop="directTransferQty"
- min-width="100"
- >
- <template slot-scope="scope">
- <el-input
- v-model="scope.row.directTransferQty"
- size="small"
- ></el-input>
- </template>
- </el-table-column> -->
- <el-table-column
- align="center"
- label="备注"
- prop="remark"
- min-width="160"
- >
- <template slot-scope="scope">
- <el-input v-model="scope.row.remark" size="small"></el-input>
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- label="税率"
- prop="tax"
- min-width="100"
- show-overflow-tooltip
- ></el-table-column>
- <el-table-column
- align="center"
- label="总仓库"
- prop="status1"
- min-width="100"
- show-overflow-tooltip
- v-if="!listItem"
- >
- <template slot-scope="scope">
- <div>{{ scope.row.status1 | status1Filter }}</div>
- </template>
- </el-table-column>
- <el-table-column
- align="center"
- label="仓库状态"
- prop="status2"
- min-width="100"
- show-overflow-tooltip
- v-if="!listItem"
- >
- <template slot-scope="scope">
- <div>{{ status2Filter(scope.row) }}</div>
- </template>
- </el-table-column>
- <el-table-column align="center" label="操作" width="100" fixed="right">
- <template slot-scope="scope">
- <el-button type="text" @click="deleteItem(scope.$index)"
- >删除</el-button
- >
- </template>
- </el-table-column>
- </el-table>
- </div>
- <div class="page-footer">
- <div class="footer" :class="classObj">
- <el-button type="primary" @click="clickSubmitForm">保 存</el-button>
- <el-popconfirm
- title="确定关闭吗?"
- @onConfirm="goBack"
- style="margin-left: 10px"
- >
- <el-button slot="reference">关 闭</el-button>
- </el-popconfirm>
- </div>
- </div>
- <el-dialog
- :visible.sync="isShowDialog"
- @close="handleClose"
- width="80%"
- title="引用销售政策"
- >
- <template v-if="!cusIndex">
- <el-form
- :model="screenForm"
- ref="screenForm"
- label-width="120px"
- size="small"
- >
- <el-row :gutter="20">
- <el-col :xs="24" :sm="8" :lg="8">
- <el-form-item label="销售政策">
- <el-select
- v-model="screenForm.policyId"
- placeholder="选择销售政策"
- filterable
- style="width: 100%"
- >
- <el-option
- v-for="(item, index) in policyList"
- :key="index"
- :label="item.title"
- :value="item.code"
- ></el-option>
- </el-select> </el-form-item
- ></el-col>
- <el-col :xs="24" :sm="8" :lg="8">
- <el-form-item label="销售类型">
- <el-select
- v-model="screenForm.saleTypeCode"
- filterable
- placeholder="选择销售类型"
- style="width: 100%"
- >
- <el-option label="全部" value=""></el-option>
- <el-option
- v-for="item in ztypeList"
- :key="item.id"
- :label="item.saleName"
- :value="item.saleCode"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :xs="24" :sm="8" :lg="8" class="tr">
- <el-button
- type="primary"
- size="small"
- @click="handlePolicyTypeList"
- >查询</el-button
- >
- </el-col>
- </el-row>
- </el-form>
- <el-row :gutter="20" style="margin: 10px 0"> 选择限定机型 </el-row>
- <el-table
- v-loading="listLoading"
- :data="dataList"
- element-loading-text="Loading"
- border
- fit
- highlight-current-row
- stripe
- >
- <el-table-column align="center" width="55"
- ><template slot-scope="scope">
- <el-radio
- v-model="radio"
- :label="
- scope.row.id +
- '&' +
- scope.row.policyId +
- '&' +
- scope.row.materialId +
- '&' +
- scope.row.policyConditionId
- "
- >{{ "" }}</el-radio
- >
- </template>
- </el-table-column>
- <template v-for="col in columns">
- <el-table-column
- v-if="col.num"
- align="center"
- :label="col.lable"
- :prop="col.prop"
- :min-width="col.widht"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <el-input v-model="scope.row.qty" size="small"></el-input>
- </template>
- </el-table-column>
- <el-table-column
- v-else-if="col.jie"
- align="center"
- :label="col.lable"
- :prop="col.prop"
- :min-width="col.widht"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.qty * scope.row.price || 0 }}
- </template>
- </el-table-column>
- <el-table-column
- v-else
- align="center"
- :label="col.lable"
- :prop="col.prop"
- :min-width="col.widht"
- show-overflow-tooltip
- >
- </el-table-column>
- </template>
- </el-table>
- <!-- 分页 -->
- <div style="margin: 10px 0">
- <el-pagination
- @size-change="handleSizeChange"
- @current-change="handleCurrentChange"
- :current-page="currentPage"
- :page-sizes="[10]"
- :page-size="10"
- layout="total, sizes, prev, pager, next, jumper"
- :total="total"
- >
- </el-pagination>
- </div>
- <span slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitAddGoods">下一步</el-button>
- </span>
- </template>
- <template v-else>
- <el-form
- :model="screenForm"
- ref="screenForm"
- label-width="120px"
- size="small"
- >
- <el-row :gutter="20">
- <el-col :xs="24" :sm="8" :lg="8">
- <el-form-item label="销售政策">
- <el-select
- disabled
- v-model="screenForm.policyId"
- placeholder="选择销售政策"
- filterable
- style="width: 100%"
- >
- <el-option
- v-for="(item, index) in policyList"
- :key="index"
- :label="item.title"
- :value="item.code"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :xs="24" :sm="8" :lg="8">
- <el-form-item label="销售类型">
- <el-select
- filterable
- v-model="screenForm.saleTypeCode"
- placeholder="选择销售类型"
- style="width: 100%"
- >
- <el-option label="全部" value=""></el-option>
- <el-option
- v-for="item in ztypeList"
- :key="item.id"
- :label="item.saleName"
- :value="item.saleCode"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :xs="24" :sm="8" :lg="8" class="tr">
- <el-button
- type="primary"
- size="small"
- @click="handlePolicyTypeList"
- >查询</el-button
- >
- </el-col>
- </el-row>
- </el-form>
- <el-row type="flex" :gutter="30" style="margin: 10px 0">
- <el-col :span="10">已选择限定机型</el-col>
- <el-col :span="8" class="ellipsis">{{ comText("materialName") }}</el-col>
- <el-col :span="12" class="ellipsis">{{ comText("specification") }}</el-col>
- <el-col style="text-align: right">配提比例:{{ pop }}</el-col>
- </el-row>
- <template v-for="(item, index) in popArr">
- <el-table
- v-if="index + 1 == cusIndex"
- v-loading="listLoading"
- :data="popDataArr[cusIndex - 1]"
- element-loading-text="Loading"
- border
- fit
- highlight-current-row
- stripe
- >
- <el-table-column align="center" width="55"
- ><template slot-scope="scope">
- <el-radio
- v-model="radioObj['radio' + cusIndex]"
- :label=" scope.row.id +
- '&' +
- scope.row.policyId +
- '&' +
- scope.row.materialId +
- '&' +
- scope.row.policyConditionId
- ""
- >{{ "" }}</el-radio
- >
- </template>
- </el-table-column>
- <template v-for="col in columns">
- <el-table-column
- v-if="col.num"
- align="center"
- :label="col.lable"
- :prop="col.prop"
- :min-width="col.widht"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- <el-input v-model="scope.row.qty" size="small"></el-input>
- </template>
- </el-table-column>
- <el-table-column
- v-else-if="col.jie"
- align="center"
- :label="col.lable"
- :prop="col.prop"
- :min-width="col.widht"
- show-overflow-tooltip
- >
- <template slot-scope="scope">
- {{ scope.row.qty * scope.row.price || 0 }}
- </template>
- </el-table-column>
- <el-table-column
- v-else
- align="center"
- :label="col.lable"
- :prop="col.prop"
- :min-width="col.widht"
- show-overflow-tooltip
- >
- </el-table-column>
- </template>
- </el-table>
- <!-- 分页 -->
- <div style="margin:10px 0" v-if="index + 1 == cusIndex">
- <el-pagination
- layout="total"
- total="10"
- >
- <!-- :total=" popDataArr[cusIndex - 1]? popDataArr[cusIndex - 1].length:0" -->
- </el-pagination>
- </div>
- </template>
- <span slot="footer" class="dialog-footer">
- <el-button type="primary" @click="cusIndex -= 1">上一步</el-button>
- <el-button
- type="primary"
- @click="handleCondition"
- v-if="popArr.length != cusIndex"
- >下一步</el-button
- >
- <el-button
- type="primary"
- @click="hanlePopData"
- v-if="popArr.length == cusIndex"
- >完成</el-button
- >
- </span>
- </template>
- </el-dialog>
- </div>
- </template>
- <script>
- import {
- getDetail,
- addData,
- editData,
- getSalesTypeList,
- getGoodsList,
- getWalletList,
- getWarehouseList,
- policyList,
- checkStock,
- typeList,
- getpolicyList,
- getConditionList,
- getConditionDetail,
- getpolicyTypeList,
- } from "@/api/supply/policy";
- import { getDictList } from "@/api/common";
- import { findElem } from "@/utils/util";
- export default {
- name: "RetailForm",
- componentName: "RetailForm",
- props: ["listItem"],
- filters: {
- status1Filter(val) {
- if (val === "" || val === null || val === undefined) return "未检查";
- else if (val === 0) return "无货";
- else if (val > 0 && val <= 30) return val;
- else if (val > 30 && val <= 1000) return "有货";
- else if (val > 1000) return "充足";
- },
- },
- data() {
- return {
- tableData: [],
- currentPage: 1, // 当前页码
- pageSize: 10, // 每页数量
- listTotal: 0, // 列表总数
- cusIndex: 0,
- total:0,
- radio: "",
- pop: "",
- popArr: [],
- mainForm: {
- id: "",
- date: "",
- type: "",
- ztype: "",
- remark: "",
- policyCode: "",
- policyRemark: "",
- policyId: "",
- },
- mainFormRules: {
- date: [
- { required: true, message: "请选择单据日期", trigger: "change" },
- ],
- type: [{ required: true, message: "请选择品类", trigger: "change" }],
- },
- goodsList: [],
- warehouseList: [],
- warehouseValue: "",
- isShowDialog: false,
- screenForm: {
- policyId: "",
- saleTypeCode: "",
- },
- currentPage: 1,
- listTotal: 0,
- salesTypeList: [],
- typeList: [],
- ztypeList: [],
- leftGoodsList: [],
- rightGoodsList: [],
- leftSelection: [],
- rightSelection: [],
- policyList: [],
- xjWalletList: [],
- flWalletList: [],
- dataList: [],
- columns: [
- {
- prop: "saleTypeName",
- lable: "销售类型",
- widht: 160,
- },
- {
- prop: "materialName",
- lable: "货品名称",
- widht: 160,
- },
- {
- prop: "specification",
- lable: "规格型号",
- widht: 160,
- },
- {
- prop: "qty",
- lable: "数量",
- widht: 160,
- num: true,
- },
- {
- prop: "price",
- lable: "单价",
- widht: 160,
- },
- {
- prop: "zong",
- lable: "金额",
- jie: true,
- },
- ],
- listLoading: false,
- popDataArr: [],
- radioObj: {},
- step: 0,
- policyId:''
- };
- },
- computed: {
- sidebar() {
- return this.$store.state.app.sidebar;
- },
- classObj() {
- return {
- hideSidebar: !this.sidebar.opened,
- openSidebar: this.sidebar.opened,
- };
- },
- comxjWalletList() {
- return (c) => {
- console.log(c, "现金钱包");
- const walle = [];
- const ovalVall = c == undefined || !c.length ? [] : c;
- for (let i = 0; i < this.xjWalletList.length; i++) {
- for (let j = 0; j < ovalVall.length; j++) {
- if (this.xjWalletList[i].walletRebateId == ovalVall[j].walletId) {
- walle.push(this.xjWalletList[i]);
- }
- }
- }
- return walle;
- };
- },
- comText() {
- return (val) => {
- if (this.cusIndex-1 ==0) {
- const params = this.radio.split("&");
- return this.dataList.filter((k) => {
- return k.id == params[0];
- })[0][val]
- }else{
- const params = this.radioObj['radio' + (this.cusIndex-1)].split("&")
- return this.popDataArr[this.cusIndex - 2].filter(k=>{
- return k.id == params[0]
- })[0][val]
- }
- };
- },
- pickerOptions({ $props }) {
- return {
- disabledDate: (time) => {
- return time.getTime() < Date.now()-1 * 24 * 60 * 60 * 1000
- }
- };
- }
- },
- created() {
- this.getDictList();
- this.getWalletList();
- this.getWarehouseList();
- this.getTypeList();
- if (this.listItem) {
- this.getDetail();
- }
- },
- beforeUpdate() {},
- methods: {
- // 返回列表
- goBack() {
- this.$emit("backListFormDetail");
- },
- // 获取详情
- getDetail() {
- getDetail({ id: this.listItem.id }).then((res) => {
- let data = res.data;
- this.mainForm.date = data.theTime;
- this.mainForm.type = data.mainId;
- this.mainForm.remark = data.remark;
- data.retailOrderItemList.forEach((item) => {
- item.status1 = "";
- item.status2 = "";
- });
- this.goodsList = data.retailOrderItemList;
- });
- },
- // 获取销售政策
- getPolicyList() {
- policyList({
- pageNum: 1,
- pageSize: -1,
- }).then((res) => {
- console.log(res, "tyep");
- this.screenForm.policyId = res.data.records[0].code;
- this.policyList = res.data.records;
- console.log(this.policyList,'policyList');
- });
- },
- getTypeList() {
- const params = {
- pageNum: 1,
- pageSize: -1,
- saleCode: "",
- saleName: "",
- status: "",
- };
- typeList(params).then((res) => {
- this.ztypeList = res.data.records;
- console.log(this.ztypeList, "type1111");
- });
- },
- handleSelectiontAllChange(e) {
- console.log(e);
- },
- handleSelectionChange(e) {
- console.log(e);
- },
- // 获取仓库列表
- getWarehouseList() {
- getWarehouseList({
- pageNum: 1,
- pageSize: -1,
- }).then((res) => {
- this.warehouseList = res.data.records;
- });
- },
- // 获取限定机型
- getpolicyTypeList() {
- getpolicyTypeList({
- pageNum: 1,
- pageSize: 10,
- policyId: this.screenForm.policyId,
- saleTypeCode: this.screenForm.saleTypeCode,
- }).then((res) => {
- for (let i = 0; i < res.data.records.length; i++) {
- res.data.records[i].qty = 1;
- }
- this.dataList = res.data.records;
- this.total = res.data.total
- console.log(this.dataList, "kkkk");
- });
- },
- getMaterialTypeList() {
- getMaterialTypeList({
- pageNum: 1,
- pageSize: 10,
- policyId: this.screenForm.policyId,
- saleTypeCode: this.screenForm.saleTypeCode,
- }).then((res) => {});
- },
- //引用销售政策搜索
- handlePolicyTypeList() {
- this.getpolicyTypeList();
- },
- handleShow() {
- this.isShowDialog = true;
- this.getPolicyList();
- },
- // 获取钱包列表
- getWalletList() {
- getWalletList({
- customerId: JSON.parse(localStorage.getItem("supply_user")).customerId,
- type: "COMMONLY",
- }).then((res) => {
- this.xjWalletList = res.data;
- console.log(res.data, "xxxxx");
- });
- getWalletList({
- customerId: JSON.parse(localStorage.getItem("supply_user")).customerId,
- type: "REBATE",
- }).then((res) => {
- this.flWalletList = res.data;
- console.log(this.flWalletList, "xxccc");
- });
- },
- // 获取销售类型列表
- getSalesTypeList() {
- getSalesTypeList({
- pageNum: 1,
- pageSize: -1,
- }).then((res) => {
- this.salesTypeList = res.data.records;
- });
- },
- getDictList() {
- getDictList({ sysDictEnum: "PRODUCT_TYPE" }).then((res) => {
- this.typeList = res.data;
- });
- },
- // 获取商品列表
- getGoodsList() {
- getGoodsList({
- pageNum: this.currentPage,
- pageSize: 10,
- mainId: this.screenForm.type,
- saleId: this.screenForm.salesType,
- materialCode: this.screenForm.proNum,
- materialName: this.screenForm.proName,
- specification: this.screenForm.proModel,
- price1: this.screenForm.price1,
- price2: this.screenForm.price2,
- }).then((res) => {
- let oldGoodsList = this.goodsList;
- let newGoodsList = res.data.records;
- for (let i = 0; i < oldGoodsList.length; i++) {
- let oldItem = oldGoodsList[i];
- for (let j = 0; j < newGoodsList.length; j++) {
- let newItem = newGoodsList[j];
- if (newItem.materialId === oldItem.materialId) {
- newGoodsList[j].selected = true;
- break;
- }
- }
- }
- res.data.records.forEach((item) => {
- item.materialName = item.name;
- item.materialCode = item.number;
- item.saleTypeName = item.saleName;
- item.unit = item.baseUnit;
- item.price = item.batchPrice;
- item.tax = item.taxRate;
- item.isDirectTransfer = false;
- item.directTransferQty = "";
- item.status1 = "";
- item.status2 = "";
- item.rebateAmount = "";
- item.rebateRate = "";
- item.productPriceId = item.id;
- });
- this.leftGoodsList = res.data.records;
- this.listTotal = res.data.total;
- });
- },
- // 查询重复值并禁选
- checkboxSelect(row, rowIndex) {
- if (row.selected) {
- return false; // 禁用
- } else {
- return true; // 不禁用
- }
- },
- // 点击 选择商品
- openDialog() {
- this.getSalesTypeList();
- this.getGoodsList();
- this.isShowDialog = true;
- },
- // 提交筛选表单
- submitScreenForm() {
- this.currentPage = 1;
- this.getGoodsList();
- },
- // 重置筛选表单
- resetScreenForm() {
- this.$refs.screenForm.resetFields();
- this.currentPage = 1;
- this.getGoodsList();
- },
- // 更改列表当前页
- handleTableCurrentChange(val) {
- this.currentPage = val;
- this.getGoodsList();
- },
- // 关闭 弹窗
- closeDialog() {
- this.isShowDialog = false;
- },
- // 删除
- deleteGoods() {
- let rightGoodsList = this.rightGoodsList;
- let rightSelection = this.rightSelection;
- for (let i = 0; i < rightGoodsList.length; i++) {
- for (let j = 0; j < rightSelection.length; j++) {
- if (rightSelection[j].materialId == rightGoodsList[i].materialId) {
- this.rightGoodsList.splice(i, 1);
- }
- }
- }
- },
- handleCondition() {
- if (Object.values(this.radioObj)[this.cusIndex - 1] !== "") {
- this.popArr.length >= this.cusIndex ? (this.cusIndex += 1) : "";
- const params = this.radio.split("&");
- this.step = this.cusIndex + 1;
- this.getConditionList(params[3], this.step);
- return;
- } else {
- this.$errorMsg("请选择");
- }
- },
- // 确定 添加产品
- submitAddGoods() {
- if (this.radio) {
- const params = this.radio.split("&");
- this.screenForm.policyId = params[1];
- this.mainForm.policyId = params[1];
- this.cusIndex += 1;
- getpolicyList({
- materialId: params[2],
- policyId: params[1],
- }).then((res) => {
- this.pop = res.data.pop;
- this.popArr = res.data.pop.split(":");
- this.popArr.splice(0, 1);
- for (let i = 0; i < this.popArr.length; i++) {
- this.$set(this.radioObj, "radio" + (i + 1), "");
- }
- this.step = this.cusIndex + 1;
- this.getConditionList(params[3], this.step);
- });
- } else {
- this.$errorMsg("请选择");
- }
- },
- // 更改每页数量
- handleSizeChange(val) {
- this.pageSize = val;
- this.currentPage = 1;
- const params = this.radio.split("&");
- this.step = this.cusIndex + 1;
- this.getConditionList(params[3], this.step);
- },
- // 更改当前页
- handleCurrentChange(val) {
- this.currentPage = val;
- const params = this.radio.split("&");
- this.step = this.cusIndex + 1;
- this.getConditionList(params[3], this.step);
- },
- getConditionList(policyConditionId, popType) {
- getConditionList({
- pageNum: this.currentPage,
- pageSize: this.pageSize,
- policyConditionId,
- popType,
- }).then((res) => {
- const datas = res.data.records;
- for (let i = 0; i < res.data.records.length; i++) {
- res.data.records[i].qty = 1;
- }
- if (this.popDataArr.length) {
- this.popDataArr.splice(this.cusIndex - 1, 1);
- }
- if (this.cusIndex == 0) {
- this.popDataArr = [];
- }
- // this.popDataArr.push(datas)
- if (this.cusIndex == 1) {
- const params = this.radio.split("&");
- for (let k = 0; k < datas.length; k++) {
- if (params[2]== datas[k].materialId) {
- datas.splice(k, 1);
- }
- }
- this.popDataArr.push(datas);
- } else {
- const params = this.radioObj['radio' + (this.cusIndex-1)].split("&")
- for (let k = 0; k < datas.length; k++) {
- if (params[2] == datas[k].id) {
- datas.splice(k, 1);
- }
- }
- this.popDataArr.push(datas);
- }
- });
- },
- hanlePopData() {
- if (!Object.values(this.radioObj).includes("")) {
- let arrData = [];
- for (let i = 0; i < this.popDataArr.length; i++) {
- arrData = [...arrData, ...this.popDataArr[i]];
- }
- for (let j = 0; j < arrData.length; j++) {
- for (const key in this.radioObj) {
- const params = this.radioObj[key].split("&");
- console.log(params);
- if (arrData[j].id == params[0]) {
- this.goodsList = [...this.goodsList, arrData[j]];
- }
- }
- }
- const params = this.radio.split("&");
- let arr = [];
- console.log(this.dataList, "dataList");
- for (let k = 0; k < this.dataList.length; k++) {
- if (this.dataList[k].id == params[0]) {
- arr = [this.dataList[k]];
- console.log(...arr, "jjjjj");
- }
- }
- this.goodsList = [...arr, ...this.goodsList];
- this.goodsList.forEach((item) => {
- this.$set(item, "status1", "");
- this.$set(item, "status2", "");
- });
- this.cusIndex = 0;
- this.radio = "";
- this.dataList = [];
- this.policyId =this.screenForm.policyId
- this.isShowDialog = false;
- } else {
- this.$errorMsg("请选择");
- }
- },
- handleClose() {
- this.cusIndex = 0;
- this.radio = "";
- this.dataList = [];
- this.screenForm.policyId = "";
- this.screenForm.saleTypeCode = "";
- },
- // 删除产品
- deleteItem(index) {
- this.goodsList.splice(index, 1);
- },
- // 修改返利钱包
- changeWallet(index) {
- if (this.goodsList[index].customerWalletId2) {
- let obj = this.flWalletList.find(
- (o) => o.customerWalletId == this.goodsList[index].customerWalletId2
- );
- this.goodsList[index].rebateRate = obj.rebateRate;
- } else {
- this.goodsList[index].rebateRate = "";
- }
- },
- // 检查库存
- checkStock() {
- if (!this.warehouseValue) {
- return this.$errorMsg("请选择仓库");
- }
- if (!this.goodsList) {
- return this.$errorMsg("请添加货品");
- }
- let ids = [];
- this.goodsList.forEach((item) => {
- ids.push(item.materialId);
- });
- checkStock({
- correspondId: this.warehouseValue,
- materialId: ids.join(","),
- }).then((res) => {
- if (res.data) {
- this.goodsList.forEach((item, index) => {
- item.status1 = res.data[index].allStockNum;
- item.status2 = res.data[index].stockNum;
- console.log(item.status1, item.status2);
- });
- }
- });
- },
- status2Filter(item) {
- if (
- item.status2 === "" ||
- item.status2 === null ||
- item.status2 === undefined
- )
- return "未检查";
- else if (item.status2 >= item.qty) return "可用";
- else return "短缺";
- },
- // 保存
- clickSubmitForm() {
- this.$refs.mainForm.validate((valid) => {
- if (valid) {
- let mainName =
- this.typeList[
- findElem(this.typeList, "dictCode", this.mainForm.type)
- ].dictValue;
- let params = {
- theTime: this.mainForm.date + " 00:00:00",
- mainId: this.mainForm.type,
- mainName,
- remark: this.mainForm.remark,
- type: 2, // 1:普通零售单,2:政策零售单
- retailOrderItemList: this.goodsList,
- policyId:this.policyId,
- };
- if (this.listItem) {
- params.id = this.listItem.id;
- editData(params).then((res) => {
- this.$successMsg("编辑成功");
- this.goBack();
- this.$parent.getList();
- });
- } else {
- addData(params).then((res) => {
- this.$successMsg("添加成功");
- this.goBack();
- this.$parent.getList();
- });
- }
- }
- });
- },
- },
- };
- </script>
- <style scoped lang="scss">
- .fr {
- margin: 10px;
- overflow: hidden;
- }
- .detail-container {
- width: 100%;
- height: 100%;
- }
- .main-title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 20px;
- height: 60px;
- border-bottom: 1px solid #dcdfe6;
- margin-bottom: 20px;
- .title {
- font-size: 16px;
- font-weight: 600;
- padding-left: 10px;
- }
- }
- .tables {
- display: flex;
- margin-top: 10px;
- .table {
- width: 45%;
- }
- .buttons {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- padding: 0 10px;
- button {
- margin: 0;
- margin-top: 10px;
- }
- }
- }
- .ellipsis{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- </style>
|