| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259 |
- <template>
- <div>
- <ele-modal
- width="90vw"
- :visible.sync="visible"
- :close-on-click-modal="false"
- row-key="code"
- custom-class="ele-dialog-form"
- :title="'齐套性检查'"
- :maxable="true"
- >
- <el-form
- :inline="true"
- class="demo-form-inline"
- label-width="107px"
- style="margin-bottom: 16px"
- >
- <el-form-item label="选择日期:">
- <!-- <el-date-picker
- v-model="startTime"
- type="date"
- placeholder="选择日期"
- value-format="yyyy-MM-dd"
- size="large"
- :picker-options="pickerOptions"
- >
- </el-date-picker> -->
- <el-date-picker
- v-model="startTime"
- type="daterange"
- value-format="yyyy-MM-dd"
- start-placeholder="开始日期"
- end-placeholder="结束日期"
- :clearable="false"
- :picker-options="pickerOptions"
- >
- </el-date-picker>
- </el-form-item>
- <el-form-item>
- <el-button type="primary" @click="onSubmit">查询</el-button>
- </el-form-item>
- </el-form>
- <div v-loading="loading">
- <el-form label-width="107px" :model="planInfo" class="plan_form">
- <el-row :gutter="20" type="flex" style="flex-wrap: wrap">
- <el-col :span="6">
- <el-form-item label="名称:">
- <el-input readonly v-model="planInfo.productName"></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="计划编号:">
- <el-input readonly v-model="planInfo.code"></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="规格:">
- <el-input readonly v-model="planInfo.specification"></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="型号:">
- <el-input readonly v-model="planInfo.model"></el-input>
- </el-form-item>
- </el-col>
- </el-row>
- <el-row>
- <el-col :span="6">
- <el-form-item label="编码:">
- <el-input readonly v-model="planInfo.productCode"></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="牌号:">
- <el-input readonly v-model="planInfo.brandNo"></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="计划数量:">
- <el-input readonly v-model="planInfo.productNum"></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6" v-if="produceType == 2">
- <el-form-item label="未发总数:">
- <el-input
- readonly
- v-model="kitComInfo.totalUnshippedQuantity"
- ></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="库存数量:">
- <el-input
- readonly
- v-model="kitComInfo.inventoryQuantity"
- ></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6" v-if="produceType == 2">
- <el-form-item label="在制总数:">
- <el-input
- readonly
- v-model="kitComInfo.totalNumberProduction"
- ></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6" v-if="produceType == 2">
- <el-form-item label="最终缺料数量:">
- <el-input
- readonly
- v-model="kitComInfo.finalFilledShortCount"
- ></el-input>
- </el-form-item>
- </el-col>
- <el-col :span="6">
- <el-form-item label="最终状态:">
- <el-input
- :class="
- kitComInfo.finalFilledShortState == '缺料'
- ? 'statusRed'
- : 'statusGreen'
- "
- readonly
- v-model="kitComInfo.finalFilledShortState"
- ></el-input>
- </el-form-item>
- </el-col>
- </el-row>
- </el-form>
- <div class="form-wrapper">
- <div
- class="left_tree"
- v-show="leftShow"
- :style="{ width: leftWidth }"
- >
- <el-tree
- ref="treeRef"
- :expand-on-click-node="false"
- :data="cardList"
- :props="treeProps"
- node-key="id"
- highlight-current
- @node-click="handleNodeClick"
- ></el-tree>
- </div>
- <div :style="{ width: rightWidth }">
- <div>
- <ele-pro-table
- ref="table"
- :needPage="false"
- :columns="columns"
- :init-load="false"
- :datasource="datasourceList"
- row-key="code"
- :cache-key="`ProductionPlanTable`"
- border
- height="40vh"
- key="id"
- :selection.sync="selection"
- >
- <template v-slot:default>
- <div class="tool">
- <div class="tool_l">
- <el-button
- v-if="produceType == 2"
- type="primary"
- @click="bulkPurchase"
- size="medium"
- >下发采购计划</el-button
- >
- <el-button
- v-if="produceType == 1 && formInline.bomType != 1"
- type="primary"
- @click="issuePlan"
- size="medium"
- >下发生产计划</el-button
- >
- </div>
- <div class="tool_r">
- <el-form
- :inline="true"
- :model="formInline"
- class="demo-form-inline"
- >
- <el-form-item label="BOM类型">
- <el-select
- size="medium"
- v-model="formInline.bomType"
- placeholder="BOM类型"
- class="select-type"
- @change="bomTypeChange"
- >
- <el-option
- v-for="item in bomListType"
- :key="item.bomType"
- :label="item.bomName"
- :value="item.bomType"
- >
- </el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="BOM版本">
- <el-select
- class="select-type"
- size="medium"
- v-model="formInline.bomId"
- placeholder="BOM版本"
- @change="bomVChange"
- >
- <el-option
- v-for="item in bomListV"
- :key="item.bomId"
- :label="item.versions"
- :value="item.bomId"
- >
- </el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="属性类型" v-if="produceType == 2">
- <el-select
- size="medium"
- v-model="formInline.attributeType"
- placeholder="属性类型"
- class="select-type"
- @change="attributeChange"
- >
- <el-option
- v-for="item in attributeList"
- :key="item.value"
- :label="item.label"
- :value="item.value"
- >
- </el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="最终状态">
- <el-select
- class="select-type"
- size="medium"
- v-model="formInline.finalState"
- placeholder="最终状态"
- @change="finalChange"
- >
- <el-option
- v-for="item in finalStateList"
- :key="item.value"
- :label="item.label"
- :value="item.value"
- >
- </el-option>
- </el-select>
- </el-form-item>
- </el-form>
- </div>
- </div>
- </template>
- <!-- <template v-slot:toolbar>
- <el-button
- v-if="produceType == 2"
- type="primary"
- @click="bulkPurchase"
- size="medium"
- >下发采购计划</el-button
- >
- <el-button
- v-if="produceType == 1"
- type="primary"
- @click="issuePlan"
- size="medium"
- >下发生产计划</el-button
- >
- </template> -->
- <!-- 默认按订单 -->
- <template v-slot:toolbar v-if="produceType == 1">
- <el-form :inline="true">
- <el-form-item label="定额计算方法:">
- <el-radio-group
- v-model="quota_calculation"
- @change="selectCalculate"
- >
- <el-radio :label="1">按订单数量</el-radio>
- <el-radio :label="2">按缺料数量</el-radio>
- </el-radio-group>
- </el-form-item>
- </el-form>
- </template>
- <template v-slot:toolkit>
- <!-- 定额计算方法: 按订单数量 按缺料数量 -->
- <el-form :inline="true">
- <el-form-item label="基本数量">
- <el-input size="medium" v-model="baseCount" disabled>
- <template slot="append">{{ baseUnit }}</template>
- </el-input>
- </el-form-item>
- </el-form>
- </template>
- <template v-slot:inventoryQuantity="{ row }">
- <el-link
- type="primary"
- :underline="false"
- @click="stockDetail(row)"
- >
- {{ row.inventoryQuantity }}
- </el-link>
- </template>
- <template v-slot:inTransitNum="{ row }">
- <el-link
- type="primary"
- :underline="false"
- @click="currentDetail(row)"
- >
- {{ row.inTransitNum }}
- </el-link>
- </template>
- <template v-slot:inventoryStatusText="{ row }">
- <div
- :class="
- row.inventoryStatusText == '缺料'
- ? 'statusRed'
- : 'statusGreen'
- "
- >
- {{ row.inventoryStatusText }}
- </div>
- </template>
- <template v-slot:inTransitStatusText="{ row }">
- <div
- :class="
- row.inTransitStatusText == '缺料'
- ? 'statusRed'
- : 'statusGreen'
- "
- >
- {{ row.inTransitStatusText }}
- </div>
- </template>
- <template v-slot:finalStateText="{ row }">
- <div
- :class="
- row.finalStateText == '缺料' ? 'statusRed' : 'statusGreen'
- "
- >
- {{ row.finalStateText }}
- </div>
- </template>
- <template v-slot:numberProductionStateText="{ row }">
- <div
- :class="
- row.numberProductionStateText == '缺料'
- ? 'statusRed'
- : 'statusGreen'
- "
- >
- {{ row.numberProductionStateText }}
- </div>
- </template>
- <template v-slot:productFinalStateText="{ row }">
- <div
- :class="
- row.productFinalStateText == '缺料'
- ? 'statusRed'
- : 'statusGreen'
- "
- >
- {{ row.productFinalStateText }}
- </div>
- </template>
- <template v-slot:finishCount="{ row }">
- <div>
- <div v-if="row.finishCount > 0">{{ row.finishCount }}</div>
- <div v-else>-</div>
- </div>
- </template>
- <!-- <template v-slot:action="{ row }">
- <el-link
- type="primary"
- :underline="false"
- @click="issuePlan(row)"
- >
- 下发生产计划
- </el-link>
- </template> -->
- </ele-pro-table>
- </div>
- </div>
- </div>
- </div>
- <div slot="footer">
- <el-button plain @click="cancel">取消</el-button>
- <!-- <el-button type="primary" @click="confirm">确定</el-button> -->
- </div>
- </ele-modal>
- <stockDetailDialog ref="stockDetailDialog" />
- <currentDetailDialog ref="currentDetailDialog" />
- <purchaseDialog ref="purchaseDialogRef" :orderType="2" @success="success" />
- <factoryAdd
- ref="factoryAddRef"
- :isAdd="false"
- :factoryType="3"
- @close="factoryClose"
- ></factoryAdd>
- </div>
- </template>
- <script>
- import {
- findMaterialInfoByPlanId,
- findBomCategoryByCategoryId,
- findBomCategoryByCategoryIdV2,
- bomVersionList,
- listBomType,
- getProductKitting
- } from '@/api/productionPlan/index.js';
- import factoryAdd from './factoryAdd';
- import stockDetailDialog from './stockDetailDialog.vue';
- import currentDetailDialog from './currentDetailDialog.vue';
- import producePlan from '@/views/materialPlan/components/producePlan.vue';
- import purchaseDialog from './purchaseDialog.vue';
- import { issueProductionPlan } from '@/api/productionPlan/index.js';
- export default {
- components: {
- stockDetailDialog,
- currentDetailDialog,
- producePlan,
- purchaseDialog,
- factoryAdd
- },
- computed: {
- fieldShow() {
- return this.produceType == 1 && this.quota_calculation === 2;
- },
- columns() {
- return [
- {
- width: 45,
- type: 'selection',
- columnKey: 'selection',
- align: 'center',
- slot: 'selection',
- fixed: 'left'
- },
- {
- columnKey: 'index',
- label: '序号',
- type: 'index',
- width: 55,
- align: 'center',
- fixed: 'left'
- },
- {
- prop: 'batchNo',
- label: '批次号',
- align: 'center',
- minWidth: 100,
- showOverflowTooltip: true
- },
- {
- prop: 'bomCode',
- label: 'BOM编码',
- align: 'center',
- minWidth: 100,
- showOverflowTooltip: true
- },
- {
- prop: 'code',
- label: '物料编码',
- align: 'center',
- minWidth: 100,
- showOverflowTooltip: true
- },
- {
- prop: 'name',
- label: '物料名称',
- align: 'center',
- minWidth: 100,
- showOverflowTooltip: true
- },
- {
- prop: 'level',
- label: '层级',
- align: 'center',
- minWidth: 50
- },
- {
- prop: 'supplierName',
- label: '供应商',
- align: 'center',
- showOverflowTooltip: true,
- minWidth: 140
- },
- {
- prop: 'demandQuantity',
- label: '定额数量',
- showOverflowTooltip: true,
- align: 'center'
- },
- {
- prop: 'unit',
- label: '单位',
- showOverflowTooltip: true,
- align: 'center',
- width: 60
- },
- {
- prop: 'totalUnshippedQuantity',
- label: '未发总数',
- showOverflowTooltip: true,
- align: 'center',
- show: this.fieldShow
- // show: this.produceType == 1
- },
- {
- slot: 'inventoryQuantity',
- prop: 'inventoryQuantity',
- label: '库存数量',
- showOverflowTooltip: true,
- align: 'center'
- },
- {
- prop: 'secureInventory',
- label: '安全库存',
- showOverflowTooltip: true,
- align: 'center'
- },
- {
- prop: 'lockQuantity',
- label: '锁库数量',
- showOverflowTooltip: true,
- align: 'center'
- },
- {
- slot: 'inventoryStatusText',
- prop: 'inventoryStatusText',
- label: '库存状态',
- align: 'center',
- minWidth: 80
- },
- {
- slot: 'inTransitNum',
- prop: 'inTransitNum',
- label: '在途数量',
- align: 'center',
- minWidth: 80
- },
- {
- prop: 'inTransitOrdersNum',
- label: '在途已关联数量 ',
- align: 'center',
- minWidth: 120
- },
- {
- slot: 'inTransitStatusText',
- prop: 'inTransitStatusText',
- label: '在途状态',
- align: 'center',
- minWidth: 80
- },
- {
- prop: 'totalNumberProduction',
- label: '在制总数',
- showOverflowTooltip: true,
- align: 'center',
- // show: this.produceType == 1
- show: this.fieldShow
- },
- {
- prop: 'numberProductionStateText',
- slot: 'numberProductionStateText',
- label: '在制齐套',
- showOverflowTooltip: true,
- align: 'center',
- // show: this.produceType == 1
- show: this.fieldShow
- },
- // {
- // prop: 'productFinalStateText',
- // slot: 'productFinalStateText',
- // label: '成品的最终齐套',
- // showOverflowTooltip: true,
- // align: 'center',
- // minWidth: 160,
- // show: this.produceType == 1
- // },
- {
- label: '最终可用数量',
- prop: 'finalAvailableQuantity',
- align: 'center',
- minWidth: 110
- },
- {
- label: '最终缺料数量',
- prop: 'finalShortageQuantity',
- align: 'center',
- minWidth: 120
- },
- {
- label: '下发状态',
- align: 'center',
- minWidth: 90,
- fixed: 'right',
- formatter: (row) => {
- return row.hasIssued ? '已下发' : '未下发';
- }
- },
- {
- slot: 'finalStateText',
- prop: 'finalStateText',
- label: '最终状态',
- align: 'center',
- minWidth: 80,
- fixed: 'right'
- }
- // {
- // columnKey: 'action',
- // label: '操作',
- // width: 120,
- // align: 'center',
- // resizable: false,
- // fixed: 'right',
- // show: this.produceType == 1,
- // slot: 'action'
- // }
- ];
- }
- },
- data() {
- return {
- visible: false,
- kitComInfo: {},
- // requiredFormingNum: 0,
- formInline: {
- finalState: 0,
- attributeType: 2,
- bomId: '',
- time: ''
- },
- finalStateList: [
- {
- label: '全部',
- value: 0
- },
- {
- label: '齐套',
- value: 1
- },
- {
- label: '缺料',
- value: 2
- }
- ],
- ids: [],
- leftShow: false,
- leftWidth: '0%',
- rightWidth: '100%',
- cardList: [],
- treeProps: {
- label: 'code',
- children: 'children'
- },
- planInfo: {
- salesCode: ''
- },
- datasourceAllList: [], // 表格物料全部数据
- datasourceList: [], // 表格物料数据
- bomListV: [], // BOM版本
- bomListType: [], // BOM 类型
- planId: '',
- selectNodeId: '',
- loading: false,
- produceType: 1,
- selection: [],
- attributeList: [
- {
- value: 'all',
- label: '全部'
- },
- {
- value: 2,
- label: '采购件'
- },
- {
- value: 3,
- label: '外协件'
- }
- ],
- baseCount: '',
- baseUnit: '',
- quota_calculation: 1,
- pickerOptions: {
- // 限制最大可选日期为今天
- disabledDate(time) {
- const today = new Date();
- return time.getTime() > today.getTime();
- }
- },
- startTime: []
- };
- },
- watch: {
- leftShow(newVal, oldVal) {
- if (newVal) {
- this.leftWidth = '230px';
- this.rightWidth = 'calc(100% - 240px)';
- } else {
- this.leftWidth = '0';
- this.rightWidth = '100%';
- }
- }
- },
- mounted() {},
- methods: {
- onSubmit() {},
- async handleNodeClick(data) {
- this.planInfo = data;
- try {
- await this.getKitting();
- await this.getBomData(data);
- this.selectNodeId = data.id;
- } catch (e) {
- console.log(e, '错误');
- }
- },
- async getKitting() {
- let { startTime, endTime } = this.getTimeData();
- let params = {
- categoryId: this.planInfo.categoryId,
- startTime,
- endTime
- };
- const res = await getProductKitting(params);
- if (res) {
- this.kitComInfo = res;
- }
- },
- getTimeData() {
- let startTime = '';
- let endTime = '';
- if (this.startTime.length > 0) {
- startTime = this.startTime[0];
- endTime = this.startTime[1];
- }
- return { startTime, endTime };
- },
- initTime() {
- // 获取当前日期(今天)
- const today = new Date(); // 注意:月份是0-based,8月对应7
- // 计算三个月前的日期
- const threeMonthsAgo = new Date(today);
- threeMonthsAgo.setMonth(today.getMonth() - 3);
- let start = this.formatDate(threeMonthsAgo);
- let end = this.formatDate(today);
- this.startTime = [start, end];
- },
- formatDate(date) {
- const year = date.getFullYear();
- const month = String(date.getMonth() + 1).padStart(2, '0');
- const day = String(date.getDate()).padStart(2, '0');
- return `${year}-${month}-${day}`;
- },
- selectCalculate(val) {
- this.attributeChange(this.formInline.attributeType);
- },
- reload(where) {
- this.$nextTick(() => {
- this.$refs.table.reload({ page: 1, where });
- });
- },
- stockDetail(row) {
- this.$refs.stockDetailDialog.open({ bomCode: row.code });
- },
- currentDetail(row) {
- this.$refs.currentDetailDialog.open({ bomCode: row.code });
- },
- // 选择BOM类型
- async bomTypeChange(e, type) {
- this.formInline.bomType = e;
- const params = {
- categoryId: this.planInfo.categoryId,
- bomType: e,
- isTemp: 0
- };
- const res = await bomVersionList(params);
- if (!res || res.length == 0) {
- this.bomListV = [];
- return;
- }
- let list = [];
- res.forEach((el) => {
- if (el.status != 1) return;
- let obj = {
- bomId: el.id,
- id: el.id,
- versions: `V${el.versions}.0`
- };
- list.push(obj);
- });
- this.bomListV = list;
- if (type == 'init') {
- let obj = list.find((el) => el.bomId == this.planInfo.bomCategoryId);
- let id = obj ? obj.bomId : list[0].bomId;
- this.formInline.bomId = id;
- this.bomVChange(id);
- } else {
- let id = list[0].bomId;
- this.formInline.bomId = id;
- this.bomVChange(id);
- }
- // let data = this.bomListType.find((el) => el.id === e);
- // if (!data) return;
- // this.bomListV = data.bomList;
- // let idx = 0;
- // if (type == 'init') {
- // idx = data.bomList.findIndex(
- // (item) => item.bomId == this.planInfo.bomCategoryId
- // );
- // }
- // const index = idx != -1 ? idx : 0;
- // await this.bomVChange(data.bomList[index].bomId);
- },
- // 选择BOM版本
- async bomVChange(e) {
- this.formInline.bomId = e;
- // return
- // let bomData = list.find((el) => el.bomId == e);
- // if (!bomData) return;
- // let data = this.bomListV.find((el) => el.bomId === e);
- this.getMaterialData({ bomId: e }, this.formInline.attributeType);
- },
- // 查询采购价跟外协件两个类型数据
- async dataMerging() {
- if (!this.formInline.bomId) {
- return;
- }
- let kitting = this.quota_calculation == 1 ? false : true;
- let { startTime, endTime } = this.getTimeData();
- let params1 = {
- planId: this.planId,
- bomVersionId: this.formInline.bomId,
- produceType: 2,
- startTime,
- endTime,
- kitting: kitting
- };
- let params2 = {
- planId: this.planId,
- bomVersionId: this.formInline.bomId,
- produceType: 3,
- startTime,
- endTime,
- kitting: kitting
- };
- this.loading = true;
- try {
- // 直接调用接口函数,因为其返回Promise,无需额外包装
- let p1 = findMaterialInfoByPlanId(params1);
- let p2 = findMaterialInfoByPlanId(params2);
- // 使用Promise.all并行执行多个Promise
- let results = await Promise.all([p1, p2]);
- this.loading = false;
- // 这里可以继续对results做后续处理,比如解构等
- const [result1, result2] = results;
- // 示例:可以接着处理result1和result2,比如合并数据等
- const mergeData = this.handleMergedData(result1, result2);
- this.resultProcess(mergeData);
- } catch (error) {
- this.loading = false;
- console.error('接口请求出错:', error);
- }
- },
- handleMergedData(result1, result2) {
- // 处理合并后的数据逻辑
- return [...result1, ...result2];
- },
- // 切换属性
- async attributeChange(e) {
- if (e == 'all') {
- this.dataMerging();
- return;
- }
- let data = this.bomListV.find(
- (el) => el.bomId === this.formInline.bomId
- );
- if (!data) return;
- await this.getMaterialData(data, e);
- },
- // 获取物料数据信息
- async getMaterialData(data, attributeType) {
- if (attributeType == 'all') {
- this.dataMerging();
- return;
- }
- let kitting = this.quota_calculation == 1 ? false : true;
- let produceType =
- this.produceType == 1 ? 1 : attributeType == 2 ? 2 : 3;
- let { startTime, endTime } = this.getTimeData();
- let params = {
- planId: this.planId,
- bomVersionId: data.bomId,
- produceType: produceType,
- startTime,
- endTime,
- kitting: kitting
- };
- this.loading = true;
- try {
- const result = await findMaterialInfoByPlanId(params);
- this.resultProcess(result);
- this.loading = false;
- } catch (err) {
- this.loading = false;
- }
- },
- // 结果数据处理
- resultProcess(result) {
- this.datasourceList = [];
- if (!result || result.length == 0) {
- this.baseCount = '';
- this.baseUnit = '';
- return;
- }
- let first = result[0];
- this.baseCount = first.baseCount;
- this.baseUnit = first.measuringUnit;
- result.forEach((item) => {
- item.batchNo = this.planInfo.batchNo;
- item.salesCode = this.planInfo.salesCode;
- item.finalState =
- item.finalStateText == '齐套'
- ? 1
- : item.finalStateText == '缺料'
- ? 2
- : '';
- });
- this.datasourceAllList = result;
- this.finalChange(this.formInline.finalState);
- },
- // 选择状态
- finalChange(e) {
- if (e === 0 || !e) {
- this.datasourceList = this.datasourceAllList;
- return;
- }
- this.datasourceList = this.datasourceAllList.filter(
- (item) => item.finalState === e
- );
- },
- // 批量采购
- async bulkPurchase() {
- if (this.selection.length == 0) {
- return this.$message.warning('请至少选择一条数据');
- }
- for (let i = 0; i < this.selection.length; i++) {
- let el = this.selection[i];
- if (el.finalState == 1) {
- return this.$message.warning('必须选择最终状态为缺料的数据');
- }
- if (el.hasIssued) {
- return this.$message.warning('必须选择下发状态为未下发的数据');
- }
- }
- let arr = JSON.parse(JSON.stringify(this.selection));
- let obj = this.bomListType.find(
- (el) => el.bomType === this.formInline.bomType
- );
- let data = {
- ...this.planInfo,
- bomId: this.formInline.bomId,
- bomType: obj.bomType
- };
- this.$refs.purchaseDialogRef.open(arr, data);
- },
- success() {
- this.bomVChange(this.formInline.bomId);
- },
- async open(dataList, produceType) {
- this.initTime();
- this.produceType = produceType;
- this.visible = true;
- this.$nextTick(() => {
- this.$refs.table.reRenderTable();
- });
- // this.$refs.table.reRenderTable();
- this.cardList = dataList;
- if (dataList.length === 1) {
- this.leftShow = false;
- } else {
- this.leftShow = true;
- const firstNodeKey = dataList[0].id;
- this.$nextTick(() => {
- this.$refs.treeRef.setCurrentKey(firstNodeKey);
- });
- }
- this.handleNodeClick(dataList[0]);
- },
- cancel() {
- this.clearData();
- this.visible = false;
- },
- clearData() {
- this.formInline = {
- finalState: 0,
- attributeType: 2,
- bomId: ''
- };
- this.baseCount = '';
- this.baseUnit = '';
- this.bomListV = [];
- this.bomListType = [];
- this.datasourceList = [];
- this.datasourceAllList = [];
- },
- // 获取bom 数据
- async getBomData(data) {
- // this.loading = true;
- try {
- this.planId = data.id;
- let params = { categoryId: data.categoryId };
- const res = await listBomType(params);
- if (!res || res.length === 0) return;
- let bomMap = {
- 1: 'PBOM',
- 2: 'MBOM',
- 3: 'ABOM'
- };
- let list = res.map((item) => {
- return {
- bomType: item.bomType,
- id: item.id,
- bomId: item.id,
- bomName: bomMap[item.bomType]
- };
- });
- let bom = list.find((el) => el.bomType == data.produceType);
- let bomType = bom ? bom.bomType : list[0].bomType;
- this.bomListType = list;
- this.formInline.bomType = bomType;
- this.bomTypeChange(bomType, 'init');
- // console.log(res, 'res 333');
- // const params = {
- // categoryId: data.categoryId,
- // bomType: data.produceType,
- // isTemp: 0
- // };
- // const res = bomVersionList(params);
- return;
- // const res = await findBomCategoryByCategoryIdV2(
- // data.bomCategoryId,
- // this.produceType
- // );
- // this.loading = false;
- // if (!res || res.length == 0) {
- // this.bomListD = [];
- // this.datasourceList = [];
- // return;
- // }
- // let obj = {};
- // let bomMap = {
- // 1: 'PBOM',
- // 2: 'MBOM',
- // 3: 'ABOM'
- // };
- // if (this.produceType == 1) {
- // delete bomMap[1];
- // }
- // let result = res.filter((item) => item.bomType != 1);
- // result.map((el) => {
- // el.bomName = bomMap[el.bomType];
- // let OBMINFO = {
- // bomId: el.bomId,
- // bomType: el.type,
- // versions: `V${el.versions}.0`
- // };
- // if (obj[el.bomType]) {
- // obj[el.bomType].bomList.unshift(OBMINFO);
- // } else {
- // obj[el.bomType] = { ...el, bomList: [OBMINFO] };
- // }
- // });
- // let list = Object.values(obj);
- // if (list.length == 0) return;
- // this.bomListType = list;
- // let bomObj = res.find(
- // (item) => item.bomId == this.planInfo.bomCategoryId
- // );
- // console.log(bomObj, 'bomObj');
- // let idx = 0;
- // if (bomObj && bomObj.bomId) {
- // idx = list.findIndex((item) => item.bomType == bomObj.bomType);
- // }
- // const index = idx != -1 ? idx : 0;
- // await this.bomTypeChange(list[index].id, 'init');
- // this.loading = false;
- } catch (err) {
- this.$message.error(err.message);
- this.loading = false;
- }
- },
- issuePlan() {
- if (this.selection.length == 0) {
- return this.$message.warning('请至少选择一条数据');
- }
- for (let i = 0; i < this.selection.length; i++) {
- let el = this.selection[i];
- if (el.finalState == 1) {
- return this.$message.warning('必须选择最终状态为缺料的数据');
- }
- // if (el.hasIssued) {
- // return this.$message.warning('必须选择下发状态为未下发的数据');
- // }
- }
- let obj = this.bomListType.find(
- (el) => el.bomType === this.formInline.bomType
- );
- const addPOList = this.fieldProcessing(this.selection);
- // this.$alert('确定要将所选的数据下发生产计划吗', {
- // confirmButtonText: '确定',
- // callback: (action) => {
- // let param = {
- // addPOList: addPOList,
- // produceType: obj.bomType,
- // id: this.planInfo.id
- // };
- // batchSave(param).then((res) => {
- // this.$message.success('操作成功');
- // this.bomVChange(this.formInline.bomId);
- // });
- // }
- // });
- this.$confirm('确定要将所选的数据下发生产计划吗?', '提示', {
- confirmButtonText: '确定',
- cancelButtonText: '取消'
- })
- .then(() => {
- let param = {
- addPOList: addPOList,
- produceType: obj.bomType,
- id: this.planInfo.id
- };
- issueProductionPlan(param).then((res) => {
- this.$message.success('操作成功');
- this.bomVChange(this.formInline.bomId);
- });
- })
- .catch(() => {});
- // this.$refs.factoryAddRef.open();
- // this.$refs.factoryAddRef.confirmChoose([row]);
- },
- // 字段处理
- fieldProcessing(arr) {
- // return;
- let list = arr.map((item) => {
- return {
- id: item.resourceBomId,
- categoryId: item.categoryId,
- productCode: item.code,
- productName: item.name,
- specification: item.specification,
- produceRoutingId: item.produceRoutingId || '',
- produceRoutingName: item.produceRoutingName || '',
- requiredFormingNum: item.finalShortageQuantity,
- startTime: this.planInfo.startTime,
- endTime: this.planInfo.endTime,
- unit: item.unit,
- brandNo: item.brandNo || '',
- batchNo: this.planInfo.batchNo,
- model: item.model,
- resourceType: 0
- };
- });
- return list || [];
- },
- factoryClose(val) {
- // this.factoryObj = {};
- },
- onSubmit() {
- this.getKitting();
- this.attributeChange(this.formInline.attributeType);
- }
- // confirm() {
- // this.visible = false;
- // },
- // async merge() {
- // this.reload({ planIds: this.ids, productType: 1, merge: 2 });
- // },
- // tabClick() {
- // this.reload({ planIds: this.ids, productType: 1 });
- // }
- }
- };
- </script>
- <style lang="scss" scoped>
- .mt20 {
- margin-top: 20px;
- }
- .el-form-item {
- margin-bottom: 0 !important;
- }
- .optionButton {
- display: flex;
- justify-content: flex-end;
- padding-bottom: 3px;
- }
- .statusRed {
- color: red;
- :deep(.el-input__inner) {
- color: red;
- }
- }
- .statusGreen {
- color: green;
- :deep(.el-input__inner) {
- color: green;
- }
- }
- .planInfo {
- }
- .form-wrapper {
- display: flex;
- }
- .planInfo {
- // display: flex;
- font-size: 16px;
- }
- .plan_form {
- .el-col {
- margin-bottom: 16px;
- }
- }
- .left_tree {
- max-height: 600px;
- min-height: 300px;
- overflow: auto;
- border: 1px solid #ccc;
- margin-right: 10px;
- }
- .tool {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 5px 10px;
- border-left: 1px solid #ededed;
- border-right: 1px solid #ededed;
- }
- </style>
|