| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358 | <template>    <div class="borderless" v-loading="pageLoading">        <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">返回列表                </el-button>            </div>            <div class="add-customer-btn">                <el-button type="success" size="small" :disabled="!form.id" plain @click="newbillFun">新建发票                </el-button>                <el-button size="small" type="warning" plain style="margin-right: 8px" :disabled="!form.id || editPower"                    v-if="form.status == 3" :loading="saveLoading" @click="fininvoicesRevokeFinInvoicesfun">撤销开票                </el-button>                <el-button size="small" type="success" plain style="margin-right: 8px" :disabled="!form.id || editPower"                    v-else :loading="saveLoading" @click="submit('开票')">确认开票                </el-button>                <el-button size="small" type="primary" :disabled="statusType || editPower" style="margin-right: 8px"                    v-if="editSave" :loading="saveLoading" @click="editHandle">编 辑                </el-button>                <el-button size="small" type="primary" :disabled="statusType" style="margin-right: 8px" v-else                    :loading="saveLoading" @click="editCustomer()">保 存                </el-button>            </div>        </div>        <div style="margin: 55px 5px 0px 5px;'">            <el-form :model="form" ref="form" :rules="rules" label-width="90px" class="demo-ruleForm">                <trade-card title="基础信息" styleIocup="color:#4b9fe9">                    <el-row>                        <el-col :span="10">                            <div class="flexBoxLeft">                                <el-row>                                    <el-col :span="12">                                        <el-form-item label="发票号码" prop="invoiceNo">                                            <el-input style="width: 100%;" v-model="form.invoiceNo" size="small"                                                autocomplete="off" :disabled="true" clearable placeholder="发票号码">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="开票日期" prop="invoiceDate">                                            <el-date-picker v-model="form.invoiceDate" clearable style="width: 100%;"                                                type="date" size="small" :disabled="editSave" value-format="yyyy-MM-dd"                                                placeholder="选择开票日期">                                            </el-date-picker>                                        </el-form-item>                                    </el-col>                                    <el-col :span="24">                                        <el-form-item label="开票单位" prop="invCorpCnName">                                            <search-query :datalist="invCorpData" :selectValue="form.invCorpCnName"                                                :clearable="true" :disabled="editSave || !form.corpId" :buttonIf="false"                                                :remote="true" :filterable="true" placeholder="请选择开票单位"                                                :forParameter="{ key: 'id', label: 'invoiceHeader', value: 'id' }"                                                @corpChange="corpChange($event, 'invCorpCnName')"                                                @remoteMethod="invcorpsinvoiceheaderListfun"                                                @corpFocus="invcorpsinvoiceheaderListfun">                                            </search-query>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="税号" prop="invCorpTaxNo">                                            <el-input style="width: 100%;" v-model="form.invCorpTaxNo" size="small"                                                autocomplete="off" :disabled="true" clearable placeholder="请输入税号">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="发票币种" prop="invCurCode">                                            <search-query :datalist="invCurCodeData" :selectValue="form.invCurCode"                                                :filterable="true" :clearable="true" :disabled="editSave"                                                :buttonIf="false" placeholder="请选择发票币种"                                                :forParameter="{ key: 'id', label: 'code', value: 'code' }"                                                @corpChange="corpChange($event, 'invCurCode')"                                                @corpFocus="invCurCodeRateListfun">                                            </search-query>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="美元银行" prop="invCorpAccountBankUsd">                                            <el-input style="width: 100%;" v-model="form.invCorpAccountBankUsd"                                                size="small" autocomplete="off" :disabled="true" clearable                                                placeholder="请输入美元银行">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="美元账户" prop="invCorpAccountNoUsd">                                            <el-input style="width: 100%;" v-model="form.invCorpAccountNoUsd"                                                size="small" autocomplete="off" :disabled="true" clearable                                                placeholder="请输入美元账户">                                            </el-input>                                        </el-form-item>                                    </el-col>                                </el-row>                                <el-row v-show="showForm">                                    <el-col :span="12">                                        <el-form-item label="人民币银行" prop="invCorpAccountBankCny">                                            <el-input style="width: 100%;" v-model="form.invCorpAccountBankCny"                                                size="small" autocomplete="off" :disabled="true" clearable                                                placeholder="请输入美元银行">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="人民币账户" prop="invCorpAccountNoCny">                                            <el-input style="width: 100%;" v-model="form.invCorpAccountNoCny"                                                size="small" autocomplete="off" :disabled="true" clearable                                                placeholder="请输入人民币账户">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="船名/航次" prop="vesselVoyno">                                            <el-input style="width: 100%;" v-model="form.vesselVoyno" size="small"                                                autocomplete="off" :disabled="editSave" clearable                                                placeholder="请输入船名/航次">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="开航日期" prop="etd">                                            <el-date-picker v-model="form.etd" clearable style="width: 100%;"                                                type="date" size="small" :disabled="editSave"                                                value-format="yyyy-MM-dd HH:mm:ss" placeholder="请输入开航日期">                                            </el-date-picker>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="装货港" prop="pol">                                            <search-query :datalist="polData" :selectValue="form.pol" :filterable="true"                                                :clearable="true" :remote="true" :disabled="editSave" :buttonIf="false"                                                placeholder="请选择装货港"                                                :forParameter="{ key: 'id', label: 'enName', value: 'enName' }"                                                @corpChange="corpChange($event, 'pol')" @remoteMethod="polBportsListfun"                                                @corpFocus="polBportsListfun">                                            </search-query>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="卸货港" prop="pod">                                            <search-query :datalist="podData" :selectValue="form.pod" :filterable="true"                                                :clearable="true" :remote="true" :disabled="editSave" :buttonIf="false"                                                placeholder="请选择卸货港"                                                :forParameter="{ key: 'id', label: 'enName', value: 'enName' }"                                                @corpChange="corpChange($event, 'pod')" @remoteMethod="podBportsListfun"                                                @corpFocus="podBportsListfun">                                            </search-query>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="目的地" prop="destination">                                            <search-query :datalist="destinationData" :selectValue="form.destination"                                                :filterable="true" :clearable="true" :remote="true" :disabled="editSave"                                                :buttonIf="false" placeholder="请选择目的地"                                                :forParameter="{ key: 'id', label: 'enName', value: 'enName' }"                                                @corpChange="corpChange($event, 'destination')"                                                @remoteMethod="destinationBportsListfun"                                                @corpFocus="destinationBportsListfun">                                            </search-query>                                        </el-form-item>                                    </el-col>                                    <el-col :span="12">                                        <el-form-item label="箱型箱量" prop="containers">                                            <el-input style="width: 100%;" v-model="form.containers" size="small"                                                autocomplete="off" :disabled="editSave" clearable placeholder="请输入箱型箱量">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="开票CNY:" prop="amountCny">                                            <span>¥{{ form.amountCny }}</span>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="开票USD:" prop="amountUsd">                                            <span>${{ form.amountUsd }}</span>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="开票合计:" prop="amountLoc">                                            <span>¥{{ form.amountLoc }}</span>                                        </el-form-item>                                    </el-col>                                </el-row>                            </div>                        </el-col>                        <el-col :span="14">                            <div class="flexBoxRight">                                <!--<el-row>-->                                <!--    <el-col :span="4">-->                                <!--        <el-switch-->                                <!--            v-model="form.stlMode"-->                                <!--            active-value="1"-->                                <!--            inactive-value="0"-->                                <!--            active-color="#66dd7a"-->                                <!--            inactive-color="#4ea6ea"-->                                <!--            active-text="票结"-->                                <!--            inactive-text="月结">-->                                <!--        </el-switch>-->                                <!--    </el-col>-->                                <!--    <el-col :span="6">-->                                <!--        <el-checkbox style="margin-left: 10%" size="medium" :true-label="1" :false-label="0"-->                                <!--                     :disabled="editSave"-->                                <!--                     v-model="form.isDk">整票(不列费用明细)-->                                <!--        </el-checkbox>-->                                <!--    </el-col>-->                                <!--    <el-col :span="5">-->                                <!--        <el-checkbox style="margin-left: 10%" size="medium" :true-label="1" :false-label="0"-->                                <!--                     :disabled="editSave"-->                                <!--                     v-model="form.isRp">只提取开票费用-->                                <!--        </el-checkbox>-->                                <!--    </el-col>-->                                <!--    <el-col :span="3">-->                                <!--        <el-checkbox style="margin-left: 10%" size="medium" :true-label="1" :false-label="0"-->                                <!--                     :disabled="editSave"-->                                <!--                     v-model="form.isExportMblno">主单号-->                                <!--        </el-checkbox>-->                                <!--    </el-col>-->                                <!--    <el-col :span="3">-->                                <!--        <el-checkbox style="margin-left: 10%" size="medium" :true-label="1" :false-label="0"-->                                <!--                     :disabled="editSave"-->                                <!--                     v-model="form.isExportVslvoy">船名航次-->                                <!--        </el-checkbox>-->                                <!--    </el-col>-->                                <!--    <el-col :span="3">-->                                <!--        <el-checkbox style="margin-left: 10%" size="medium" :true-label="1" :false-label="0"-->                                <!--                     :disabled="editSave"-->                                <!--                     v-model="form.isExportHblno">分单号-->                                <!--        </el-checkbox>-->                                <!--    </el-col>-->                                <!--</el-row>-->                                <el-row>                                    <el-col :span="8">                                        <el-form-item label="结算单位" prop="corpCnName">                                            <search-query :datalist="corpData" :selectValue="form.corpCnName"                                                :clearable="true" :disabled="editSave" :buttonIf="false" :remote="true"                                                :filterable="true" placeholder="请输入结算单位"                                                :forParameter="{ key: 'id', label: 'cnName', value: 'cnName' }"                                                @corpChange="corpChange($event, 'corpCnName')"                                                @remoteMethod="corpBcorpsListfun" @corpFocus="corpBcorpsListfun">                                            </search-query>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="费用名称" prop="feeCnName">                                            <dic-select v-model="form.feeCnName" placeholder="费用名称" key="id"                                                label="cnName" url="/blade-los/bfees/listAll" :filterable="true"                                                :multiple="true" :collapseTags="true" :disabled="editSave"></dic-select>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="税控发票号" prop="taxInvoiceNo">                                            <el-input style="width: 100%;" v-model="form.taxInvoiceNo" size="small"                                                autocomplete="off" :disabled="editSave" clearable                                                placeholder="请输入税控发票号">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="业务开始日期" prop="accountDateFrom">                                            <el-date-picker v-model="form.accountDateFrom" clearable                                                style="width: 100%;" type="date" size="small" :disabled="editSave"                                                value-format="yyyy-MM-dd" placeholder="选择业务日期">                                            </el-date-picker>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="业务结束日期" prop="accountDateTo">                                            <el-date-picker v-model="form.accountDateTo" clearable style="width: 100%;"                                                type="date" size="small" :disabled="editSave" value-format="yyyy-MM-dd"                                                placeholder="选择业务日期">                                            </el-date-picker>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="发票汇率" prop="exrate">                                            <el-input style="width: 100%;" v-model="form.exrate" size="small"                                                autocomplete="off" :disabled="editSave" clearable placeholder="请输入发票汇率">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="16">                                        <el-form-item label="业务编号" prop="businessNo">                                            <el-input style="width: 100%;" v-model="form.businessNo" size="small"                                                autocomplete="off" :disabled="editSave" clearable placeholder="请输入业务编号">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="发票类型" prop="invType">                                            <search-query :datalist="invTypeData" :selectValue="form.invType"                                                :clearable="true" :disabled="editSave" :buttonIf="false"                                                placeholder="请输入发票类型"                                                :forParameter="{ key: 'dictKey', label: 'dictValue', value: 'dictKey' }"                                                @corpChange="corpChange($event, 'invType')"                                                @corpFocus="invTypeWorkDictsfun">                                            </search-query>                                        </el-form-item>                                    </el-col>                                    <el-col :span="16">                                        <el-form-item label="主单编号" prop="mblno">                                            <el-input style="width: 100%;" v-model="form.mblno" size="small"                                                autocomplete="off" :disabled="editSave" clearable placeholder="请输入主单编号">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="对账单号" prop="checkNo">                                            <el-input style="width: 100%;" v-model="form.checkNo" size="small"                                                autocomplete="off" :disabled="editSave" clearable placeholder="请输入对账单号">                                            </el-input>                                        </el-form-item>                                    </el-col>                                </el-row>                                <el-row v-show="showForm">                                    <el-col :span="16">                                        <el-form-item label="分单编号" prop="hblno">                                            <el-input style="width: 100%;" v-model="form.hblno" size="small"                                                autocomplete="off" :disabled="editSave" clearable placeholder="请输入分单编号">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="申请单号" prop="applyNo">                                            <el-input style="width: 100%;" v-model="form.applyNo" size="small"                                                autocomplete="off" :disabled="editSave" clearable placeholder="请输入申请单号">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="BOOK NO" prop="bookingNo">                                            <el-input style="width: 100%;" v-model="form.bookingNo" size="small"                                                autocomplete="off" :disabled="editSave" clearable                                                placeholder="请输入BOOK NO">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="业务类型" prop="businessTypes">                                            <search-query :datalist="businessTypesData"                                                :selectValue="form.businessTypes" :clearable="true" :disabled="editSave"                                                :buttonIf="false" :multiple="true" :collapseTags="true"                                                placeholder="请输入业务类型" @corpChange="corpChange($event, 'businessTypes')">                                            </search-query>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="税率(%)" prop="taxRate">                                            <el-input style="width: 100%;" v-model="form.taxRate" size="small"                                                autocomplete="off" :disabled="editSave" clearable placeholder="请输入税率">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="8">                                        <el-form-item label="选择币种" prop="curCode">                                            <search-query :datalist="curData" :selectValue="form.curCode"                                                :filterable="true" :clearable="true" :disabled="editSave" :remote="true"                                                :buttonIf="false" placeholder="请输入选择币种"                                                :forParameter="{ key: 'id', label: 'code', value: 'code' }"                                                @remoteMethod="getRateListfun"                                                @corpChange="corpChange($event, 'curCode')" @corpFocus="getRateListfun">                                            </search-query>                                        </el-form-item>                                    </el-col>                                    <el-col :span="16">                                        <el-form-item label="邮箱" prop="yx">                                            <el-input style="width: 100%;" v-model="form.yx" size="small"                                                autocomplete="off" :disabled="editSave" clearable placeholder="请输入邮箱">                                            </el-input>                                        </el-form-item>                                    </el-col>                                    <el-col :span="24">                                        <el-form-item label="全电发票:" prop="elecRemarks">                                            <el-input style="width: 100%;" v-model="form.elecRemarks" size="small"                                                autocomplete="off" type="textarea" clearable placeholder="请输入全电发票备注">                                            </el-input>                                        </el-form-item>                                    </el-col>                                </el-row>                            </div>                        </el-col>                    </el-row>                    <div style="display: flex;justify-content: flex-end;align-items: center;">                        <el-checkbox style="margin-left: 10%" size="medium" :true-label="1" :false-label="0"                            :disabled="editSave" v-model="form.isExchangeToCny">转换成人民币                        </el-checkbox>                        <el-checkbox v-model="appendType" :disabled="editSave" false-label="检索"                            true-label="追加">追加</el-checkbox>                        <el-button type="primary" size="small"                            :disabled="editSave || (tableData.length > 0 && appendType == '检索')" plain                            @click="finstlbillslistAccBillV1fun(appendType)">提取费用                        </el-button>                        <el-button size="small" :disabled="tableData.length > 0" @click="ResetFilter">重置条件                        </el-button>                        <el-button icon="el-icon-arrow-down" type="text" size="small" v-if="!showForm"                            @click="showForm = true">开展</el-button>                        <el-button icon="el-icon-arrow-up" type="text" size="small" v-if="showForm"                            @click="showForm = false">收缩</el-button>                    </div>                </trade-card>                <el-card style="margin-top: 10px">                    <el-tabs v-model="detailTabs" type="card">                        <el-tab-pane label="费用明细" name="first">                            <div style="margin-bottom: 10px;display: flex;">                                <search-query :datalist="serverData" :selectValue="form.serverName" :clearable="true"                                    :buttonIf="false" :filterable="true"                                    :forParameter="{ key: 'dictKey', label: 'dictValue', value: 'dictValue' }"                                    placeholder="请选择开票项目" @corpChange="corpChange($event, 'serverName')"                                    @corpFocus="serverWorkDictsfun">                                </search-query>                                <el-button style="margin-left: 10px" :disabled="editSave" size="small" type="primary"                                    @click="invoicingfun">生成开票明细</el-button>                                <el-button style="margin-left: 10px" :disabled="editSave" size="small" type="warning"                                    @click="invoicingRevokefun">撤销开票明细</el-button>                                <el-button size="small" :disabled="editSave" type="danger"                                    @click="batchDeletefun">一键删除</el-button>                                <el-input style="width: 10%;margin-left: 10px;" v-model="invoiceAmountCNY" size="small"                                    autocomplete="off" type="numbers" clearable placeholder="开票金额">                                    <span style="line-height: 32px;" slot="suffix">CNY</span>                                </el-input>                                <el-input style="width: 10%;margin-left: 5px;" v-model="invoiceAmountUSD" size="small"                                    autocomplete="off" type="numbers" clearable placeholder="开票金额">                                    <span style="line-height: 32px;" slot="suffix">USD</span>                                </el-input>                                <el-button style="margin-left: 10px" :disabled="statusType" size="small" type="primary"                                    @click="invoiceMatchingfun()">匹配金额</el-button>                            </div>                            <fininvoicesitems ref="fininvoicesitems" :tableData="tableData" :form="form"                                :handleSelectionData="handleSelectionData" :editSave="editSave"                                @handleSelectionChange="handleSelectionChange" @deletefun="detailsdeletionfun">                            </fininvoicesitems>                        </el-tab-pane>                        <el-tab-pane label="开票明细" name="second">                            <div style="margin-bottom: 10px;display: flex;">                                <el-button size="small" :disabled="editSave" type="danger"                                    @click="invoicingBatchDelete">一键删除</el-button>                            </div>                            <fininvoiceitemdetail :tableData="InvoicingList"                                :handleSelectionData="invoicingCheckboxData"                                @handleSelectionChange="invoicingCheckboxChange" @deletefun="invoiceDeletionfun"                                @savefun="invoiceSavefun">                            </fininvoiceitemdetail>                        </el-tab-pane>                    </el-tabs>                </el-card>                <el-card class="box-card" style="margin-top: 10px">                    <el-row>                        <el-col :span="5">                            <el-form-item label="业务编号" prop="billNo">                                <el-input style="width: 100%;" v-model="form.billNo" size="small" autocomplete="off"                                    :disabled="true" clearable placeholder="请输入业务编号">                                </el-input>                            </el-form-item>                        </el-col>                        <el-col :span="5">                            <el-form-item label="单据日期" prop="billDate">                                <el-date-picker v-model="form.billDate" clearable style="width: 100%;" type="date"                                    size="small" :disabled="true" value-format="yyyy-MM-dd HH:mm" placeholder="选择单据日期">                                </el-date-picker>                            </el-form-item>                        </el-col>                        <el-col :span="5">                            <el-form-item label="制单人" prop="createUserName">                                <el-input style="width: 100%;" v-model="form.createUserName" size="small"                                    autocomplete="off" :disabled="true" clearable placeholder="请输入制单人">                                </el-input>                            </el-form-item>                        </el-col>                    </el-row>                </el-card>            </el-form>        </div>    </div></template><script>import fininvoicesitems from "@/views/iosBasicData/fininvoicesApplyfor/assembly/fininvoicesitems.vue";import fininvoiceitemdetail from "@/views/iosBasicData/fininvoicesApplyfor/assembly/fininvoiceitemdetail.vue";import { getRateList } from "@/api/iosBasicData/rateManagement";import { finstlbillsGetByDetail, finstlbillsitemsRemove, finstlbillslistAccBillV1 } from "@/api/iosBasicData/finstlbills";import { bcorpsbankList, corpsinvoiceheaderList, getBcorpsList } from "@/api/iosBasicData/bcorps";import { bportsList } from "@/api/iosBasicData/bports";import SearchQuery from "@/components/iosbasic-data/searchquery.vue";import {    finInvoicesApprove,    fininvoicesDetail,    revokeFinInvoicesApprove,    fininvoicesSubmit,    fininvoicesitemsRemove,    generateFinInvoicesDetail,    fininvoiceitemdetailRemove,    revokeFinInvoicesDetail,    fininvoiceitemdetailSubmit,    fininvoicesGenerateFinInvoices,    fininvoicesConfirmFinInvoices, fininvoicesRevokeFinInvoices} from "@/api/iosBasicData/fininvoices";import { getWorkDicts } from "@/api/system/dictbiz";import { getCurrentDate } from "@/util/date";import dicSelect from "@/components/dicSelect/main";export default {    components: { SearchQuery, fininvoicesitems, fininvoiceitemdetail, dicSelect },    data() {        return {            showForm: false,            invoiceAmountCNY: 0, // 费用明细开票金额输入框CNY            invoiceAmountUSD: 0, // 费用明细开票金额输入框USD            statusType: false, // 是否确认开票            serverData: [], // 开票项目数据            detailTabs: 'first',            appendType: '检索',            pageLoading: false, // 全屏加载            saveLoading: false, // 按钮加载            form: {                invCurCode: 'CNY',                isRp: 1,                invType: '全电发票',                taxRate: 0,                isExchangeToCny: 0,                invoiceDate: getCurrentDate(),            },            tableData: [], // 费用明细数据            InvoicingList: [], // 开票明细数据            handleSelectionData: [], // 费用明细选择的数据            invoicingCheckboxData: [], // 开票明细选择的数据            corpData: [], // 结算单位数据            invCorpData: [], // 开票单位            bankReceiptData: [], // 结算单位银行账号数据            // 业务类型            businessTypesData: [                {                    label: '海运出口',                    value: 'SE'                }, {                    label: '海运进口',                    value: 'SI'                }            ],            curData: [], // 币别            destinationData: [], // 目的港            podData: [], // 卸货港            polData: [], // 装货港            invCurCodeData: [], // 发票币种            invTypeData: [], // 发票类型            rules: {                corpCnName: [                    { required: true, message: '请输入付费对象', trigger: 'blur' },                ],                invoiceDate: [                    { required: true, message: '请输入开票日期', trigger: 'blur' },                ],                exrate: [                    { required: true, message: '请输入导入汇率', trigger: 'blur' },                ],                taxRate: [                    { required: true, message: '请输入所属税率', trigger: 'blur' },                ],                invCurCode: [                    { required: true, message: '请输入所属发票币别', trigger: 'blur' },                ],            },            roleName: [], // 当前的角色权限            saberUserInfo: {}, // 当前登录人信息            editPower: false, // 当前是否可以编辑        }    },    props: {        editSave: {            type: Boolean,            default: false        }    },    watch: {        // 监听 状态        "form.status": {            // 执行方法            handler(oldValue, newValue) {                if (oldValue == 3) {                    this.statusType = true                } else {                    this.statusType = false                }            },            deep: true, // 深度监听            immediate: true  // 第一次改变就执行        },    },    created() {        this.roleName = localStorage.getItem('roleName').split(',')        // 获取当前登录人个人信息        this.saberUserInfo = JSON.parse(localStorage.getItem('saber-userInfo')).content        if (!this.form.id) {            getRateList({ current: 1, size: 30 }).then(res => {                for (let item of res.data.data.records) {                    if (item.code == "USD") {                        this.$set(this.form, 'exrate', item.exrate)                    }                }            })        }    },    methods: {        ResetFilter() {            this.form = {                invCurCode: 'CNY',                isRp: 1,                invType: '全电发票',                taxRate: 0,                isExchangeToCny: 0,                invoiceDate: getCurrentDate(),            }            getRateList({ current: 1, size: 30 }).then(res => {                for (let item of res.data.data.records) {                    if (item.code == "USD") {                        this.$set(this.form, 'exrate', item.exrate)                    }                }            })        },        // 开票明细编辑完成保存        invoiceSavefun(row) {            row.amountRate = this.form.taxRate            // 销售额/(1+税率)×税率            row.amountTax = (row.amount / (1 + (Number(row.amountRate) / 100)) * (Number(row.amountRate) / 100)).toFixed(2)            fininvoiceitemdetailSubmit(row).then(res => {                this.$message.success('操作成功')                this.fininvoicesDetailfun(this.form.id)            })        },        // 确认开票信息        invoicingfun() {            if (this.handleSelectionData.length == 0) {                this.$message.warning('请选择数据')                return;            }            if (!this.form.serverName) {                this.$message.warning('请选择开票项目')                return            }            let obj = this.form            obj.finInvoicesItemsList = []            obj.businessTypes = this.form.businessTypes ? this.form.businessTypes.join(',') : ''            obj.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(',') : ''            //开票日期            if (this.form.invoiceDate) {                obj.invoiceDate = this.form.invoiceDate.slice(0, 10) + ' 00:00:00'            }            // 业务日期            if (this.form.accountDateFrom) {                obj.accountDateFrom = this.form.accountDateFrom.slice(0, 10) + ' 00:00:00'            }            if (this.form.accountDateTo) {                obj.accountDateTo = this.form.accountDateTo.slice(0, 10) + ' 00:00:00'            }            for (let item of this.handleSelectionData) {                // 拿未开票的数据                if (item.status == 0) {                    if (item.currentCurCode == 'CNY') {                        item.currentAmount = item.currentAmountCNY                    } else {                        item.currentAmount = item.currentAmountUSD                    }                    obj.finInvoicesItemsList.push(item)                }            }            if (obj.finInvoicesItemsList.length == 0) {                this.$message.warning('请选择未生成发票的数据')                return            }            // 开票项目            generateFinInvoicesDetail(obj).then(res => {                this.$message.warning('操作成功')                this.fininvoicesDetailfun(this.form.id)            })            this.detailTabs = 'second'        },        // 撤销开票信息        invoicingRevokefun() {            if (this.handleSelectionData.length == 0) {                this.$message.warning('请选择数据')                return;            }            let obj = this.form            obj.finInvoicesItemsList = []            obj.businessTypes = this.form.businessTypes ? this.form.businessTypes.join(',') : ''            obj.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(',') : ''            //开票日期            if (this.form.invoiceDate) {                obj.invoiceDate = this.form.invoiceDate.slice(0, 10) + ' 00:00:00'            }            // 业务日期            if (this.form.accountDateFrom) {                obj.accountDateFrom = this.form.accountDateFrom.slice(0, 10) + ' 00:00:00'            }            if (this.form.accountDateTo) {                obj.accountDateTo = this.form.accountDateTo.slice(0, 10) + ' 00:00:00'            }            for (let item of this.handleSelectionData) {                // 拿未开票的数据                if (item.status == 1) {                    if (item.currentCurCode == 'CNY') {                        item.currentAmount = item.currentAmountCNY                    } else {                        item.currentAmount = item.currentAmountUSD                    }                    obj.finInvoicesItemsList.push(item)                }            }            if (obj.finInvoicesItemsList.length == 0) {                this.$message.warning('请选择已生成发票的数据')                return            }            // 撤销开票项目            revokeFinInvoicesDetail(obj).then(res => {                this.$message.warning('操作成功')                this.fininvoicesDetailfun(this.form.id)            })        },        // 费用明细开票匹配        invoiceMatchingfun() {            if (this.invoiceAmountCNY != 0 || this.invoiceAmountUSD != 0) {                let dataCNY = JSON.parse(JSON.stringify(this.invoiceAmountCNY))                let dataUSD = JSON.parse(JSON.stringify(this.invoiceAmountUSD))                for (let item of this.tableData) {                    this.$refs.fininvoicesitems.$refs.tableRef.toggleRowSelection(item, false)                    if (this.invoiceAmountCNY != 0) {                        if (dataCNY < 0) {                            dataCNY = 0                        }                        if (dataCNY > 1500) {                            if (item.currentCurCode == 'CNY') {                                this.$set(item, 'currentAmountCNY', 1500)                                this.$refs.fininvoicesitems.$refs.tableRef.toggleRowSelection(item, true)                                dataCNY -= 1500                            }                        } else {                            if (item.currentCurCode == 'CNY') {                                if (dataCNY != 0) {                                    this.$refs.fininvoicesitems.$refs.tableRef.toggleRowSelection(item, true)                                }                                this.$set(item, 'currentAmountCNY', dataCNY)                                dataCNY -= 1500                            }                        }                    }                    if (this.invoiceAmountUSD != 0) {                        if (dataUSD < 0) {                            dataUSD = 0                        }                        if (dataUSD > 1500) {                            if (item.currentCurCode == 'USD') {                                this.$set(item, 'currentAmountUSD', 1500)                                this.$refs.fininvoicesitems.$refs.tableRef.toggleRowSelection(item, true)                                dataUSD -= 1500                            }                        } else {                            if (item.currentCurCode == 'USD') {                                this.$set(item, 'currentAmountUSD', dataUSD)                                if (dataUSD != 0) {                                    this.$refs.fininvoicesitems.$refs.tableRef.toggleRowSelection(item, true)                                }                                dataUSD -= 1500                            }                        }                    }                }            }        },        // 费用明细一键删除        batchDeletefun() {            if (this.handleSelectionData.length == 0) {                return this.$message.warning('请选择要删除的数据')            }            this.$confirm("确定将选择数据删除?", {                confirmButtonText: "确定",                cancelButtonText: "取消",                type: "warning"            }).then(() => {                // 获取有id 的数据                const itemsWithId = this.handleSelectionData.filter(item => item.hasOwnProperty('id'));                let arrIds = itemsWithId.map(item => item.id) // 获取id 数据                // 把选中的删除掉                this.handleSelectionData.forEach((item) => {                    for (let index in this.tableData) {                        if (item.accBillNo == this.tableData[index].accBillNo) {                            this.tableData.splice(Number(index), 1)                        }                    }                })                // 有id 的处理                if (itemsWithId.length != 0) {                    fininvoicesitemsRemove(arrIds.join(',')).then(res => {                        this.$message.success('操作成功')                    })                }            })        },        // 费用明细单个删除        detailsdeletionfun(id, index) {            this.$confirm("确定将选择数据删除?", {                confirmButtonText: "确定",                cancelButtonText: "取消",                type: "warning"            }).then(() => {                if (id) {                    fininvoicesitemsRemove(id).then(res => {                        this.$message.success('操作成功')                    })                }                this.tableData.splice(index, 1)            })        },        // 开票一键删除        invoicingBatchDelete() {            if (this.invoicingCheckboxData.length == 0) {                return this.$message.warning('请选择要删除的数据')            }            this.$confirm("确定将选择数据删除?", {                confirmButtonText: "确定",                cancelButtonText: "取消",                type: "warning"            }).then(() => {                // 获取有id 的数据                const itemsWithId = this.invoicingCheckboxData.filter(item => item.hasOwnProperty('id'));                let arrIds = itemsWithId.map(item => item.id) // 获取id 数据                // 把选中的删除掉                this.invoicingCheckboxData.forEach((item) => {                    for (let index in this.InvoicingList) {                        if (item.id == this.InvoicingList[index].id) {                            this.InvoicingList.splice(Number(index), 1)                        }                    }                })                // 有id 的处理                if (itemsWithId.length != 0) {                    fininvoiceitemdetailRemove(arrIds.join(',')).then(res => {                        this.$message.success('操作成功')                    })                }            })        },        // 开票明细单个删除        invoiceDeletionfun(id, index) {            this.$confirm("确定将选择数据删除?", {                confirmButtonText: "确定",                cancelButtonText: "取消",                type: "warning"            }).then(() => {                if (id) {                    fininvoiceitemdetailRemove(id).then(res => {                        this.$message.success('操作成功')                    })                }                this.InvoicingList.splice(index, 1)            })        },        // 下拉框的回调        corpChange(value, name) {            // 结算单位            if (name == 'corpCnName') {                if (!value) {                    this.$set(this.form, 'corpId', '')                    this.$set(this.form, 'corpCnName', '')                    this.$set(this.form, 'corpEnName', '')                    return                }                for (let item of this.corpData) {                    if (item.cnName == value) {                        this.$set(this.form, 'corpId', item.id)                        this.$set(this.form, 'corpCnName', item.cnName)                        this.$set(this.form, 'corpEnName', item.enName)                        bcorpsbankList(1, 10, { pid: this.form.corpId }).then(res => {                            if (res.data.data.records.length != 0) {                                this.$set(this.form, 'bankReceiptAccountNo', res.data.data.records[0].accountNo)                                this.$set(this.form, 'bankReceiptBankName', res.data.data.records[0].accountBank)                            }                        })                        // 带出开票单位数据                        corpsinvoiceheaderList(1, 20, { pid: this.form.corpId }).then(res => {                            if (res.data.data.records.length != 0) {                                this.$set(this.form, 'invCorpId', res.data.data.records[0].id)                                this.$set(this.form, 'invCorpCnName', res.data.data.records[0].invoiceHeader)                                this.$set(this.form, 'invCorpTaxNo', res.data.data.records[0].uscc) // 税号                                this.$set(this.form, 'invCorpAccountBankUsd', res.data.data.records[0].accountBankUsd) // 美元银行                                this.$set(this.form, 'invCorpAccountNoUsd', res.data.data.records[0].accountNoUsd) // 美元账户                                this.$set(this.form, 'invCorpAccountBankCny', res.data.data.records[0].accountBankUsd) // 人民币银行                                this.$set(this.form, 'invCorpAccountNoCny', res.data.data.records[0].accountNoUsd) // 人民币账户                            }                        })                    }                }            }            // 开票单位            else if (name == 'invCorpCnName') {                this.$set(this.form, 'invCorpAccountBankUsd', '')                this.$set(this.form, 'invCorpAccountNoUsd', '')                this.$set(this.form, 'invCorpAccountBankCny', '')                this.$set(this.form, 'invCorpAccountNoCny', '')                if (!value) {                    this.$set(this.form, 'invCorpId', '')                    this.$set(this.form, 'invCorpCnName', '')                    return                }                for (let item of this.invCorpData) {                    if (item.id == value) {                        this.$set(this.form, 'invCorpId', item.id)                        this.$set(this.form, 'invCorpCnName', item.invoiceHeader)                        this.$set(this.form, 'invCorpTaxNo', item.uscc) // 税号                        this.$set(this.form, 'invCorpAccountBankUsd', item.accountBankUsd) // 美元银行                        this.$set(this.form, 'invCorpAccountNoUsd', item.accountNoUsd) // 美元账户                        this.$set(this.form, 'invCorpAccountBankCny', item.accountBankUsd) // 人民币银行                        this.$set(this.form, 'invCorpAccountNoCny', item.accountNoUsd) // 人民币账户                    }                }            }            // 结算单位银行账户            else if (name == 'bankReceiptAccountNo') {                for (let item of this.bankReceiptData) {                    if (item.accountNo == value) {                        this.$set(this.form, 'bankReceiptAccountNo', item.accountNo)                        this.$set(this.form, 'bankReceiptBankName', item.accountBank)                    }                }            }            else {                this.$set(this.form, name, value)            }        },        // 费用明细表格多选        handleSelectionChange(arr) {            this.handleSelectionData = arr        },        // 开票明细表格多选        invoicingCheckboxChange(arr) {            this.invoicingCheckboxData = arr        },        // 编辑事件        editHandle() {            this.editSave = false        },        newbillFun() {            if (this.statusType) {                this.$emit('toAddEdit')            } else {                this.$confirm('是否需要保存?', '提示', {                    confirmButtonText: '确定',                    cancelButtonText: '取消',                    type: 'warning'                }).then(() => {                    this.editCustomer('toAddEdit')                }).catch(() => {                    this.$emit('toAddEdit')                });            }        },        submit(type) {            this.$confirm("确定进行确认开票操作?", {                confirmButtonText: "确定",                cancelButtonText: "取消",                type: "warning"            }).then(() => {                this.editCustomer(type)            })        },        // 保存按钮事件        editCustomer(type) {            this.$refs.form.validate((valid) => {                if (!valid) return                if (!this.form.id) {                    // 是否选择从表数据                    if (this.handleSelectionData.length == 0) {                        this.$message.warning('请选择结算数据');                        return;                    }                }                this.form.type = '进项'                this.form.billNoFormat = 'JXFP'                this.form.businessTypeCode = 'JXFP'                this.form.businessTypes = this.form.businessTypes ? this.form.businessTypes.join(',') : ''                this.form.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(',') : ''                //开票日期                if (this.form.invoiceDate) {                    this.form.invoiceDate = this.form.invoiceDate.slice(0, 10) + ' 00:00:00'                }                // 业务日期                if (this.form.accountDateFrom) {                    this.form.accountDateFrom = this.form.accountDateFrom.slice(0, 10) + ' 00:00:00'                }                if (this.form.accountDateTo) {                    this.form.accountDateTo = this.form.accountDateTo.slice(0, 10) + ' 00:00:00'                }                if (this.form.id) {                    this.form.finInvoicesItemsList = this.form.finInvoicesItemsList.map(item => {                        if (item.currentCurCode == 'CNY') {                            item.currentAmount = item.currentAmountCNY                        } else {                            item.currentAmount = item.currentAmountUSD                        }                        return item                    })                } else {                    this.form.finInvoicesItemsList = this.handleSelectionData.map(item => {                        if (item.currentCurCode == 'CNY') {                            item.currentAmount = item.currentAmountCNY                        } else {                            item.currentAmount = item.currentAmountUSD                        }                        return item                    })                }                this.form.finInvoiceItemDetailList = this.InvoicingList                if (type == '开票') {                    this.saveLoading = true                    this.pageLoading = true                    fininvoicesSubmit(this.form).then(res => {                        this.form = res.data.data                        this.fininvoicesConfirmFinInvoicesfun()                    }).catch(() => {                        this.pageLoading = false                        this.saveLoading = false                    });                } else if (type == 'toAddEdit') {                    fininvoicesSubmit(this.form).then(res => {                        this.$message.success('操作成功');                        this.saveLoading = false // 关闭按钮动画                        this.$emit(type)                    }).catch(() => {                        this.saveLoading = false                    })                } else {                    this.fininvoicesSubmitfun(this.form)                }            })        },        // 检索        finstlbillslistAccBillV1fun(type) {            if (!this.form.corpId) {                this.$message.warning('请选择结算单位');                return            }            let obj = {}            //开票日期            if (this.form.invoiceDate) {                obj.invoiceDate = this.form.invoiceDate.slice(0, 10) + ' 00:00:00'            }            // 业务日期            if (this.form.accountDateFrom) {                obj.accountDateFrom = this.form.accountDateFrom.slice(0, 10) + ' 00:00:00'            }            if (this.form.accountDateTo) {                obj.accountDateTo = this.form.accountDateTo.slice(0, 10) + ' 00:00:00'            }            obj.type = '3'            obj.billNo = this.form.bookingNo // 账单号            obj.businessBillNo = this.form.billNo // 业务编号            obj.mblno = this.form.mblno // 主单编号            obj.hblno = this.form.hblno // 分单编号            obj.bookingNo = this.form.bookingNo // 订舱号(BOOK NO)            obj.curCode = this.form.curCode // 币种            obj.businessType = this.form.businessTypes ? this.form.businessTypes.join(',') : '' // 业务类型            obj.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(',') : ''            // 判断是否有对账单号            if (this.form.checkNo) {                obj.corpId = this.form.corpId // 结算单位                obj.checkNo = this.form.checkNo // CHK NO 对账单号                finstlbillsGetByDetail(obj).then(res => {                    let arr = res.data.data.finStlBillsItemsList.map((item, index) => {                        item.lineNo = Number(index) + 1 // 行号                        item.currentCurCode = item.curCode                        item.currentExrate = item.exrate                        if (item.currentCurCode == 'CNY') {                            // 本次发票金额                            this.$set(item, 'currentAmountCNY', item.appliedInvoiceCurrentAmount)                        } else {                            // 本次发票金额                            this.$set(item, 'currentAmountUSD', item.appliedInvoiceCurrentAmount)                        }                        delete item.id                        return item                    })                    if (type == '追加') {                        let a = [...this.tableData, ...arr,]                        this.tableData = a.filter((obj, index) => {                            return a.findIndex((elem) => {                                return elem.accBillNo === obj.accBillNo                            }) === index;                        });                    } else {                        // 获取有id 的数据                        const itemsWithId = this.tableData.filter(item => item.hasOwnProperty('id'));                        let arrIds = itemsWithId.map(item => item.id) // 获取id 数据                        // 有id 的处理                        if (itemsWithId.length != 0) {                            finstlbillsitemsRemove(arrIds.join(',')).then(res => {                                this.$message.success('操作成功')                            })                        }                        if (arr.length == 0) {                            this.$message.warning('当前检索暂无数据!')                        }                        this.tableData = arr                    }                })            } else {                obj.corpCnName = this.form.corpId // 结算单位                obj.checkBillNo = this.form.checkNo // 对账单号                finstlbillslistAccBillV1(obj).then(res => {                    let arr = res.data.data.map((item, index) => {                        item.lineNo = Number(index) + 1 // 行号                        item.accBillId = item.id                        item.accBillNo = item.billNo                        item.accDate = item.createTime                        item.currentCurCode = item.curCode                        item.currentExrate = item.exrate                        if (item.currentCurCode == 'CNY') {                            // 本次发票金额                            this.$set(item, 'currentAmountCNY', item.appliedInvoiceCurrentAmount)                        } else {                            // 本次发票金额                            this.$set(item, 'currentAmountUSD', item.appliedInvoiceCurrentAmount)                        }                        delete item.id                        return item                    })                    if (type == '追加') {                        let a = [...this.tableData, ...arr,]                        this.tableData = a.filter((obj, index) => {                            return a.findIndex((elem) => {                                return elem.accBillNo === obj.accBillNo                            }) === index;                        });                    } else {                        // 获取有id 的数据                        const itemsWithId = this.tableData.filter(item => item.hasOwnProperty('id'));                        let arrIds = itemsWithId.map(item => item.id) // 获取id 数据                        // 有id 的处理                        if (itemsWithId.length != 0) {                            fininvoicesitemsRemove(arrIds.join(',')).then(res => {                                this.$message.success('操作成功')                            })                        }                        if (arr.length == 0) {                            this.$message.warning('当前检索暂无数据!')                        }                        this.tableData = arr                    }                })            }        },        // 保存接口        fininvoicesSubmitfun(obj) {            fininvoicesSubmit(obj).then(res => {                this.saveLoading = false                this.$message.success('操作成功');                this.fininvoicesDetailfun(res.data.data.id)            })        },        // 详情接口        fininvoicesDetailfun(id) {            this.pageLoading = true            fininvoicesDetail(id).then(res => {                this.form = res.data.data                if (this.roleName.indexOf('admin') == -1 ? this.roleName.indexOf('允许修改他人业务') == -1 ? this.saberUserInfo.user_id != this.form.createUser : false : false) {                    this.editPower = true                } else {                    this.editPower = false                }                this.form.businessTypes = this.form.businessTypes ? this.form.businessTypes.split(',') : [] // 业务类型转换成数组显示                this.form.feeCnName = this.form.feeCnName ? this.form.feeCnName.split(',') : []                this.tableData = this.form.finInvoicesItemsList.map(item => {                    if (item.currentCurCode == 'CNY') {                        item.currentAmountCNY = item.currentAmount                    } else {                        item.currentAmountUSD = item.currentAmount                    }                    return item                })                this.InvoicingList = this.form.finInvoiceItemDetailList.map(item => {                    item.edit = false                    return item                })            }).finally(() => {                this.pageLoading = false            });        },        // 开票获取数据        fininvoicesGenerateFinInvoicesfun(billId) {            this.pageLoading = true            fininvoicesGenerateFinInvoices({ billId }).then(res => {                this.form = res.data.data                this.form.businessTypes = this.form.businessTypes ? this.form.businessTypes.split(',') : [] // 业务类型转换成数组显示                this.form.feeCnName = this.form.feeCnName ? this.form.feeCnName.split(',') : []                // 判断是否是数组                if (Array.isArray(this.form.finInvoicesItemsList)) {                    this.tableData = this.form.finInvoicesItemsList.map(item => {                        if (item.currentCurCode == 'CNY') {                            item.currentAmountCNY = item.currentAmount                        } else {                            item.currentAmountUSD = item.currentAmount                        }                        return item                    })                }                // 判断是否是数组                if (Array.isArray(this.form.finInvoiceItemDetailList)) {                    this.InvoicingList = this.form.finInvoiceItemDetailList.map(item => {                        item.edit = false                        return item                    })                }            }).finally(() => {                this.pageLoading = false            });        },        // 确认申请        fininvoicesConfirmFinInvoicesfun() {            this.pageLoading = true            this.form.businessTypes = this.form.businessTypes ? this.form.businessTypes.join(',') : ''            this.form.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(',') : ''            fininvoicesConfirmFinInvoices(this.form).then(res => {                this.pageLoading = false                this.$message.success('操作成功');                this.fininvoicesDetailfun(res.data.data.id)            }).finally(() => {                this.pageLoading = false                this.saveLoading = false            });        },        // 撤销申请        fininvoicesRevokeFinInvoicesfun() {            this.$confirm("确定进行撤销确认发票操作?", {                confirmButtonText: "确定",                cancelButtonText: "取消",                type: "warning"            }).then(res => {                this.pageLoading = true                this.form.businessTypes = this.form.businessTypes ? this.form.businessTypes.join(',') : ''                this.form.feeCnName = this.form.feeCnName ? this.form.feeCnName.join(',') : ''                fininvoicesRevokeFinInvoices(this.form).then(res => {                    this.$message.success('操作成功');                    this.fininvoicesDetailfun(res.data.data.id)                }).finally(() => {                    this.pageLoading = false                });            })        },        //返回列表        backToList() {            this.$emit('goBack')        },        // 获取客户名称数据 往来单位数据        corpBcorpsListfun(cnName) {            getBcorpsList(1, 10, { cnName }).then(res => {                this.corpData = res.data.data.records            })        },        // 根据往来单位选择调用获取银行数据        bcorpsbankListfun(accountNo) {            bcorpsbankList(1, 10, {                // curNo:this.cntyCode,                pid: this.form.corpId,                accountNo: accountNo            }).then(res => {                this.bankReceiptData = res.data.data.records            })        },        // 根据往来单位选择调用获取发票抬头数据 开票单位数据        invcorpsinvoiceheaderListfun(cnName) {            corpsinvoiceheaderList(1, 20, { pid: this.form.corpId, cnName }).then(res => {                this.invCorpData = res.data.data.records            })        },        // 获取币别数据        getRateListfun(cnName) {            getRateList({ current: 1, size: 10, cnName }).then(res => {                this.curData = res.data.data.records            })        },        // 获取发票币别数据        invCurCodeRateListfun(cnName) {            getRateList({ current: 1, size: 20, cnName }).then(res => {                this.invCurCodeData = res.data.data.records            })        },        // 目的地        destinationBportsListfun(enName) {            bportsList(1, 10, { enName }).then(res => {                this.destinationData = res.data.data.records            })        },        // 卸货港        podBportsListfun(enName) {            bportsList(1, 10, { enName }).then(res => {                this.podData = res.data.data.records            })        },        // 装货港        polBportsListfun(enName) {            bportsList(1, 10, { enName }).then(res => {                this.polData = res.data.data.records            })        },        // 发票类型字典数据        invTypeWorkDictsfun() {            getWorkDicts('inv_type_los').then(res => {                this.invTypeData = res.data.data;            })        },        serverWorkDictsfun() {            getWorkDicts('Invoice_information_los').then(res => {                this.serverData = res.data.data;            })        },    },}</script><style scoped>::v-deep.el-form-item {    margin-bottom: 0;}.cardBox {    background: #fff;    width: 100%;    height: 100%;    padding: 20px;    box-sizing: border-box;    border-radius: 4px;    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);}.flexBox {    display: flex;}.flexBoxLeft {    flex: 2;    margin-right: 10px;    //padding-bottom: 40px;}.flexBoxRight {    flex: 3;    //padding-bottom: 40px;}</style>
 |