| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572 |
- <template>
- <div class="ele-body">
- <el-card shadow="never">
- <div class="page-title">
- <PageHeader title="入库单修改"> </PageHeader>
- </div>
- <div>
- <!-- <StatusStep :activeCode="infoData.verifyStatus" /> -->
- <div class="stepsStatus">
- <el-steps :active="active" align-center>
- <el-step title="创建"></el-step>
- <el-step title="待审核"></el-step>
- <el-step :title="stepsTitle" :status="stepsStatus"></el-step>
- </el-steps>
- </div>
- <div class="content-detail">
- <header-title title="基本信息" size="16px"></header-title>
- <div class="mt20">
- <el-form label-width="120px">
- <el-col :span="8">
- <el-form-item label="入库单:">
- <span>{{ infoData.bizNo }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="入库物品类型:">
- <span>{{ handleAssetType(extInfo.assetType) }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="入库场景:">
- <span>{{ getSceneState(infoData.bizType) }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="销售订单:">
- <span>{{ extInfo.documentSource }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="权属部门:">
- <span>{{ extInfo.deptName }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="入库登记人:">
- <span>{{ extInfo.createUserName }}</span>
- </el-form-item>
- </el-col>
- <!-- <el-col :span="8">
- <el-form-item label="创建时间:">
- <span>{{ infoData.createTime }}</span>
- </el-form-item>
- </el-col> -->
- <el-col :span="8">
- <el-form-item label="入库时间:">
- <span>{{ infoData.storageTime }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="状态:">
- <span>{{ getAuditStatus(infoData.verifyStatus) }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="审核人:">
- <span>{{ infoData.verifyName }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="8" v-if="infoData.bizType == 2">
- <el-form-item label="客户:">
- <span>{{ infoData.clientName }}</span>
- </el-form-item>
- </el-col>
- <!-- <el-col :span="8" v-if="infoData.bizType == 2">
- <el-form-item label="客户代码:">
- <span>{{ infoData.clientCode }}</span>
- </el-form-item>
- </el-col> -->
- <el-col :span="8" v-if="infoData.bizType == 2">
- <el-form-item label="供应商:">
- <span>{{ extInfo.supplierName }}</span>
- </el-form-item>
- </el-col>
- <!-- <el-col :span="8" v-if="infoData.bizType != 2">
- <el-form-item label="供应商代码:">
- <span>{{ extInfo.supplierCode }}</span>
- </el-form-item>
- </el-col> -->
- <el-col :span="8">
- <el-form-item label="送货人:">
- <span>{{ infoData.fromUser }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="送货人联系方式:">
- <span>{{ extInfo.deliveryPhone }}</span>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item label="附件:">
- <!-- <el-link
- type="primary"
- v-for="(item, index) in infoData.contentImage"
- @click="contentImageDownload(item)"
- :key="item.name"
- >{{ item.name }}</el-link
- > -->
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item label="备注:">
- <span>{{ infoData.remark }}</span>
- </el-form-item>
- </el-col>
- </el-form>
- </div>
- </div>
- <div class="content-detail mt20">
- <header-title title="物品信息" size="16px"></header-title>
- <!-- =={{ warehousingMaterialList }} -->
- <div class="mt20">
- <div class="mt10">
- <el-form
- ref="warehousingMaterialListRef"
- :model="{ warehousingMaterialList: warehousingMaterialList }"
- :show-message="false"
- >
- <el-table
- ref="multipleTable"
- :data="warehousingMaterialList"
- tooltip-effect="dark"
- :key="infoData.assetType"
- style="width: 100%"
- stripe
- :header-cell-style="rowClass"
- >
- <el-table-column label="序号" type="index" width="50">
- </el-table-column>
- <el-table-column
- label="编码"
- prop="categoryCode"
- align="center"
- width="150"
- ></el-table-column>
- <el-table-column
- label="名称"
- align="center"
- width="170"
- prop="name"
- ></el-table-column>
- <el-table-column
- v-for="(item, index) in tableHeader"
- :key="index"
- align="center"
- :label="item.label"
- width="150"
- :prop="item.prop"
- >
- <template slot-scope="{ row }">
- <template v-if="item.formatter">{{
- item.formatter(row)
- }}</template>
- <template v-else>{{ row[item.prop] }}</template>
- </template>
- </el-table-column>
- <el-table-column
- label="批次号"
- prop="batchNo"
- width="70"
- align="center"
- >
- </el-table-column>
- <el-table-column
- label="最小包装单元"
- align="center"
- prop="minPackingCount"
- width="100"
- >
- <el-table-column
- label=""
- prop="minPackingCount"
- width="100"
- align="center"
- >
- <template slot-scope="{ row, $index }">
- <template v-if="row.isSave">
- {{ row.minPackingCount }}
- </template>
- <el-form-item
- v-else
- :prop="`warehousingMaterialList.${$index}.minPackingCount`"
- required
- >
- <el-input
- v-model="row.minPackingCount"
- @input="
- (value) =>
- (row.minPackingCount = value.replace(
- /^(0+)|[^\d]+/g,
- ''
- ))
- "
- >
- </el-input>
- </el-form-item>
- </template>
- </el-table-column>
- <el-table-column label="" prop="minPackingCount">
- <template slot-scope="{ row, $index }">
- {{ handleRowUnit(row) }} /{{ row.packingUnit }}
- </template>
- </el-table-column>
- </el-table-column>
- <el-table-column
- label="包装数量"
- prop="packingCount"
- width="130"
- align="center"
- >
- <!-- <template slot-scope="{ row, $index }">
- {{ row.packingCount }} {{ row.packingUnit }}
- </template> -->
- <template slot-scope="{ row, $index }">
- <template v-if="row.isSave">
- {{ row.packingCount }} {{ row.packingUnit }}
- </template>
- <el-form-item
- v-else
- :prop="`warehousingMaterialList.${$index}.packingCount`"
- required
- >
- <el-input
- v-model="row.packingCount"
- @input="packNum(row, $event)"
- >
- <template slot="append">
- {{ row.packingUnit ? row.packingUnit : '/' }}
- </template>
- </el-input>
- </el-form-item>
- </template>
- </el-table-column>
- <el-table-column
- label="计量数量"
- prop="batchNo"
- width="100"
- align="center"
- >
- <template slot-scope="{ row, $index }">
- <template>
- {{ row.minPackingCount * row.packingCount }}
- </template>
- </template>
- </el-table-column>
- <el-table-column
- label="计量单位"
- prop="batchNo"
- width="100"
- align="center"
- >
- <template slot-scope="{ row, $index }">
- <template>
- {{ row.measuringUnit }}
- </template>
- </template>
- </el-table-column>
- <el-table-column
- label="重量"
- prop="count"
- width="100"
- align="center"
- >
- <template slot-scope="{ row, $index }">
- {{ row.weight }}
- </template>
- </el-table-column>
- <el-table-column
- label="重量单位"
- prop="count"
- width="100"
- align="center"
- >
- <template slot-scope="{ row, $index }">
- {{ row.weightUnit }}
- </template>
- </el-table-column>
- <el-table-column
- label="单价"
- prop="price"
- width="190"
- align="center"
- >
- <template slot-scope="{ row, $index }">
- <template v-if="row.isSave">
- {{ row.price }}
- </template>
- <el-form-item v-else>
- <el-input
- v-model="row.price"
- placeholder="非必填"
- @input="
- (value) =>
- (row.price = value.replace(/[^0-9.]+/g, ''))
- "
- >
- <template slot="append">
- 元/{{ handleRowUnit(row) }}
- </template>
- </el-input>
- </el-form-item>
- </template>
- </el-table-column>
- <el-table-column
- label="金额"
- align="center"
- prop="contentImage"
- :show-overflow-tooltip="true"
- width="100"
- >
- <template slot-scope="{ row, $index }">
- <!-- // calcSum(
- // row.outInNum,
- // row.univalenceUnit,
- // row.univalence,
- // row
- // ) -->
- {{
- calcSumTotal(
- row.packingCount,
- row.minPackingCount,
- row.price,
- row
- )
- }}
- </template>
- </el-table-column>
- <el-table-column
- label="货位"
- prop="position"
- :show-overflow-tooltip="true"
- width="200"
- >
- <template slot-scope="{ row, $index }">
- <template v-if="row.isSave">
- {{ row.position }}
- </template>
- <el-form-item
- v-else
- :prop="`warehousingMaterialList.${$index}.position`"
- :required="true"
- >
- <span @click="handleWareHouse(row, $index)">
- {{ row.position }}</span
- >
- </el-form-item>
- </template>
- </el-table-column>
- <el-table-column
- label="操作"
- width="200"
- fixed="right"
- align="center"
- >
- <template slot-scope="{ row, $index }">
- <el-button
- type="text"
- v-show="!row.isSave"
- @click="listSave(row, $index)"
- >保存</el-button
- >
- <el-button
- type="text"
- v-show="row.isSave"
- @click="listEdit(row, $index)"
- >编辑</el-button
- >
- </template>
- </el-table-column>
- </el-table>
- </el-form>
- </div>
- </div>
- </div>
- <div class="mt20">
- <!-- =={{ getDictValue('类型用途', infoData.assetType) }} -->
- <!-- ${handleAssetType(extInfo.assetType)} -->
- <header-title :title="`包装明细`" size="16px"></header-title>
- <el-table
- ref="multipleTable"
- :data="detailList"
- tooltip-effect="dark"
- :header-cell-style="rowClass"
- style="width: 100%"
- stripe
- >
- <el-table-column label="序号" type="index" width="50">
- </el-table-column>
- <el-table-column label="编码" prop="categoryCode"></el-table-column>
- <el-table-column label="名称" prop="name"></el-table-column>
- <el-table-column label="批次号" prop="batchNo"></el-table-column>
- <el-table-column label="包装编码" prop="code"></el-table-column>
- <el-table-column
- label="包装数量"
- prop="packingCount"
- width="80"
- ></el-table-column>
- <el-table-column
- label="包装单位"
- prop="packingUnit"
- ></el-table-column>
- <el-table-column
- label="计量数量"
- prop="minPackingCount"
- ></el-table-column>
- <el-table-column
- label="计量单位"
- prop="measuringUnit"
- ></el-table-column>
- <el-table-column
- v-if="infoData.bizType == 2 || infoData.bizType == 1"
- label="物料代号"
- prop="materielCode"
- >
- <template slot-scope="{ row }">
- <el-input
- v-show="!row.isPack"
- v-model="row.materielCode"
- ></el-input>
- <span v-show="row.isPack">{{ row.materielCode }}</span>
- </template>
- </el-table-column>
- <el-table-column
- v-if="infoData.bizType == 2 || infoData.bizType == 1"
- label="客户代号"
- prop="clientCode"
- >
- <template slot-scope="{ row }">
- <el-input
- v-show="!row.isPack"
- v-model="row.clientCode"
- ></el-input>
- <span v-show="row.isPack">{{ row.clientCode }}</span>
- </template>
- </el-table-column>
- <!-- v-if="infoData.bizType == 1" -->
- <el-table-column label="刻码" prop="engrave">
- <template slot-scope="{ row }">
- <el-input v-show="!row.isPack" v-model="row.engrave"></el-input>
- <span v-show="row.isPack">{{ row.engrave }}</span>
- </template>
- </el-table-column>
- <el-table-column label="重量" prop="weight">
- <template slot-scope="{ row }">
- <el-input v-show="!row.isPack" v-model="row.weight"></el-input>
- <span v-show="row.isPack">{{ row.weight }}</span>
- </template>
- </el-table-column>
- <el-table-column label="重量单位" prop="weightUtil">
- <template slot-scope="{ row }">
- {{ row.weightUtil }}
- </template>
- </el-table-column>
- <el-table-column label="质检结果" prop="result" width="120">
- <template slot-scope="{ row }">
- <DictSelection
- dictName="质检结果"
- clearable
- v-model="row.result"
- v-show="!row.isPack"
- />
- <span v-if="row.isPack">
- <span v-if="!row.result"></span>
- <span v-if="row.result == 0">合格</span>
- <span v-else-if="row.result == 1">不合格</span>
- <span v-else>让步接收</span>
- </span>
- </template>
- </el-table-column>
- <el-table-column label="质检状态" prop="status" width="120">
- <template slot-scope="{ row }">
- <DictSelection
- dictName="质检状态"
- clearable
- v-model="row.status"
- v-show="!row.isPack"
- />
- <span v-if="row.isPack">
- <span v-if="!row.status"></span>
- <span v-if="row.status == 0">未检</span>
- <span v-else>已检</span>
- </span>
- </template>
- </el-table-column>
- <el-table-column label="日期" prop="createTime" width="200">
- <template slot="header" slot-scope="scope">
- {{ dateTypes == 1 ? '采购日期' : '生产日期' }}
- </template>
- <template slot-scope="{ row }">
- {{ row.createTime }}
- </template>
- </el-table-column>
- <el-table-column
- label="操作"
- width="100"
- fixed="right"
- align="center"
- >
- <template slot-scope="{ row, $index }">
- <el-button
- type="text"
- v-show="!row.isPack"
- @click="packSave(row, $index)"
- >保存</el-button
- >
- <el-button
- type="text"
- v-show="row.isPack"
- @click="packEdit(row, $index)"
- >编辑</el-button
- >
- </template>
- </el-table-column>
- </el-table>
- </div>
- <div class="mt20">
- <header-title :title="`物料明细`" size="16px"> </header-title>
- <el-table
- ref="multipleTable"
- :data="metailList"
- tooltip-effect="dark"
- :header-cell-style="rowClass"
- style="width: 100%"
- stripe
- height="300px"
- >
- <el-table-column label="序号" type="index" width="50">
- </el-table-column>
- <el-table-column label="编码" prop="assetCode"></el-table-column>
- <el-table-column
- label="名称"
- prop="assetName"
- width="200"
- ></el-table-column>
- <el-table-column
- label="批次号"
- prop="batchNo"
- width="80"
- ></el-table-column>
- <el-table-column
- label="物料编码"
- prop="no"
- width="200"
- ></el-table-column>
- <el-table-column
- label="计量数量"
- prop="minPackingCount"
- width="90"
- ></el-table-column>
- <el-table-column
- width="80"
- label="计量单位"
- prop="measuringUnit"
- ></el-table-column>
- <el-table-column
- v-if="infoData.bizType == 2"
- label="物料代号"
- prop="materielCode"
- >
- <template slot-scope="{ row }">
- {{ row.materielCode }}
- </template>
- </el-table-column>
- <el-table-column
- v-if="infoData.bizType == 2 || infoData.bizType == 1"
- label="客户代号"
- prop="clientCode"
- >
- <template slot-scope="{ row }">
- {{ row.clientCode }}
- </template>
- </el-table-column>
- <!-- v-if="infoData.bizType == 1" -->
- <el-table-column label="刻码" prop="engrave">
- <template slot-scope="{ row }">
- {{ row.engrave }}
- </template>
- </el-table-column>
- <el-table-column width="100" label="重量" prop="weight">
- <template slot-scope="{ row }">
- {{ row.weight }}
- </template>
- </el-table-column>
- <el-table-column label="重量单位" prop="weightUnit">
- <template slot-scope="{ row }">
- {{ row.weightUnit }}
- </template>
- </el-table-column>
- <el-table-column label="质检结果" prop="result" width="120">
- <template slot-scope="{ row }">
- <span>
- <span v-if="!row.result"></span>
- <span v-if="row.result == 0">合格</span>
- <span v-else-if="row.result == 1">不合格</span>
- <span v-else>让步接收</span>
- </span>
- </template>
- </el-table-column>
- <el-table-column label="质检状态" prop="status" width="120">
- <template slot-scope="{ row }">
- <span
- ><span v-if="!row.status"></span>
- <span v-if="row.status == 0">未检</span>
- <span v-else>已检</span></span
- >
- </template>
- </el-table-column>
- </el-table>
- </div>
- </div>
- <div class="center mt20" style="text-align: center">
- <el-button type="primary" @click="handleSave" :loading="saveLoading"
- >保存</el-button
- >
- <el-button @click="$router.go(-1)">返回</el-button>
- </div>
- <WareHouseDailog
- ref="wareHouseDailogRef"
- @houseData="houseData"
- ></WareHouseDailog>
- </el-card>
- </div>
- </template>
- <script>
- // import { getInfo } from '@/api/stockManagement';
- import PageHeader from '@/components/PageHeader';
- import selectType from '../components/selectType.vue';
- import WareHouseDailog from '../components/WareHouseDailog.vue';
- import StatusStep from '@/components/StatusStep/common.vue';
- // import { fileSystemDownload } from '@/utils';
- import outin from '@/api/warehouseManagement/outin';
- import { getTreeByPid } from '@/api/classifyManage';
- import {
- materialType,
- warehousingType,
- useDict,
- useDictLabel,
- inputStatus,
- emergencyState,
- sceneState
- } from '@/utils/dict/index';
- import { auditStatus } from '@/utils/dict/common';
- // import { batchBarPrint } from '@/api/ledgerAssets/booksList';
- import { tableHeader } from '../common';
- import { mapGetters, mapActions } from 'vuex';
- import { number } from 'echarts/core';
- export default {
- components: { StatusStep, PageHeader, WareHouseDailog },
- data() {
- return {
- saveLoading: false,
- metailList: [],
- dateTypes: 1,
- detailList: [],
- extInfo: {},
- codeList: [],
- auditStatus,
- infoData: {},
- warehousingMaterialList: [],
- tableData2: [],
- activeName: 'a',
- num: 1,
- openWindows: false, //打印弹窗
- barCodeConfig: [],
- stepsTitle: '已完成',
- stepsStatus: 'success',
- active: 0,
- // 条码类型枚举
- codeTypeObj: {
- 生产设备: 'EQUIPMENT',
- 舟皿: '',
- 周转车: 'TURNOVER_CAR',
- 模具: 'MODE',
- 库位: 'STORE_LOCAL',
- 混合料: 'MIX_MATER',
- 混炼料: 'MIXING_MATER',
- 破碎料: 'CRUSH_MATER',
- 货架: 'GOODS_SHELF',
- 返回料: 'RETURN_MATER',
- 返工料: 'REWORK_MATER',
- 备品备件: 'SPARE_PART',
- 车削料: 'LATHE_MATER',
- 风管料: 'WIND_PIPE_MATER',
- 地面料: 'GROUND_MATER'
- }
- };
- },
- watch: {
- 'infoData.verifyStatus': {
- immediate: true,
- handler(val) {
- if (val == 0) {
- this.active = 1;
- this.stepsTitle = '未审核';
- this.stepsStatus = 'wait';
- } else if (val == 1) {
- this.active = 2;
- this.stepsTitle = '审核中';
- this.stepsStatus = 'process';
- } else if (val == 2) {
- this.active = 2;
- this.stepsTitle = '审核通过';
- this.stepsStatus = 'success';
- } else if (val == 3) {
- this.active = 2;
- this.stepsTitle = '驳回';
- this.stepsStatus = 'error';
- }
- }
- }
- },
- computed: {
- ...mapGetters(['getDictValue']),
- curDateType() {
- if (this.materialCodeReqList) {
- return this.materialCodeReqList[0].manufactureTime
- ? 'manufactureTime'
- : 'procurementTime';
- }
- },
- tableHeader() {
- return tableHeader(this.infoData.assetType);
- },
- emergencyState() {
- return useDict(emergencyState)(this.infoData.emergencyState);
- }
- // 条码信息
- // materialCodeReqList() {
- // return this.warehousingMaterialList.warehouseLedgerDetails;
- // }
- },
- created() {
- this.requestDict('类型用途');
- this._getInfo();
- },
- methods: {
- //包装保存
- async packSave(row, index) {
- console.log('===', row);
- console.log('row.minPackingCount', row.minPackingCount);
- console.log(' this.detailList.length', this.detailList.length);
- let packNo = 0;
- this.warehousingMaterialList.forEach((item) => {
- if (
- item.categoryCode == row.categoryCode &&
- item.categoryCode == row.categoryCode
- ) {
- packNo = item.packingCount;
- }
- });
- console.log('packNopackNopackNo', packNo);
- if (packNo != this.detailList.length) {
- //存当前没改之前包装数量
- let count = 0;
- for (const item of this.warehousingMaterialList) {
- console.log('item', item);
- if (item.categoryId == row.categoryId) {
- count = item.outInNum;
- }
- }
- console.log(111);
- //新增包装更新物料
- const arr = [];
- row.outInDetailRecordVOList.forEach((it) => {
- it.outInDetailRecordMaterialDetailVOList.forEach((item) => {
- arr.push({ ...item });
- });
- });
- if (row.minPackingCount < Number(count)) {
- console.log(1);
- console.log('arr====arr', arr);
- console.log('rrrr', this.metailList.length);
- this.metailList = this.metaUpdate(arr, row);
- } else {
- console.log(2);
- this.metailList = this.metaAdd(arr, row);
- }
- this.$set(row, 'isPack', true);
- return;
- }
- this.$set(row, 'isPack', true);
- //更新包装明细数据,同步物料明细
- for (const i in this.metailList) {
- if (this.metailList[i].onlyCode == row.code) {
- this.metailList[i].clientCode = row.clientCode; //客户代号
- this.metailList[i].materielCode = row.materielCode; //物料代号
- this.metailList[i].result = row.result; //质检结果
- this.metailList[i].status = row.status; //质检状态
- this.metailList[i].weight = row.weight / row.minPackingCount; //重量
- }
- }
- //更新包装明细重量,更新物品重量
- const list = this.detailList;
- let sum = 0;
- for (let i = 0; i < list.length; i++) {
- sum += Number(list[i].weight);
- }
- // const data = await outin.updateOutInRecord(row);
- // if (data.code == 0) {
- // this.$message.success('修改成功');
- // }
- this.warehousingMaterialList.forEach((item) => {
- if (
- item.categoryCode == row.categoryCode &&
- item.categoryCode == row.categoryCode
- ) {
- item.weight = sum;
- }
- });
- console.log(this.warehousingMaterialList);
- },
- //更新物料
- metaUpdate(arr, row) {
- const obj = {
- assetCode: row.categoryCode,
- assetName: row.name,
- batchNo: row.batchNo,
- clientCode: row.clientCode,
- createTime: row.createTime,
- engrave: '',
- id: '',
- materielCode: row.materielCode,
- measuringUnit: row.measuringUnit,
- minPackingCount: 1,
- no: '',
- onlyCode: row.code,
- outInDetailRecordId: '',
- pathName: row.position,
- result: row.result,
- status: row.status,
- weight: row.weight / row.minPackingCount,
- weightUnit: row.weightUtil,
- counts: row.minPackingCount
- };
- // 生成 no 字段的值
- let newArr = [];
- for (let i = 1; i <= obj.counts; i++) {
- newArr.push({
- ...obj,
- no: obj.onlyCode + i.toString().padStart(4, '0')
- });
- }
- console.log('新增', newArr);
- console.log(arr);
- let data = this.metailList.concat(newArr);
- const uniqueData = data.reduce((acc, curr) => {
- acc[curr.no] = curr;
- return acc;
- }, {});
- const result = Object.values(uniqueData);
- return result;
- },
- //包装编辑
- packEdit(row, index) {
- console.log('row', row);
- console.log('this.detailList', this.detailList);
- this.$set(row, 'isPack', false);
- this.$set(
- row,
- 'result',
- row.result != null ? row.result.toString() : ''
- );
- this.$set(
- row,
- 'status',
- row.status != null ? row.status.toString() : ''
- );
- },
- houseData(argum, idx) {
- this.$set(this.warehousingMaterialList[idx], 'houseList', argum);
- argum.forEach((item) => {
- item.position = `${item.warehouseName}-${item.areaName}-${item.shelfCode}-${item.cargoSpaceCode}`;
- item.pathIds = `${item.warehouseId},${item.areaId},${item.shelfId},${item.cargoSpaceId}`;
- });
- console.log(argum);
- this.$set(
- this.warehousingMaterialList[idx],
- 'position',
- argum[0].position
- );
- console.log(
- 'this.warehousingMaterialList',
- this.warehousingMaterialList
- );
- },
- // 仓库编辑
- handleWareHouse(row, idx) {
- const a = row.pathIds.split(',');
- const b = row.position.split('-');
- row.houseList = [
- {
- warehouseId: a[0],
- warehouseNam: b[0] + '-' + b[1],
- areaId: a[1],
- areaName: b[2],
- shelfId: a[2],
- shelfCode: b[3],
- cargoSpaceId: a[3],
- cargoSpaceCode: b[4],
- num: row.packingCount
- }
- ];
- this.$refs.wareHouseDailogRef.open(
- { ...row, outInNum: row.packingCount, warehouseId: a[0] },
- idx
- );
- },
- async handleSave() {
- this.saveLoading = true;
- if (this.detailList.length != 0) {
- let a = this.infoData;
- let array1 = this.warehousingMaterialList;
- let array2 = this.detailList.map((item) => {
- return { ...item, materialDetails: this.metailList };
- });
- // 遍历数组1
- array1.forEach((item1) => {
- item1.arr = [];
- item1.outInDetailRecordUpdatePOList = [];
- // 遍历数组2
- array2.forEach((item2) => {
- if (
- item1.id == item2.outInDetailId &&
- item1.batchNo == item2.batchNo &&
- item1.categoryCode == item2.categoryCode
- ) {
- // 判断id、batchNo、categoryId是否相等
- // 将数组2对象添加到数组1对象的outInDetailRecordVOList中
- item1.arr.push(item2);
- } else {
- console.log(item2);
- item1.outInDetailRecordUpdatePOList.push({ ...item2 });
- }
- });
- });
- array1.forEach((ele) => {
- if (ele.outInDetailRecordUpdatePOList.length == ele.arr.length) {
- delete ele.arr;
- } else {
- ele.outInDetailRecordUpdatePOList = ele.arr;
- delete ele.arr;
- }
- });
- array1.forEach((e) => {
- if (e.hasOwnProperty('houseList')) {
- e.houseList.forEach((item) => {
- e.position = `${item.warehouseName}-${item.areaName}-${item.shelfCode}-${item.cargoSpaceCode}`;
- e.pathIds = `${item.warehouseId},${item.areaId},${item.shelfId},${item.cargoSpaceId}`;
- });
- }
- });
- delete array1.houseList;
- a.outInDetailUpdatePOList = array1;
- a.extInfo = this.extInfo;
- const obj = this.formatUpdate(a);
- console.log('sss===》', obj);
- try {
- const data = await outin.update(obj);
- if (data.code == 0) {
- this.$message.success('修改成功!');
- this.$router.push('/warehouseManagement/stockManagement');
- }
- } catch (error) {
- this.saveLoading = false;
- }
- } else {
- this.$message.warning('包装明细为空!');
- }
- this.saveLoading = false;
- },
- formatUpdate(a) {
- delete a.outInDetailVOList;
- console.log(a);
- // 删除 outInDetailVOList 数组对象里面的 outInDetailRecordVOList 数组对象里面的 outInDetailRecordMaterialDetailVOList
- a.outInDetailUpdatePOList = a.outInDetailUpdatePOList.map((item) => {
- const newItem = { ...item };
- delete newItem.outInDetailRecordVOList;
- return newItem;
- });
- const newData = {
- ...a,
- outInDetailUpdatePOList: a.outInDetailUpdatePOList.map((detail) => {
- const { outInDetailRecordMaterialDetailVOList, ...rest } = detail;
- return {
- ...rest,
- outInDetailRecordUpdatePOList:
- rest.outInDetailRecordUpdatePOList.map((record) => {
- const {
- outInDetailRecordMaterialDetailVOList,
- ...recordRest
- } = record;
- return { ...recordRest };
- })
- };
- })
- };
- // 对原始数据进行深拷贝,以避免修改原始数据
- const arr = JSON.parse(JSON.stringify(newData));
- // 遍历 outInDetailUpdatePOList 数组
- arr.outInDetailUpdatePOList.forEach((detail) => {
- // 遍历 outInDetailRecordUpdatePOList 数组
- detail.outInDetailRecordUpdatePOList.forEach((record) => {
- // 筛选出与 code 相等的 materialDetails 项
- const matchedDetails = record.materialDetails.filter(
- (item) => item.onlyCode === record.code
- );
- // 将匹配项放入 materialDetails 数组中
- record.materialDetails = matchedDetails;
- });
- });
- return arr;
- },
- packNum(row, value) {
- console.log(row);
- const total = {
- packingCount: Number(row.minPackingCount),
- outInNum: Number(row.packingCount)
- };
- if (row.measuringUnit == row.weightUnit) {
- row.weight = total.packingCount * 1 * total.outInNum.toFixed(2);
- } else {
- const totals = total.packingCount * total.outInNum;
- row.weight = totals * row.netWeight.toFixed(2);
- }
- return (row.outInNum = value.replace(/^(0+)|[^\d]+/g, ''));
- },
- listEdit(row) {
- this.$set(row, 'isSave', false);
- //包装
- const list = this.detailList;
- for (let i = 0; i < list.length; i++) {
- if (list[i].categoryCode === row.categoryCode) {
- // 删除满足条件的对象
- this.detailList.splice(i, 1);
- // 因为删除了一个对象,需要将索引减1
- i--;
- }
- }
- //物料
- const lists = this.metailList;
- for (let i = 0; i < lists.length; i++) {
- if (lists[i].assetCode === row.categoryCode) {
- // 删除满足条件的对象
- this.metailList.splice(i, 1);
- // 因为删除了一个对象,需要将索引减1
- i--;
- }
- }
- },
- listSave(row, index) {
- console.log(row);
- const fileds = [
- // `warehousingMaterialList.${index}.batchNo`,
- `warehousingMaterialList.${index}.position`
- ];
- console.log('==1', this.infoData.bizType);
- if (this.infoData.bizType != 5) {
- fileds.push(
- ...[
- // `warehousingMaterialList.${index}.packingCount`,
- // `warehousingMaterialList.${index}.minPackingCount`
- ]
- );
- } else if (
- this.warehousingMaterialList.some(
- (i) => !i.outInDetailRecordVOList?.length
- )
- ) {
- this.$message.error('请选择资产编号!');
- return;
- }
- Promise.all(
- fileds.map(
- (item) =>
- new Promise(async (resolve, rej) => {
- this.$refs.warehousingMaterialListRef.validateField(
- item,
- (err) => {
- if (err) {
- rej(err);
- } else {
- resolve();
- }
- }
- );
- })
- )
- )
- .then((res) => {
- this.$set(row, 'isSave', true);
- if (this.infoData.bizType != 5) {
- this.createMaterialCode(row);
- } else {
- // 退还
- // this.createMaterialCodeReturn(row);
- }
- })
- .catch((err) => {
- console.log(err);
- this.$message.error('请填入必填项!');
- });
- },
- async createMaterialCode(row) {
- console.log('==--', row);
- const {
- packingCount,
- minPackingCount,
- weight,
- outInDetailRecordVOList
- } = row;
- // console.log(row);
- // if (row.houseList) {
- // row.houseList.forEach((item) => {
- // position = `${item.warehouseName}-${item.areaName}-${item.shelfCode}-${item.cargoSpaceCode}`;
- // pathIds = `${item.warehouseId},${item.areaId},${item.shelfId},${item.cargoSpaceId}`;
- // });
- // }
- const codes = outInDetailRecordVOList[0].code;
- const index = outInDetailRecordVOList[0].code.indexOf('636');
- const result = codes.slice(-3);
- const dataArray = [];
- for (let i = 0; i < packingCount; i++) {
- const newData = { ...row };
- if (outInDetailRecordVOList.length != packingCount) {
- newData.minPackingCount = row.minPackingCount;
- newData.packingCount = 1;
- newData.weight = weight / packingCount;
- newData.weightUtil = row.weightUnit;
- newData.outInDetailId = row.id;
- } else {
- newData.minPackingCount = row.minPackingCount;
- newData.weight = weight / packingCount;
- newData.packingCount = row.packingCount / packingCount;
- newData.weightUtil = row.weightUnit;
- newData.outInDetailId = row.id;
- }
- dataArray.push(newData);
- }
- for (let j = 0; j < dataArray.length; j++) {
- const num = Number(result);
- const nums = num + j;
- const str = nums.toString().padStart(result.length, '0');
- dataArray[j].code =
- dataArray[j].categoryCode + dataArray[j].batchNo + str;
- dataArray[j].isPack = true;
- }
- const list = JSON.parse(localStorage.getItem('exitList'));
- dataArray.forEach((ele, index) => {
- if (index < list.length) {
- if (ele.code === list[index].code) {
- ele.id = list[index].id;
- } else {
- ele.isPack = false;
- ele.id = ''; // 当 code 不匹配时,将 id 设为空字符串
- }
- } else {
- ele.isPack = false;
- ele.id = ''; // 如果 index 超出了 list 的范围,将 id 设为空字符串
- }
- });
- this.detailList = this.pacKUpdate(dataArray);
- this.metailList = this.metailUpdate(dataArray);
- // this.metailList = this.metaAdd(dataArray);
- console.log('====>>>>>1', dataArray);
- },
- //包装修改
- pacKUpdate(arr) {
- for (const it of arr) {
- for (const ti of it.outInDetailRecordVOList) {
- if (ti.id == it.id) {
- it.materielCode = ti.materielCode;
- it.clientCode = ti.clientCode;
- it.result = ti.result;
- it.status = ti.status;
- }
- }
- }
- return arr;
- },
- //物料新增
- metaAdd(arr) {
- const list = arr;
- let resultArray = [];
- list.forEach((item) => {
- for (let i = 1; i <= Number(item.minPackingCount); i++) {
- resultArray.push({
- onlyCode: item.code,
- no: item.code + i.toString().padStart(4, '0'),
- assetCode: item.categoryCode,
- assetName: item.name,
- batchNo: item.batchNo,
- minPackingCount: 1,
- measuringUnit: item.measuringUnit,
- materielCode: item.materielCode,
- clientCode: item.clientCode,
- weight: item.weight / Number(item.minPackingCount),
- weightUnit: item.weightUnit,
- engrave: item.engrave,
- result: item.result,
- status: item.status
- });
- }
- });
- return resultArray;
- // console.log('物料', resultArray);
- },
- //物料修改
- metailUpdate(arr) {
- console.log('---', arr);
- const extractedArray = [];
- arr.forEach((item) => {
- item.outInDetailRecordVOList.forEach((record) => {
- extractedArray.push(
- ...record.outInDetailRecordMaterialDetailVOList
- );
- });
- });
- // 用于存储已经遇到的ID
- let idMap = {};
- // 用于存储结果的数组
- let uniqueArray = [];
- // 遍历原始数据
- for (let i = 0; i < extractedArray.length; i++) {
- let currentItem = extractedArray[i];
- // 检查当前ID是否已经在map中存在
- if (!idMap[currentItem.id]) {
- // 如果ID不存在,将当前ID添加到map中,并将当前数据添加到结果数组中
- idMap[currentItem.id] = true;
- uniqueArray.push(currentItem);
- }
- }
- return uniqueArray;
- },
- //计算金额
- calcSumTotal(PackingCount, outInNum, univalence) {
- //最小包装单元,包装数量,单价
- const total = {
- PackingCount: Number(PackingCount),
- outInNum: Number(outInNum),
- univalence: Number(univalence == undefined ? 0 : univalence)
- };
- return total.PackingCount * total.outInNum * total.univalence;
- },
- ...mapActions('dict', ['requestDict']),
- getAuditStatus: useDictLabel(auditStatus),
- getMaterialType: useDictLabel(materialType),
- getInputStatus: useDictLabel(inputStatus),
- getSceneState: useDictLabel(sceneState),
- handleRowUnit(row) {
- return row.measuringUnit;
- // if (this.extInfo.assetType == 1) {
- // console.log(row);
- // return row.weightUnit;
- // } else if (this.extInfo.assetType == 4) {
- // return row.measuringUnit;
- // } else {
- // return row.measuringUnit;
- // }
- },
- handleAssetType(r) {
- const code = this.codeList.find((item) => item.dictCode == r);
- return code?.dictValue;
- },
- rowClass({ row, column, rowIndex, columnIndex }) {
- if (rowIndex === 1) {
- return {
- display: 'none',
- background: '#EEEEEE',
- border: 'none'
- };
- }
- return { background: '#EEEEEE', border: 'none' };
- },
- async _getInfo() {
- const res = await outin.getById(this.$route.query.id);
- console.log('===', res);
- if (res) {
- this.infoData = res;
- this.extInfo = res.extInfo;
- this.warehousingMaterialList = res.outInDetailVOList.map((item) => {
- return { ...item, isSave: true };
- });
- const arr = [];
- for (const key in this.warehousingMaterialList) {
- for (const k in this.warehousingMaterialList[key]
- .outInDetailRecordVOList) {
- arr.push({
- ...this.warehousingMaterialList[key].outInDetailRecordVOList[k],
- weightUnit: this.warehousingMaterialList[key].weightUnit
- });
- }
- }
- this.exitList = arr;
- localStorage.setItem('exitList', JSON.stringify(arr));
- this.dateTypes = arr[0].dateType;
- this.detailList = arr.map((item) => {
- return { ...item, isPack: true };
- });
- let iArr = [];
- arr.forEach((item) => {
- item.outInDetailRecordMaterialDetailVOList.forEach((ele) => {
- iArr.push({ ...ele });
- });
- });
- this.metailList = iArr;
- }
- const { data } = await getTreeByPid(0);
- this.codeList = data.map((item) => {
- return { dictCode: item.id, dictValue: item.name };
- });
- },
- calcSum(a, b, c, row) {
- if (
- (Number.isNaN(+a) && a !== '') ||
- (Number.isNaN(+b) && b !== '') ||
- (Number.isNaN(+c) && c !== '')
- ) {
- return '';
- }
- return a * b * c + { yuan: '元', wanyuan: '万元' }[row.univalenceUnit];
- },
- contentImageDownload(item) {
- fileSystemDownload(item);
- },
- selectActive(num) {
- this.num = num;
- }
- }
- };
- </script>
- <style lang="scss" scoped>
- ::v-deep .page-title {
- border-bottom: none;
- }
- ::v-deep .page-title-div {
- width: 100%;
- }
- .stepsStatus {
- width: 40%;
- margin: 0 auto;
- }
- .el-form-item {
- margin-bottom: 10px;
- }
- .p20 {
- padding: 20px;
- }
- .flex {
- display: flex;
- }
- .title {
- justify-content: space-between;
- border-bottom: 1px solid #ccc;
- padding-bottom: 5px;
- span {
- font-size: 16px;
- }
- .col {
- padding-left: 40px;
- font-size: 14px;
- color: #aaaaaa;
- }
- }
- .degree {
- margin-right: 10px;
- padding: 0px 15px;
- color: #fff;
- font-size: 13px;
- line-height: 23px;
- border-radius: 23px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- span {
- width: 5px;
- height: 5px;
- border-radius: 100%;
- margin-right: 6px;
- background-color: #fff;
- }
- }
- .red {
- background-color: rgb(163, 0, 20);
- }
- .blue {
- background-color: #1989fa;
- }
- .createdInfo {
- justify-content: space-around;
- margin-top: 10px;
- font-size: 14px;
- .col {
- color: #6e6e6e;
- padding-right: 10px;
- }
- }
- .mt40 {
- margin-top: 40px;
- }
- .custSteps {
- margin-top: 20px;
- margin-left: 70px;
- .box {
- width: 158px;
- border: 1px solid #ccc;
- padding: 10px;
- flex-direction: row;
- flex-wrap: wrap;
- // justify-content: space-between;
- font-size: 12px;
- color: #9e9e9e;
- .x {
- width: 20px;
- height: 15px;
- margin-right: 5px;
- }
- .q {
- background-color: #d0e4d5;
- }
- .b {
- background-color: #1989fa;
- }
- .g {
- background-color: #157a2c;
- }
- .r {
- background-color: #a30014;
- }
- .a {
- align-items: center;
- margin-bottom: 10px;
- }
- .mr10 {
- margin-right: 10px;
- }
- .mb0 {
- margin-bottom: 0;
- }
- }
- .stepsInfo {
- // flex: 1;
- width: 483px;
- }
- }
- .mt20 {
- margin-top: 20px;
- }
- .content-detail {
- overflow: hidden;
- }
- .executor {
- font-size: 14px;
- .col {
- color: #6e6e6e;
- padding-right: 10px;
- }
- }
- .result {
- justify-content: space-around;
- }
- .mr20 {
- margin-right: 20px;
- }
- .details {
- font-size: 14px;
- margin-bottom: 10px;
- }
- .customSteps {
- margin-top: 40px;
- font-size: 14px;
- margin-left: 80px;
- .time {
- font-size: 12px;
- color: #6e6e6e;
- margin-right: 20px;
- position: relative;
- &::after {
- content: '';
- width: 1px;
- height: 100%;
- background-color: #157a2c;
- position: absolute;
- right: -26px;
- }
- }
- .flex:last-child {
- .time {
- &::after {
- display: none;
- }
- }
- }
- .round {
- margin-right: 20px;
- width: 10px;
- height: 10px;
- border-radius: 100%;
- background-color: #157a2c;
- position: relative;
- span {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 4px;
- height: 4px;
- background-color: #fff;
- border-radius: 100%;
- transform: translate(-2px, -2px);
- }
- }
- .text {
- .info {
- margin-top: 10px;
- width: 955px;
- background-color: #f0f3f3;
- overflow: hidden;
- padding: 10px;
- margin-bottom: 10px;
- }
- }
- }
- .switch_left li {
- border-right: 1px solid rgba(222, 222, 222, 1);
- border-left: 1px solid rgba(222, 222, 222, 1);
- }
- </style>
|