1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711 |
- <template>
- <!-- 仓储费计算列表 + 弹窗页面 -->
- <div class="app-container">
- <el-form
- :model="queryParams"
- ref="queryForm"
- :inline="true"
- v-show="showSearch"
- label-width="88px"
- >
- <el-form-item label="业务编号" prop="fBillno">
- <el-input
- v-model="queryParams.fBillno"
- placeholder="请输入业务编号"
- clearable
- size="small"
- @keyup.enter.native="handleQuery"
- />
- </el-form-item>
- <el-form-item label="制单人" prop="createBy">
- <el-select
- v-model="queryParams.createBy"
- filterable
- remote
- clearable
- style="width: 80%"
- :remote-method="userRemoteMethod"
- placeholder="请选择制单人"
- >
- <el-option
- v-for="(dict, index) in userOptions"
- :key="index.userName"
- :label="dict.nickName"
- :value="dict.userName"
- ></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="出库日期" prop="timeInterval">
- <el-date-picker
- v-model="queryParams.timeInterval"
- type="daterange"
- value-format="yyyy-MM-dd"
- clearable
- range-separator="至"
- start-placeholder="开始日期"
- end-placeholder="结束日期"
- @keyup.enter.native="handleQuery"
- >
- </el-date-picker>
- </el-form-item>
- <el-form-item label="货权方" prop="fCorpid">
- <el-select
- v-model="queryParams.fCorpid"
- filterable
- remote
- clearable
- style="width: 80%"
- @keyup.enter.native="handleQuery"
- :remote-method="corpsRemoteMethod"
- placeholder="请选择货权方"
- >
- <el-option
- v-for="(dict, index) in fMblnoOptions"
- :key="index.fId"
- :label="dict.fName"
- :value="dict.fId"
- ></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="提单号" prop="fMblno">
- <el-input
- v-model="queryParams.fMblno"
- placeholder="请输入提单号"
- clearable
- size="small"
- @keyup.enter.native="handleQuery"
- />
- </el-form-item>
- <el-form-item label="唛头" prop="fMarks">
- <el-input
- v-model="queryParams.fMarks"
- placeholder="请输入唛头"
- clearable
- size="small"
- style="width: 80%"
- @keyup.enter.native="handleQuery"
- />
- </el-form-item>
- <el-form-item>
- <el-button
- type="cyan"
- icon="el-icon-search"
- size="mini"
- @click="handleQuery"
- >搜索
- </el-button>
- <el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
- >重置
- </el-button>
- </el-form-item>
- </el-form>
- <el-row :gutter="10" class="mb8">
- <el-col :span="1.5">
- <el-button
- type="primary"
- icon="el-icon-plus"
- size="mini"
- @click="handleAdd(false)"
- v-hasPermi="['warehouseBusiness:storageFeeCalculation:add']"
- >新增
- </el-button>
- </el-col>
- <el-col :span="1.5">
- <el-button
- type="success"
- icon="el-icon-edit"
- size="mini"
- :disabled="single"
- @click="handleUpdate"
- v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
- >修改
- </el-button>
- </el-col>
- <el-col :span="1.5">
- <el-button
- type="danger"
- icon="el-icon-delete"
- size="mini"
- :disabled="multiple"
- @click="handleDelete"
- v-hasPermi="['warehouseBusiness:storageFeeCalculation:remove']"
- >删除
- </el-button>
- </el-col>
- <el-col :span="1.5">
- <el-button
- type="warning"
- icon="el-icon-download"
- size="mini"
- @click="handleExport"
- v-hasPermi="['warehouseBusiness:storageFeeCalculation:export']"
- >导出
- </el-button>
- </el-col>
- <el-col :span="1.5">
- <el-button
- type="warning"
- icon="el-icon-download"
- size="mini"
- @click="handleExport"
- :disabled="multiple"
- v-hasPermi="['warehouseBusiness:storageFeeCalculation:export']"
- >导入
- </el-button>
- </el-col>
- <right-toolbar
- :showSearch.sync="showSearch"
- @queryTable="getList"
- ></right-toolbar>
- </el-row>
- <el-table
- v-loading="loading"
- :data="warehousebillsList"
- @selection-change="handleSelectionChange"
- >
- <el-table-column type="selection" width="55" align="center"/>
- <el-table-column type="index" label="行号" align="center"/>
- <el-table-column
- :show-overflow-tooltip="true"
- label="单据编号"
- align="center"
- prop="fBillno"
- />
- <el-table-column label="客户名称" align="center" prop="fCorpid" show-overflow-tooltip/>
- <el-table-column
- label="计费日期"
- align="center"
- prop="fBillingDeadline"
- width="180"
- >
- <template slot-scope="scope">
- <span>{{ parseTime(scope.row.fBillingDeadline, "{y}-{m}-{d}") }}</span>
- </template>
- </el-table-column>
- <el-table-column
- label="备注"
- align="center"
- prop="remark"
- />
- <el-table-column
- label="单据状态"
- align="center"
- prop="fBillstatus"
- >
- <template slot-scope="scope">
- <span v-if="scope.row.fBillstatus === 1">新建</span>
- <span v-if="scope.row.fBillstatus === 2">暂存</span>
- <span v-if="scope.row.fBillstatus === 3">审核驳回</span>
- <span v-if="scope.row.fBillstatus === 4">提交审核</span>
- <span v-if="scope.row.fBillstatus === 5">审核中</span>
- <span v-if="scope.row.fBillstatus === 6">审核通过</span>
- </template>
- </el-table-column>
- <el-table-column
- label="制单人"
- align="center"
- prop="createBy"
- />
- <el-table-column
- label="制单日期"
- align="center"
- prop="createTime"
- width="160"
- >
- <template slot-scope="scope">
- {{scope.row.createTime.slice(0, 10)}}
- </template>
- </el-table-column>
- <el-table-column
- label="操作"
- align="center"
- class-name="small-padding fixed-width"
- width="180"
- >
- <template slot-scope="scope">
- <el-button
- size="mini"
- type="text"
- icon="el-icon-edit"
- @click="handleUpdate_s(scope.row, true)"
- v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
- >查看
- </el-button>
- <el-button
- size="mini"
- type="text"
- icon="el-icon-view"
- @click="handleUpdate(scope.row, true)"
- v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
- v-if="scope.row.fBillstatus == 4 || scope.row.fBillstatus == 5"
- >审批进度</el-button
- >
- <el-button
- size="mini"
- type="text"
- icon="el-icon-edit"
- v-if="scope.row.fBillstatus <= 3"
- @click="handleUpdate(scope.row, false)"
- v-hasPermi="['warehouseBusiness:storageFeeCalculation:edit']"
- >修改
- </el-button>
- <el-button
- size="mini"
- type="text"
- icon="el-icon-delete"
- v-if="scope.row.fBillstatus <= 3"
- @click="handleDelete(scope.row)"
- v-hasPermi="['warehouseBusiness:storageFeeCalculation:remove']"
- >删除
- </el-button>
- </template>
- </el-table-column>
- </el-table>
- <pagination
- v-show="total > 0"
- :total="total"
- :page.sync="queryParams.pageNum"
- :limit.sync="queryParams.pageSize"
- @pagination="getList"
- />
- <!-- 新增或修改仓储费计算对话框 -->
- <el-dialog
- :visible.sync="open"
- :close-on-click-modal="false"
- width="80%"
- append-to-body
- :show-close="Xbutton"
- >
- <el-form ref="form" :model="form" :rules="rules" label-width="120px">
- <el-row>
- <el-col :span="5">
- <el-form-item label="客户名称" prop="fCorpid">
- <el-select
- v-model="form.fCorpid"
- filterable
- remote
- :disabled="browseStatus"
- style="width: 80%"
- :remote-method="corpsRemoteMethod"
- placeholder="请输入模糊查找"
- >
- <el-option
- v-for="(dict, index) in fMblnoOptions"
- :key="index.fId"
- :label="dict.fName"
- :value="dict.fId"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="5">
- <el-form-item label="货品名称" prop="fGoodsid">
- <el-select
- v-model="form.fGoodsid"
- filterable
- :disabled="browseStatus"
- remote
- :remote-method="goodsRemoteMethod"
- placeholder="请选择品名"
- >
- <el-option
- v-for="(dict, index) in goodsOptions"
- :key="index.fId"
- :label="dict.fName"
- :value="dict.fId"
- ></el-option>
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="5">
- <el-form-item label="提单号" prop="fMblno">
- <el-input
- v-model="form.fMblno"
- style="width: 80%"
- :disabled="browseStatus"
- placeholder="手工输入"
- />
- </el-form-item>
- </el-col>
- <el-col :span="5">
- <el-form-item disabled label="仓储费截止日期" prop="fBillingDeadline">
- <el-date-picker
- v-model="form.fBillingDeadline"
- size="large"
- type="date"
- :disabled="browseStatus"
- value-format="timestamp"
- placeholder="仓储费计算截止日期"
- >
- </el-date-picker>
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="5">
- <el-form-item label="业务编号" prop="fBillno">
- <el-input
- disabled
- v-model="form.fBillno"
- style="width: 80%"
- placeholder="业务编号"
- />
- </el-form-item>
- </el-col>
- <el-col :span="5">
- <el-form-item label="制单人" prop="createBy">
- <el-input
- disabled
- v-model="form.createBy"
- style="width: 80%"
- placeholder="制单人"
- />
- </el-form-item>
- </el-col>
- <el-col :span="5">
- <el-form-item disabled label="制单日期" prop="fbilldate">
- <el-date-picker
- v-model="form.createTime"
- size="large"
- type="date"
- disabled
- style="width:200px"
- value-format="timestamp"
- placeholder="制单日期"
- >
- </el-date-picker>
- </el-form-item>
- </el-col>
- <el-col :span="5">
- <el-form-item disabled label="备注" prop="remark">
- <el-input
- :disabled="browseStatus"
- v-model="form.remark"
- placeholder="制单人"
- />
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- <div style="font-size:18px">
- 计费物资明细
- <el-button :disabled="browseStatus" @click="calculateCost">计算仓储费</el-button>
- <el-button type="primary" :disabled="browseStatus" @click="submitForm(2)">保 存</el-button>
- <el-button
- type="warning"
- icon="el-icon-download"
- @click="handleExportItems"
- >导出
- </el-button>
- </div>
- <div class="dialogTableTitle flex a-center jlr"
- style="display:flex;justify-content:space-between;align-items:center;margin: 10px 0;">
- <el-table
- :data="dataList"
- ref="tableList"
- tooltip-effect="dark"
- border
- stripe
- :summary-method="getSummaries"
- show-summary
- >
- <el-table-column label="序号" type="index" width="80">
- </el-table-column>
- <el-table-column
- prop="fBilltype"
- header-align="center"
- align="center"
- width="140px"
- label="业务来源"
- >
- <template slot-scope="scope">
- <span v-if="scope.row.fBilltype === 'SJRK'">入库</span>
- <span v-if="scope.row.fBilltype === 'SJCK'">出库</span>
- <span v-if="scope.row.fBilltype === 'KCZZ'">库存总账</span>
- </template>
- </el-table-column>
- <el-table-column
- prop="srcBillNo"
- header-align="center"
- align="center"
- width="140px"
- label="业务单号"
- >
- </el-table-column>
- <el-table-column
- prop="fProductName"
- header-align="center"
- align="center"
- width="140px"
- label="货物名称"
- >
- </el-table-column>
- <el-table-column
- prop="fMarks"
- header-align="center"
- align="center"
- width="140px"
- label="唛头"
- />
- <el-table-column
- prop="fBsdate"
- header-align="center"
- align="center"
- width="140px"
- label="业务日期"
- >
- <template slot-scope="scope">
- <el-date-picker
- v-model="scope.row.fBsdate"
- size="large"
- type="date"
- disabled
- value-format="timestamp"
- placeholder="业务日期"
- >
- </el-date-picker>
- </template>
- </el-table-column>
- <el-table-column
- prop="fBillingway"
- header-align="center"
- align="center"
- width="180px"
- label="计费单位"
- >
- <template slot-scope="scope">
- <el-select
- v-model="scope.row.fBillingway"
- placeholder="请选择计费单位"
- disabled
- clearable
- >
- <el-option
- v-for="dict in fFeetunitOptions"
- :key="dict.dictValue"
- :label="dict.dictLabel"
- :value="dict.dictValue"
- />
- </el-select>
- </template>
- </el-table-column>
- <el-table-column
- prop="fBillingQty"
- header-align="center"
- align="center"
- width="140px"
- label="计费数量"
- >
- </el-table-column>
- <el-table-column
- prop="fChargedate"
- header-align="center"
- align="center"
- width="140px"
- label="计费起始日期"
- >
- <template slot-scope="scope">
- <el-date-picker
- v-model="scope.row.fChargedate"
- size="large"
- type="date"
- disabled
- value-format="timestamp"
- placeholder="计费起始日期"
- >
- </el-date-picker>
- </template>
- </el-table-column>
- <el-table-column
- prop="fBillingDeadline"
- header-align="center"
- align="center"
- width="140px"
- label="计费截止日期"
- >
- <template slot-scope="scope">
- <el-date-picker
- v-model="scope.row.fBillingDeadline"
- size="large"
- type="date"
- disabled
- value-format="timestamp"
- placeholder="计费截止日期"
- >
- </el-date-picker>
- </template>
- </el-table-column>
- <el-table-column
- prop="fBillingDays"
- header-align="center"
- align="center"
- width="140px"
- label="计费天数"
- >
- </el-table-column>
- <el-table-column
- prop="fInventoryDays"
- header-align="center"
- align="center"
- width="140px"
- label="库存天数"
- >
- </el-table-column>
- <el-table-column
- prop="fAmt"
- header-align="center"
- align="center"
- width="140px"
- label="计费金额"
- >
- </el-table-column>
- <el-table-column
- prop="remark"
- header-align="center"
- width="150px"
- align="center"
- label="备注"
- >
- <template slot-scope="scope">
- <el-input
- v-model="scope.row.remark"
- placeholder="备注"
- :disabled="browseStatus"
- show-word-limit
- />
- </template>
- </el-table-column>
- </el-table>
- </div>
- <!-- <div>-->
- <!-- <el-button :disabled="browseStatus" @click.prevent="addCollection()"-->
- <!-- >新行-->
- <!-- </el-button>-->
- <!-- <el-button type="primary" :disabled="browseStatus" @click="submitForm(2)">保 存</el-button>-->
- <!-- </div>-->
- <!-- <div style="font-size:18px">应收款明细</div>-->
- <!-- <div class="dialogTableTitle flex a-center jlr"-->
- <!-- style="display:flex;justify-content:space-between;align-items:center;margin: 10px 0;">-->
- <!-- <el-table-->
- <!-- :data="warehouseDrList"-->
- <!-- ref="table"-->
- <!-- tooltip-effect="dark"-->
- <!-- border-->
- <!-- stripe-->
- <!-- show-summary-->
- <!-- :summary-method="warehouseDrSummaries"-->
- <!-- >-->
- <!-- <el-table-column label="序号" type="index" width="80">-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fCorpid"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="180px"-->
- <!-- label="客户名称"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-select-->
- <!-- v-model="scope.row.fCorpid"-->
- <!-- filterable-->
- <!-- remote-->
- <!-- :disabled="browseStatus"-->
- <!-- :remote-method="corpsRemoteMethod"-->
- <!-- placeholder="客户名称"-->
- <!-- >-->
- <!-- <el-option-->
- <!-- v-for="(dict, index) in fMblnoOptions"-->
- <!-- :key="index.fId"-->
- <!-- :label="dict.fName"-->
- <!-- :value="dict.fId"-->
- <!-- ></el-option>-->
- <!-- </el-select>-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fFeeid"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="180px"-->
- <!-- label="费用名称"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-select-->
- <!-- v-model="scope.row.fFeeid"-->
- <!-- filterable-->
- <!-- remote-->
- <!-- :disabled="browseStatus"-->
- <!-- :remote-method="fWRemoteMethod"-->
- <!-- placeholder="费用名称"-->
- <!-- >-->
- <!-- <el-option-->
- <!-- v-for="dict in fWbuOptions"-->
- <!-- :key="dict.fId"-->
- <!-- :label="dict.fName"-->
- <!-- :value="dict.fId"-->
- <!-- ></el-option>-->
- <!-- </el-select>-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fFeeunitid"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="180px"-->
- <!-- label="计价单位"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-select-->
- <!-- v-model="scope.row.fFeeunitid"-->
- <!-- placeholder="请选择计价单位"-->
- <!-- :disabled="browseStatus"-->
- <!-- clearable-->
- <!-- >-->
- <!-- <el-option-->
- <!-- v-for="dict in fFeetunitOptions"-->
- <!-- :key="dict.dictValue"-->
- <!-- :label="dict.dictLabel"-->
- <!-- :value="dict.dictValue"-->
- <!-- />-->
- <!-- </el-select>-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fQty"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="150px"-->
- <!-- label="数量"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-input-->
- <!-- oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\d\d\d).*$/, "$1$2.$3")'-->
- <!-- v-model="scope.row.fQty"-->
- <!-- @change="changeEstmateAmt(scope.row)"-->
- <!-- :disabled="browseStatus"-->
- <!-- placeholder="数量"-->
- <!-- show-word-limit-->
- <!-- />-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fUnitprice"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="150px"-->
- <!-- label="单价"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-input-->
- <!-- oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\d).*$/, "$1$2.$3")'-->
- <!-- v-model="scope.row.fUnitprice"-->
- <!-- @change="changeEstmateAmt(scope.row)"-->
- <!-- :disabled="browseStatus"-->
- <!-- placeholder="单价"-->
- <!-- show-word-limit-->
- <!-- />-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fAmount"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="150px"-->
- <!-- label="金额"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-input-->
- <!-- disabled-->
- <!-- oninput='this.value=this.value.replace(/[^\-?\d.]/g,"").replace(/^(\-)*(\d+)\.(\d\d).*$/, "$1$2.$3")'-->
- <!-- v-model="scope.row.fAmount"-->
- <!-- placeholder="金额"-->
- <!-- show-word-limit-->
- <!-- />-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fCurrency"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="150px"-->
- <!-- label="币别"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-input-->
- <!-- v-model="scope.row.fCurrency"-->
- <!-- :disabled="browseStatus"-->
- <!-- placeholder="币别"-->
- <!-- show-word-limit-->
- <!-- />-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fExrate"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="150px"-->
- <!-- label="汇率"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-input-->
- <!-- v-model="scope.row.fExrate"-->
- <!-- :disabled="browseStatus"-->
- <!-- placeholder="汇率"-->
- <!-- show-word-limit-->
- <!-- />-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fTaxrate"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="150px"-->
- <!-- label="税率"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-input-->
- <!-- v-model="scope.row.fTaxrate"-->
- <!-- :disabled="browseStatus"-->
- <!-- placeholder="税率"-->
- <!-- show-word-limit-->
- <!-- />-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fMblno"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="130px"-->
- <!-- label="提单号"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-input-->
- <!-- v-model="scope.row.fMblno"-->
- <!-- :disabled="browseStatus"-->
- <!-- placeholder="提单号"-->
- <!-- show-word-limit-->
- <!-- />-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fProductName"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="140px"-->
- <!-- label="品名"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-input-->
- <!-- v-model="scope.row.fProductName"-->
- <!-- :disabled="browseStatus"-->
- <!-- placeholder="品名"-->
- <!-- show-word-limit-->
- <!-- />-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="fMarks"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="130px"-->
- <!-- label="品牌"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-input-->
- <!-- v-model="scope.row.fMarks"-->
- <!-- :disabled="browseStatus"-->
- <!-- placeholder="品牌"-->
- <!-- show-word-limit-->
- <!-- />-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- prop="remark"-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="150px"-->
- <!-- label="备注"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-input-->
- <!-- v-model="scope.row.remark"-->
- <!-- :disabled="browseStatus"-->
- <!-- placeholder="备注"-->
- <!-- show-word-limit-->
- <!-- />-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- <el-table-column-->
- <!-- header-align="center"-->
- <!-- align="center"-->
- <!-- width="200px"-->
- <!-- label="操作"-->
- <!-- >-->
- <!-- <template slot-scope="scope">-->
- <!-- <el-button-->
- <!-- @click.native.prevent="deleteRow(scope.$index, warehouseDrList)"-->
- <!-- size="small"-->
- <!-- >移除-->
- <!-- </el-button-->
- <!-- >-->
- <!-- </template>-->
- <!-- </el-table-column>-->
- <!-- </el-table>-->
- <!-- </div>-->
- <div slot="footer" class="dialog-footer">
- <el-button type="success" v-if="form.fBillstatus === 6" @click="backrRconciliation">撤销请核</el-button>
- <el-button v-if="approve === true" @click="goApproval">审批</el-button>
- <el-button type="primary" v-if="notChange" @click="addOrUpdateHandle">查看审批流</el-button>
- <el-button v-if="cancelButton === true" @click="cancel">取 消</el-button>
- <el-button v-if="cancelButton === false" @click="homePage">取 消</el-button>
- <el-button type="danger" :disabled="disappear" v-if="form.fBillstatus === '4' && Operator === Lander" @click="backApproval">撤销审批</el-button>
- <el-button type="primary" :disabled="browseStatus" @click="submitForm(2)">保 存</el-button>
- <el-button
- :disabled="browseStatus"
- style="background-color: #008000; color: #fff"
- @click="submitForm(4)"
- >请 核</el-button>
- </div>
- </el-dialog>
- <add-or-update v-if="addOrUpdateVisible" ref="addOrUpdate" @refreshDataList="getDataList"></add-or-update>
- <approval-comments v-if="addOrUpdateVisib" ref="ApprovalComments" @refreshDataList="returnData"></approval-comments>
- </div>
- </template>
- <script>
- import {
- backFee,
- calculateStorageFees,
- getStorageFeeCalculation,
- delStorageFeeCalculation,
- addStorageFeeCalculation,
- listStorageFeeCalculation,
- updateStorageFeeCalculation,
- exportStorageFeeCalculation,
- exportWarehousebillsitems,
- } from "@/api/warehouseBusiness/storageFeeCalculation";
- import { listUser, queryUserVal } from "@/api/system/user";
- import { listGoods } from "@/api/basicdata/goods";
- import { listFees } from "@/api/basicdata/fees";
- import { listCorps } from "@/api/basicdata/corps";
- import moment from 'moment'
- import AddOrUpdate from '@/views/viewApproval'
- import ApprovalComments from '@/views/startApproval'
- import Global from '@/layout/components/global'
- import { getCharge } from '@/api/finance/charge'
- import { RevocationApproval } from '@/api/finance/contrast'
- export default {
- name: "StorageFeeCalculation",
- components: {
- AddOrUpdate,
- ApprovalComments
- },
- data() {
- return {
- Lander:'',
- Operator:'',
- actId: 150,
- disappear:false,
- cancelButton:true,
- Xbutton:true,
- approve:false,
- addOrUpdateVisib: false,
- addOrUpdateVisible:false,
- notChange:false,
- // 遮罩层
- loading: true,
- // 选中数组
- ids: [],
- userVal: {
- userName: null,
- nickName: null,
- deptId: null,
- },
- queryForm: {},
- // 库存总账表
- whgenlegList: [],
- dataList: [],
- warehouseDrList: [],
- browseStatus: false,
- // 非单个禁用
- single: true,
- // 非多个禁用
- multiple: true,
- // 显示搜索条件
- showSearch: true,
- // 总条数
- total: 0,
- // 仓库主(出入库)表格数据
- warehousebillsList: [],
- // 弹出层标题
- title: "",
- // 是否显示弹出层
- open: false,
- // 货品名
- goodsOptions: [],
- // 货权方(客户数据)
- fMblnoOptions: [],
- // 操作员
- userOptions: [],
- // 制单部门
- deptOptions: [],
- // 计费单位(数据字典),下拉选择毛重或净重字典
- fFeetunitOptions: [/*{
- dictLabel: '件数',
- dictValue: 1
- }, {
- dictLabel: '毛重',
- dictValue: 2
- }, {
- dictLabel: '净重',
- dictValue: 3
- }, {
- dictLabel: '尺码',
- dictValue: 4
- }, {
- dictLabel: '固定',
- dictValue: 5
- }*/],
- fTaxrate: 0,
- // 费用名称
- fWbuOptions: [],
- // 查询参数
- queryParams: {
- pageNum: 1,
- pageSize: 10,
- fBillno: null,
- createBy: null,
- createTime: null,
- fCustomsdeclartion: null,
- fOriginalbillno: null,
- fDeptid: null,
- fBsdeptid: null,
- fContacts: null,
- fTel: null,
- fCorpid: null,
- fTocorpid: null,
- fStltypeid: null,
- fBscorpno: null,
- fWarehouseid: null,
- fStorekeeper: null,
- fBsdate: null,
- fPlanqty: null,
- fPlangrossweight: null,
- fPlannetweight: null,
- fPlanvolumn: null,
- fQty: null,
- fGrossweight: null,
- fNetweight: null,
- fVolumn: null,
- fTrademodeid: null,
- fSbu: null,
- fFeetunit: null,
- fMblno: null,
- fVslvoy: null,
- fEta: null,
- fCustomno: null,
- fIfweigh: null,
- fIfpledge: null,
- fIfdamage: null,
- fBankcorpid: null,
- fBilltype: null,
- fBillstatus: null,
- fCreateby: null,
- fCreatetime: null,
- fGoodsid: null,
- fCntrtype: null,
- fCntqty: null,
- },
- // 表单参数
- form: {},
- // 表单校验
- rules: {
- fCorpid: [{required: true, message: " ", trigger: "blur",}],
- fBillingDeadline: [{required: true, message: " ", trigger: "blur",}]
- }
- };
- },
- created() {
- this.getList();
- this.getDicts("tax_rate").then((response) => {
- this.fTaxrate = response.data[0].dictValue
- });
- this.getDicts('data_unitfees').then((response) => {
- this.fFeetunitOptions = response.data
- })
- this.register()
- },
- activated(){
- this.Jump()
- },
- methods: {
- // 撤销审核
- backrRconciliation(){
- // this.form.fBillstatus = '1'
- backFee(this.form.fId).then(response=>{
- this.msgSuccess("撤回成功")
- this.getList()
- this.open = false
- this.getList()
- })
- },
- // 默认录入人
- register() {
- queryUserVal().then((response)=>{
- this.Lander = response.user.userName
- })
- },
- // 撤销审批
- backApproval(){
- let data = {
- id:this.form.fId,
- actId:150,
- billId:this.form.fId
- }
- RevocationApproval(data).then(response => {
- this.msgSuccess("撤销审批成功")
- this.disappear = true
- this.open = false
- this.getList()
- })
- },
- homepaGe(){
- let view = {
- fullPath: "/business/agreement",
- hash: "",
- matched: Array(2),
- meta: Object,
- name: "Agreement",
- params: Object,
- path: "/business/agreement",
- query: Object,
- title: "仓储费"
- }
- this.$router.push({ path: '/index'})
- this.$store.dispatch('tagsView/delView', view).then(({ visitedViews }) => {
- if (this.isActive(view)) {
- this.toLastView(visitedViews, view)
- }
- })
- Global.$emit("removeCache", "closeSelectedTag", view);
- },
- Jump(){
- this.approval = this.$route.query.data
- if (this.approval){
- this.reset()
- this.browseStatus = status;
- this.Xbutton = false
- this.approval = JSON.parse(this.approval)
- // this.hide = false
- this.notChange = true
- this.approve = true
- this.cancelButton = false
- getStorageFeeCalculation(this.approval.billId).then(response => {
- this.fMblnoOptions = []
- if (response.data.corps) {
- this.fMblnoOptions.push(response.data.corps)
- }
- if (response.data.warehouse) {
- this.form = response.data.warehouse
- this.$set(this.form, 'createTime', Date.parse(this.form.createTime))
- this.$set(this.form, 'fBillingDeadline', Date.parse(this.form.fBillingDeadline))
- }
- if (response.data.warehouseItemsList) {
- this.dataList = response.data.warehouseItemsList
- for (let li in this.dataList) {
- this.$set(this.dataList[li], 'fBillingway',this.dataList[li].fBillingway + '')
- this.$set(this.dataList[li], 'fBsdate', Date.parse(this.dataList[li].fBsdate))
- this.$set(this.dataList[li], 'fChargedate', Date.parse(this.dataList[li].fChargedate))
- this.$set(this.dataList[li], 'fBillingDeadline', Date.parse(this.dataList[li].fBillingDeadline))
- this.$set(this.dataList[li], 'fStorageFeeDeadline', Date.parse(this.dataList[li].fStorageFeeDeadline))
- }
- }
- if (response.data.warehouseFeesList) {
- this.warehouseDrList = response.data.warehouseFeesList
- for (let dr in this.warehouseDrList) {
- this.$set(this.warehouseDrList[dr], "fFeeunitid", this.warehouseDrList[dr].fFeeunitid + '');
- }
- }
- if (response.data.feesList) {
- this.fWbuOptions = response.data.feesList
- }
- this.userOptions = response.data.sysUser;
- this.open = true;
- this.title = "编辑仓储费计算";
- });
- }
- },
- // 审批按钮
- goApproval(){
- this.addOrUpdateVisib = true
- this.$nextTick(() => {
- this.$refs.ApprovalComments.init(this.form.fId,this.actId)
- })
- },
- homePage(){
- this.open = false
- let view = {
- fullPath: "/business/agreement",
- hash: "",
- matched: Array(2),
- meta: Object,
- name: "Agreement",
- params: Object,
- path: "/business/agreement",
- query: Object,
- title: "仓储费"
- }
- this.$router.push({ path: '/index'})
- this.$store.dispatch('tagsView/delView', view).then(({ visitedViews }) => {
- if (this.isActive(view)) {
- this.toLastView(visitedViews, view)
- }
- })
- Global.$emit("removeCache", "closeSelectedTag", view);
- },
- // 查看审批流
- addOrUpdateHandle(){
- this.addOrUpdateVisible = true
- this.addOrUpdateVisib = false
- let id = '448'
- let actId = '110'
- this.$nextTick(() => {
- this.$refs.addOrUpdate.init(this.form.fId,this.actId)
- })
- },
- returnData(){
- this.addOrUpdateVisib = false
- this.open = false
- this.homepaGe()
- },
- getDataList(){
- this.addOrUpdateVisible = false
- },
- queryUser() {
- queryUserVal().then((response) => {
- if (response.user !== null) {
- this.userVal = response.user;
- this.$set(this.form, "fDeptid", this.userVal.deptId);
- this.$set(this.form, "createBy", this.userVal.userName);
- this.$set(this.form, "fIfdamage", "1");
- this.$set(this.form, "fIfweigh", "1");
- this.$set(this.form, "fTrademodeid", "1");
- this.$set(this.form, "createTime", Date.parse(new Date()));
- }
- if (response.dept !== null) {
- this.deptOptions = [];
- this.deptOptions.push(response.dept);
- }
- });
- },
- /** 查询仓库主(出入库)列表 */
- getList() {
- this.loading = true;
- listStorageFeeCalculation(this.queryParams).then((response) => {
- this.warehousebillsList = response.rows;
- this.$set(this.form, 'createTime', moment(Date.parse(this.warehousebillsList.createTime)).format("YYYY-MM-DD HH:mm:ss"))
- this.total = response.total;
- this.loading = false;
- });
- },
- // 取消按钮
- cancel() {
- this.open = false;
- this.reset();
- this.getList();
- },
- // 计算仓储费
- calculateCost() {
- if (!this.form.fCorpid || !this.form.fBillingDeadline) {
- this.$message({message: '请维护货权方以及,仓储费计算截止日期', type: 'warning'})
- return false
- }
- if (this.dataList.length !== 0) {
- this.$confirm(`仓储费已经存在,确定要删除重新计算吗?`, '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消',
- type: 'warning'
- }).then(() => {
- this.dataList = []
- this.getStorageFee()
- }).catch(() => {
- return false
- })
- } else {
- this.dataList = []
- this.getStorageFee()
- }
- },
- // 添加费用新行
- // 收款信息
- addCollection() {
- this.warehouseDrList.push({
- fCorpid: null,
- fFeeid: null,
- fFeeunitid: "2",
- fQty: 0,
- fUnitprice: 0,
- fAmount: 0,
- fCurrency: "RMB",
- fExrate: "1",
- fTaxrate: this.fTaxrate,
- fCxrate: "1",
- fRate: null,
- remark: null,
- });
- },
- getStorageFee () {
- calculateStorageFees(this.form).then((response) => {
- this.dataList = []
- this.warehouseDrList = []
- this.form.fId = response.data.warehouseBills.fId
- this.form.fBillno = response.data.warehouseBills.fBillno
- if (response.data.warehouseFeesList) {
- this.warehouseDrList = response.data.warehouseFeesList
- }
- if (response.data.warehouseItemList) {
- this.dataList = response.data.warehouseItemList
- for (let li in this.dataList) {
- this.$set(this.dataList[li], 'fBsdate', Date.parse(this.dataList[li].fBsdate))
- this.$set(this.dataList[li], 'fChargedate', Date.parse(this.dataList[li].fChargedate))
- this.$set(this.dataList[li], 'fBillingDeadline', Date.parse(this.dataList[li].fBillingDeadline))
- this.$set(this.dataList[li], 'fOriginalbilldate', Date.parse(this.dataList[li].fOriginalbilldate))
- this.$set(this.dataList[li], 'fBillingway', this.dataList[li].fBillingway + '')
- }
- }
- if (response.data.feesList) {
- this.fWbuOptions = response.data.feesList
- }
- });
- },
- /* 远程模糊查询商品 */
- goodsRemoteMethod(name) {
- if (name == null || name === "") {
- return false;
- }
- let queryParams = { pageNum: 1, pageSize: 10, fName: name };
- listGoods(queryParams).then((response) => {
- this.goodsOptions = response.rows;
- });
- },
- // 表单重置
- reset() {
- this.form = {
- fId: null,
- fBillno: null,
- fCustomsdeclartion: null,
- fOriginalbillno: null,
- fDeptid: null,
- fBsdeptid: null,
- fContacts: null,
- fTel: null,
- fCorpid: null,
- fTocorpid: null,
- fStltypeid: null,
- fBscorpno: null,
- fWarehouseid: null,
- fStorekeeper: null,
- fBsdate: null,
- fPlanqty: null,
- fPlangrossweight: null,
- fPlannetweight: null,
- fPlanvolumn: null,
- fQty: null,
- fGrossweight: null,
- fNetweight: null,
- fVolumn: null,
- fTrademodeid: null,
- fSbu: null,
- fFeetunit: null,
- fMblno: null,
- fVslvoy: null,
- fEta: null,
- fCustomno: null,
- fIfweigh: null,
- fIfpledge: null,
- fIfdamage: null,
- fBankcorpid: null,
- fBilltype: null,
- fBillstatus: null,
- delFlag: null,
- createBy: null,
- createTime: null,
- updateBy: null,
- updateTime: null,
- remark: null,
- fCreateby: null,
- fCreatetime: null,
- fGoodsid: null,
- fCntrtype: null,
- fCntqty: null,
- };
- this.deptOptions = [];
- this.userOptions = [];
- this.fWbuOptions = [];
- this.fMblnoOptions = [];
- this.disappear = false
- this.addOrUpdateVisib = false
- this.addOrUpdateVisible = false
- this.notChange = false
- this.loading = false
- this.browseStatus = false
- this.resetForm("form");
- },
- /** 搜索按钮操作 */
- handleQuery() {
- this.queryParams.pageNum = 1;
- this.getList();
- },
- /** 重置按钮操作 */
- resetQuery() {
- this.resetForm("queryForm");
- this.handleQuery();
- },
- // 多选框选中数据
- handleSelectionChange(selection) {
- this.ids = selection;
- // this.ids = selection.map((item) => item.fId);
- this.single = selection.length !== 1;
- this.multiple = !selection.length;
- },
- /** 新增按钮操作 */
- handleAdd(status) {
- this.reset();
- this.browseStatus = status;
- this.queryUser();
- this.open = true;
- this.dataList = [];
- this.warehouseCrList = [];
- this.warehouseDrList = [];
- this.relevantAttachments = [];
- this.title = "出库单";
- },
- handleUpdate_s(row, status) {
- this.reset();
- this.notChange = true
- this.browseStatus = status;
- let data = row || this.ids;
- getStorageFeeCalculation(data.fId).then((response) => {
- this.fMblnoOptions = []
- if (response.data.corps) {
- this.fMblnoOptions.push(response.data.corps)
- }
- if (response.data.warehouse) {
- this.form = response.data.warehouse
- this.Operator = this.form.createBy
- this.$set(this.form, 'createTime', Date.parse(this.form.createTime))
- this.$set(this.form, 'fBillingDeadline', Date.parse(this.form.fBillingDeadline))
- }
- if (response.data.warehouseItemsList) {
- this.dataList = response.data.warehouseItemsList
- for (let li in this.dataList) {
- this.$set(this.dataList[li], 'fBillingway',this.dataList[li].fBillingway + '')
- this.$set(this.dataList[li], 'fBsdate', Date.parse(this.dataList[li].fBsdate))
- this.$set(this.dataList[li], 'fChargedate', Date.parse(this.dataList[li].fChargedate))
- this.$set(this.dataList[li], 'fBillingDeadline', Date.parse(this.dataList[li].fBillingDeadline))
- this.$set(this.dataList[li], 'fStorageFeeDeadline', Date.parse(this.dataList[li].fStorageFeeDeadline))
- }
- }
- if (response.data.warehouseFeesList) {
- this.warehouseDrList = response.data.warehouseFeesList
- for (let dr in this.warehouseDrList) {
- this.$set(this.warehouseDrList[dr], "fFeeunitid", this.warehouseDrList[dr].fFeeunitid + '');
- }
- }
- if (response.data.feesList) {
- this.fWbuOptions = response.data.feesList
- }
- this.userOptions = response.data.sysUser;
- this.open = true;
- this.title = "编辑仓储费计算";
- });
- },
- /** 修改按钮操作 */
- handleUpdate(row, status) {
- this.reset();
- this.disappear = false
- this.notChange = true
- this.browseStatus = status;
- let data = row || this.ids;
- getStorageFeeCalculation(data.fId).then((response) => {
- this.fMblnoOptions = []
- if (response.data.corps) {
- this.fMblnoOptions.push(response.data.corps)
- }
- if (response.data.warehouse) {
- this.form = response.data.warehouse
- this.Operator = this.form.createBy
- this.$set(this.form, 'createTime', Date.parse(this.form.createTime))
- this.$set(this.form, 'fBillingDeadline', Date.parse(this.form.fBillingDeadline))
- }
- if (response.data.warehouseItemsList) {
- this.dataList = response.data.warehouseItemsList
- for (let li in this.dataList) {
- this.$set(this.dataList[li], 'fBillingway',this.dataList[li].fBillingway + '')
- this.$set(this.dataList[li], 'fBsdate', Date.parse(this.dataList[li].fBsdate))
- this.$set(this.dataList[li], 'fChargedate', Date.parse(this.dataList[li].fChargedate))
- this.$set(this.dataList[li], 'fBillingDeadline', Date.parse(this.dataList[li].fBillingDeadline))
- this.$set(this.dataList[li], 'fStorageFeeDeadline', Date.parse(this.dataList[li].fStorageFeeDeadline))
- }
- }
- if (response.data.warehouseFeesList) {
- this.warehouseDrList = response.data.warehouseFeesList
- for (let dr in this.warehouseDrList) {
- this.$set(this.warehouseDrList[dr], "fFeeunitid", this.warehouseDrList[dr].fFeeunitid + '');
- }
- }
- if (response.data.feesList) {
- this.fWbuOptions = response.data.feesList
- }
- this.userOptions = response.data.sysUser;
- this.open = true;
- this.title = "编辑仓储费计算";
- });
- },
- changeEstmateAmt(row) {
- let fQty = 0
- let fUnitprice = 0
- if (row.fUnitprice && row.fUnitprice !== "") {
- fUnitprice = row.fUnitprice
- }
- if (row.fQty && row.fQty !== "") {
- fQty = row.fQty
- }
- this.$set(row, "fAmount", Number(fUnitprice) * Number(fQty)).toFixed(2);
- },
- changefBsdate(row) {
- if (this.dataList.length > 0) {
- for (var i = 0; i < this.dataList.length; i++) {
- this.$set(this.dataList[i], "fBsdate", row);
- }
- }
- },
- // 合计
- getSummaries(param) {
- const {columns, data} = param;
- const sums = [];
- var values = [];
- columns.forEach((column, index) => {
- if (index === 0) {
- sums[index] = "合计";
- return;
- }
- if (column.property === "fBillingQty") {
- values = data.map((item) => Number(item["fBillingQty"]));
- }
- if (column.property === "fAmt") {
- values = data.map((item) => Number(item["fAmt"]));
- }
- // const values = data.map(item => Number(item[column.property]))
- if (column.property === "fBillingQty" || column.property === "fAmt") {
- sums[index] = values.reduce((prev, curr) => {
- const value = Number(curr);
- if (!isNaN(value)) {
- return prev + curr;
- } else {
- return prev;
- }
- }, 0);
- sums[index] = sums[index].toFixed(2)
- } else {
- sums[index] = '-'
- }
- });
- return sums;
- },
- // 付款合计
- warehouseDrSummaries(param) {
- const {columns, data} = param;
- const sums = [];
- columns.forEach((column, index) => {
- if (index === 0) {
- sums[index] = "合计";
- return;
- }
- const values = data.map((item) => Number(item[column.property]));
- if (column.property === "fAmount") {
- sums[index] = values.reduce((prev, curr) => {
- const value = Number(curr);
- if (!isNaN(value)) {
- return prev + curr;
- } else {
- return prev;
- }
- }, 0); // sums[index]
- sums[index] = sums[index].toFixed(2)
- } else {
- sums[index] = '-'
- }
- });
- return sums;
- },
- /** 删除按钮操作 */
- handleDelete(row) {
- const fIds = row.fId || this.ids.fId;
- this.$confirm(
- '是否确认删除仓库主(出入库)编号为"' + fIds + '"的数据项?',
- "警告",
- {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- }
- )
- .then(function () {
- return delStorageFeeCalculation(fIds);
- })
- .then(() => {
- this.getList();
- this.msgSuccess("删除成功");
- });
- },
- /** 导出按钮操作 */
- handleExport() {
- const queryParams = this.queryParams;
- this.$confirm("是否确认导出所有仓库主(出入库)数据项?", "警告", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- })
- .then(function () {
- return exportWarehousebills(queryParams);
- })
- .then((response) => {
- this.download(response.msg);
- });
- },
- handleExportItems() {
- const fIds = this.form.fId
- if(fIds !== null){
- this.$confirm("是否确认导出所有计费物资明细数据?", "警告", {
- confirmButtonText: "确定",
- cancelButtonText: "取消",
- type: "warning",
- })
- .then(function () {
- return exportWarehousebillsitems(fIds);
- })
- .then((response) => {
- this.download(response.msg);
- });
- }else{
- this.$message("请先保存")
- }
- },
- deleteRow(index, rows) {
- rows.splice(index, 1);
- },
- /* 远程模糊查询用户 */
- corpsRemoteMethod(name) {
- if (name == null || name === "") {
- return false;
- }
- let queryParams = {pageNum: 1, pageSize: 10, fName: name};
- listCorps(queryParams).then((response) => {
- this.fMblnoOptions = response.rows;
- });
- },
- // 远程模糊查询费用名称
- fWRemoteMethod(name) {
- if (name == null || name === "") {
- return false;
- }
- let queryParams = {pageNum: 1, pageSize: 10, fName: name};
- listFees(queryParams).then((response) => {
- this.fWbuOptions = response.rows;
- });
- },
- /* 远程模糊查询操作用户 */
- userRemoteMethod(name) {
- if (name == null || name === "") {
- return false;
- }
- let queryParams = {pageNum: 1, pageSize: 10, userName: name};
- listUser(queryParams).then((response) => {
- this.userOptions = response.rows;
- });
- },
- /** 提交按钮 */
- submitForm(status) {
- this.$refs["form"].validate((valid) => {
- if (valid) {
- if (status !== 2) {
- if (this.dataList.length === 0) {
- this.$message.error("请维护计费物资明细!");
- return false;
- }
- }
- if (!this.form.fCorpid) {
- this.$message({message: '请维护货权方', type: 'warning'})
- return false
- }
- if (!this.form.fBillingDeadline) {
- this.$message({message: '请维护仓储费计算截止日期', type: 'warning'})
- return false
- }
- if (this.form.fBillstatus !== 4) {
- this.form.fBillstatus = status
- }
- let formData = new window.FormData();
- formData.append("warehouseBills", JSON.stringify(this.form));
- formData.append("warehouseItems", JSON.stringify(this.dataList));
- formData.append("warehouseFees", JSON.stringify(this.warehouseDrList));
- addStorageFeeCalculation(formData).then((response) => {
- this.msgSuccess("操作成功");
- if (status !== 2) {
- this.open = false;
- this.reset()
- this.getList();
- } else {
- this.form = response.data
- this.$set(this.form, 'createTime', Date.parse(this.form.createTime))
- this.$set(this.form, 'fBillingDeadline', Date.parse(this.form.fBillingDeadline))
- }
- })
- }
- });
- }
- }
- };
- </script>
- <style lang="scss">
- .juzhong > th {
- text-align: center;
- }
- .biaoge > tr > td {
- height: 30px;
- text-align: center;
- border-right: 1px solid #dfe6ec !important;
- order-bottom: 1px solid #dfe6ec !important;
- border-bottom: 1px solid #dfe6ec !important;
- }
- .el-table thead th {
- background: #1890ff;
- color: #fff;
- }
- .upload-demo {
- margin-left: 50px;
- }
- .el-form-item {
- margin-bottom: 5px !important;
- }
- .el-form-item__label {
- font-size: 12px !important;
- }
- </style>
|