123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788 |
- <template>
- <ContentWrap v-loading="formLoading">
- <el-form
- ref="formRef"
- :model="formData"
- :rules="formRules"
- v-loading="formLoading"
- style="margin-right: 4em; margin-left: 0.5em; margin-top: 1em"
- label-width="130px"
- >
- <div class="base-expandable-content">
- <el-row>
- <el-col :span="8">
- <el-form-item :label="t('bomList.name')" prop="name">
- <el-input type="text" v-model="formData.name" />
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item :label="t('mainPlan.MaintenanceMethod')" prop="type">
- <el-select v-model="formData.outsourcingFlag" :placeholder="t('faultForm.choose')" clearable>
- <el-option
- v-for="dict in getIntDictOptions(DICT_TYPE.PMS_ORDER_PROCESS_MODE)"
- :key="dict.value"
- :label="dict.label"
- :value="dict.value"
- />
- </el-select>
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item :label="t('mainPlan.MaintenanceCost')" prop="cost">
- <el-input
- v-model="formData.cost"
- placeholder="根据物料消耗自动生成"
- disabled
- />
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item :label="t('fault.start')" prop="actualStartTime">
- <el-date-picker
- style="width: 150%"
- v-model="formData.actualStartTime"
- type="datetime"
- value-format="x"
- :placeholder="t('fault.start')"
- />
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item :label="t('fault.end')" prop="actualEndTime">
- <el-date-picker
- style="width: 150%"
- v-model="formData.actualEndTime"
- type="datetime"
- value-format="x"
- :placeholder="t('fault.end')"
- />
- </el-form-item>
- </el-col>
- <el-col :span="8">
- <el-form-item :label="t('mainPlan.otherCost')" prop="otherCost">
- <el-input
- v-model="formData.otherCost"
- @input="handleInput(formData.otherCost, 'otherCost')"
- placeholder="其他费用"
- />
- </el-form-item>
- </el-col>
- <el-col :span="24">
- <el-form-item :label="t('faultForm.remark')" prop="remark">
- <el-input v-model="formData.remark" type="textarea" :placeholder="t('faultForm.rHolder')" />
- </el-form-item>
- </el-col>
- </el-row>
- </div>
- </el-form>
- </ContentWrap>
- <ContentWrap>
- <!-- 列表 -->
- <ContentWrap>
- <el-table v-loading="loading" :data="paginatedList" :stripe="true" :show-overflow-tooltip="true" :header-cell-style="tableHeaderStyle">
- <!-- 添加序号列 -->
- <el-table-column
- type="index"
- :label="t('maintain.serial')"
- align="center"
- prop="serial"
- :width="columnWidths.serial"
- fixed="left"
- />
- <el-table-column :label="t('bomList.bomNode')" align="center" prop="bomNodeId" v-if="false"/>
- <el-table-column :label="t('iotDevice.code')" align="center" prop="deviceCode" :width="columnWidths.deviceCode" fixed="left">
- <template #default="{ row }">
- <div class="full-content-cell"> <!-- 自定义样式 -->
- {{ row.deviceCode }}
- </div>
- </template>
- </el-table-column>
- <el-table-column :label="t('iotDevice.name')" align="center" prop="deviceName" :width="columnWidths.deviceName" fixed="left">
- <template #default="{ row }">
- <div class="full-content-cell"> <!-- 自定义样式 -->
- {{ row.deviceName }}
- </div>
- </template>
- </el-table-column>
- <el-table-column :label="t('mainPlan.MaintItems')" align="center" prop="name"
- :show-overflow-tooltip="false" :width="columnWidths.name" fixed="left">
- <template #default="{ row }">
- <div class="full-content-cell"> <!-- 自定义样式 -->
- {{ row.name }}
- </div>
- </template>
- </el-table-column>
- <el-table-column :label="t('main.mileage')" key="mileageRule" align="center"
- :width="columnWidths.mileageRule" v-if="hasMileageRuleInCurrentPage">
- <template #default="scope">
- <el-switch
- v-model="scope.row.mileageRule"
- :active-value="0"
- :inactive-value="1"
- :disabled="true"
- />
- </template>
- </el-table-column>
- <el-table-column :label="t('main.runTime')" key="runningTimeRule" align="center"
- :width="columnWidths.runningTimeRule" v-if="hasTimeRuleInCurrentPage">
- <template #default="scope">
- <el-switch
- v-model="scope.row.runningTimeRule"
- :active-value="0"
- :inactive-value="1"
- :disabled="true"
- />
- </template>
- </el-table-column>
- <el-table-column :label="t('main.date')" key="naturalDateRule" align="center"
- :width="columnWidths.naturalDateRule" v-if="hasDateRuleInCurrentPage">
- <template #default="scope">
- <el-switch
- v-model="scope.row.naturalDateRule"
- :active-value="0"
- :inactive-value="1"
- :disabled="true"
- />
- </template>
- </el-table-column>
- <el-table-column :label="t('operationFillForm.sumTime')" align="center" prop="totalRunTime" v-if="hasTimeRuleInCurrentPage"
- :formatter="erpPriceTableColumnFormatter" :width="columnWidths.totalRunTime">
- <template #default="{ row }">
- {{ row.totalRunTime ?? row.tempTotalRunTime }}
- </template>
- </el-table-column>
- <el-table-column :label="t('operationFillForm.sumKil')" align="center" prop="totalMileage" v-if="hasMileageRuleInCurrentPage"
- :formatter="erpPriceTableColumnFormatter" :width="columnWidths.totalMileage">
- <template #default="{ row }">
- {{ row.totalMileage ?? row.tempTotalMileage }}
- </template>
- </el-table-column>
- <el-table-column :label="t('mainPlan.lastMaintenanceDate')" prop="lastMaintenanceDate" :width="columnWidths.lastMaintenanceDate">
- <template #default="{ row }">
- <div class="full-content-cell">
- {{ row.lastMaintenanceDate }}
- </div>
- </template>
- </el-table-column>
- <!-- 保养里程 分组 -->
- <el-table-column v-if="hasMileageRuleInCurrentPage" label="保养里程" align="center">
- <el-table-column :label="t('mainPlan.lastMaintenanceMileage')" align="center" prop="lastRunningKilometers"
- :formatter="erpPriceTableColumnFormatter" :width="columnWidths.lastRunningKilometers">
- <template #default="{ row }">
- {{ row.lastRunningKilometers }}
- </template>
- </el-table-column>
- <el-table-column :label="t('mainPlan.nextMaintenanceKm')"
- align="center" prop="nextMaintenanceKm" :width="columnWidths.nextMaintenanceKm">
- <template #default="{ row }">
- {{ row.nextMaintenanceKm ?? '-' }}
- </template>
- </el-table-column>
- <el-table-column :label="t('mainPlan.remainKm')"
- align="center" prop="remainKm" :width="columnWidths.remainKm">
- <template #default="{ row }">
- {{ row.remainKm ?? '-' }}
- </template>
- </el-table-column>
- </el-table-column>
- <!-- 保养时长 分组 -->
- <el-table-column v-if="hasTimeRuleInCurrentPage" label="保养时长" align="center">
- <el-table-column :label="t('mainPlan.lastMaintenanceOperationTime')" align="center" prop="lastRunningTime"
- :formatter="erpPriceTableColumnFormatter" :width="columnWidths.lastRunningTime">
- <template #default="{ row }">
- {{ row.lastRunningTime }}
- </template>
- </el-table-column>
- <el-table-column :label="t('mainPlan.nextMaintenanceH')"
- align="center" prop="nextMaintenanceH" :width="columnWidths.nextMaintenanceH">
- <template #default="{ row }">
- {{ row.nextMaintenanceH ?? '-' }}
- </template>
- </el-table-column>
- <el-table-column :label="t('mainPlan.remainH')"
- align="center" prop="remainH" :width="columnWidths.remainH">
- <template #default="{ row }">
- {{ row.remainH ?? '-' }}
- </template>
- </el-table-column>
- <el-table-column
- v-if="shouldShowRunningTimeColumn"
- :label="t('mainPlan.RunTimeCycle')"
- align="center"
- prop="nextRunningTime"
- :width="columnWidths.nextRunningTime"
- >
- <template #default="scope">
- <el-input-number
- v-if="scope.row.runningTimeRule === 0"
- v-model="scope.row.nextRunningTime"
- :precision="1"
- :min="1"
- :controls="false"
- style="width: 100%"
- @change="validateRunningTime(scope.row)"
- />
- <span v-else>-</span>
- <!-- 错误提示 -->
- <div v-if="scope.row.timeError" class="error-text">
- {{ scope.row.timeError }}
- </div>
- </template>
- </el-table-column>
- </el-table-column>
- <!-- 保养日期 分组 -->
- <el-table-column v-if="hasDateRuleInCurrentPage" label="保养日期" align="center">
- <el-table-column :label="t('mainPlan.lastMaintenanceNaturalDate')" align="center" prop="tempLastNaturalDate"
- :formatter="erpPriceTableColumnFormatter" :width="columnWidths.tempLastNaturalDate">
- <template #default="{ row }">
- {{ row.tempLastNaturalDate }}
- </template>
- </el-table-column>
- <el-table-column :label="t('mainPlan.nextMaintDate')"
- align="center" prop="nextMaintenanceDate" :width="columnWidths.nextMaintenanceDate">
- <template #default="{ row }">
- {{ row.nextMaintenanceDate ?? '-' }}
- </template>
- </el-table-column>
- <el-table-column :label="t('mainPlan.remainDay')"
- align="center" prop="remainDay" :width="columnWidths.remainDay">
- <template #default="{ row }">
- {{ row.remainDay ?? '-' }}
- </template>
- </el-table-column>
- </el-table-column>
- <el-table-column :label="t('common.status')" align="center" width="100">
- <template #default="scope">
- {{ getStatusText(scope.row) }}
- </template>
- </el-table-column>
- <el-table-column :label="t('iotMaintain.numberOfMaterials')" align="center" width="90">
- <template #default="scope">
- {{ getMaterialCount(scope.row.bomNodeId) }}
- </template>
- </el-table-column>
- <el-table-column :label="t('iotMaintain.operation')" align="center" prop="operation" :width="columnWidths.operation" fixed="right">
- <template #default="scope">
- <div class="horizontal-actions">
- <!-- 查看当前保养项已经绑定的物料列表 -->
- <el-tooltip
- v-if="scope.row.deviceBomMaterials && scope.row.deviceBomMaterials.length > 0"
- effect="dark"
- :content="t('mainPlan.deviceBomMaterials')"
- placement="top"
- :show-after="300"
- >
- <el-button
- type="primary"
- link
- :icon="View"
- @click="handleDropdownCommand({ action: 'deviceBomMaterials', row: scope.row })"
- class="action-button"
- />
- </el-tooltip>
- <!-- 延迟保养按钮 -->
- <el-tooltip
- v-if="scope.row.status === 0"
- effect="dark"
- :content="t('stock.DelayMaintenance')"
- placement="top"
- :show-after="300"
- >
- <el-button
- type="primary"
- link
- :icon="Clock"
- @click="handleDropdownCommand({ action: 'delay', row: scope.row })"
- class="action-button"
- />
- </el-tooltip>
- <!-- 选择物料按钮 -->
- <el-tooltip
- v-if="scope.row.status === 0"
- effect="dark"
- :content="t('stock.selectMaterial')"
- placement="top"
- :show-after="300"
- >
- <el-button
- type="primary"
- link
- :icon="Box"
- @click="handleDropdownCommand({ action: 'material', row: scope.row })"
- class="action-button"
- />
- </el-tooltip>
- <!-- 物料详情按钮 -->
- <el-tooltip
- effect="dark"
- :content="t('bomList.materialDetail')"
- placement="top"
- :show-after="300"
- >
- <el-button
- type="primary"
- link
- :icon="Document"
- @click="handleDropdownCommand({ action: 'detail', row: scope.row })"
- class="action-button"
- />
- </el-tooltip>
- </div>
- </template>
- </el-table-column>
- </el-table>
- <div style="margin-top: 20px; display: flex; justify-content: flex-end;">
- <el-pagination
- v-model:current-page="currentPage"
- v-model:page-size="pageSize"
- :page-sizes="[10]"
- :background="true"
- layout="total, sizes, prev, pager, next, jumper"
- :total="list.length"
- @current-change="handleCurrentChange"
- @size-change="handleSizeChange"
- />
- </div>
- </ContentWrap>
- <!-- 选择的物料列表 -->
- <ContentWrap>
- <el-table v-loading="false" :data="materialList" :stripe="true" :show-overflow-tooltip="true" v-if="false">
- <el-table-column :label="t('bomList.bomNode')" align="center" prop="bomNodeId" />
- <el-table-column label="工厂id" align="center" prop="factoryId" v-if="false"/>
- <el-table-column label="工厂名称" align="center" prop="factory" v-if="false"/>
- <el-table-column label="成本中心id" align="center" prop="costCenterId" v-if="false"/>
- <el-table-column label="成本中心名称" align="center" prop="costCenter" v-if="false"/>
- <el-table-column label="库存地点id" align="center" prop="storageLocationId" v-if="false"/>
- <el-table-column label="库存地点名称" align="center" prop="projectDepartment" v-if="false"/>
- <el-table-column label="物料编码" align="center" prop="materialCode" />
- <el-table-column label="物料名称" align="center" prop="materialName" />
- <el-table-column label="单位" align="center" prop="unit" />
- <el-table-column label="单价(CNY/元)" align="center" prop="unitPrice" :formatter="erpPriceTableColumnFormatter"/>
- <el-table-column label="消耗数量" align="center" prop="quantity" />
- <el-table-column label="总库存数量" align="center" prop="totalInventoryQuantity" />
- </el-table>
- </ContentWrap>
- </ContentWrap>
- <ContentWrap>
- <el-form>
- <el-form-item style="float: right">
- <el-button @click="submitForm" type="primary" :disabled="formLoading">{{t('common.save')}}</el-button>
- <el-button @click="close">{{t('common.cancel')}}</el-button>
- </el-form-item>
- </el-form>
- </ContentWrap>
- <!-- 新增配置对话框 -->
- <el-dialog
- v-model="configDialog.visible"
- :title="`设备 ${configDialog.current?.deviceCode+'-'+configDialog.current?.name} 保养配置`"
- width="600px"
- >
- <!-- 使用header插槽自定义标题 -->
- <template #header>
- <span>设备 <strong>{{ configDialog.current?.deviceCode }}-{{ configDialog.current?.name }}</strong> 保养项配置</span>
- </template>
- <el-form :model="configDialog.form" label-width="200px" :rules="configFormRules" ref="configFormRef">
- <div class="form-group">
- <div class="group-title">{{ t('mainPlan.basicMaintenanceRecords') }}</div>
- <!-- 里程配置 -->
- <el-form-item
- v-if="configDialog.current?.mileageRule === 0"
- :label="t('mainPlan.lastMaintenanceMileage')"
- prop="lastRunningKilometers"
- >
- <el-input-number
- v-model="configDialog.form.lastRunningKilometers"
- :precision="2"
- :min="0"
- controls-position="right"
- :controls="false"
- style="width: 60%"
- :disabled="true"
- />
- </el-form-item>
- <!-- 推迟公里数 -->
- <el-form-item
- v-if="configDialog.current?.mileageRule === 0"
- :label="t('mainPlan.DelayKil')"
- prop="delayKilometers"
- >
- <el-input-number
- v-model="configDialog.form.delayKilometers"
- :precision="2"
- :min="0"
- controls-position="right"
- :controls="false"
- style="width: 60%"
- />
- </el-form-item>
- <!-- 运行时间配置 -->
- <el-form-item
- v-if="configDialog.current?.runningTimeRule === 0"
- :label="t('mainPlan.lastMaintenanceOperationTime')"
- prop="lastRunningTime"
- >
- <el-input-number
- v-model="configDialog.form.lastRunningTime"
- :precision="1"
- :min="0"
- controls-position="right"
- :controls="false"
- style="width: 60%"
- :disabled="true"
- />
- </el-form-item>
- <!-- 推迟时长 -->
- <el-form-item
- v-if="configDialog.current?.runningTimeRule === 0"
- :label="t('mainPlan.DelayDuration')"
- prop="delayDuration"
- >
- <el-input-number
- v-model="configDialog.form.delayDuration"
- :precision="2"
- :min="0"
- controls-position="right"
- :controls="false"
- style="width: 60%"
- />
- </el-form-item>
- <!-- 自然日期配置 -->
- <el-form-item
- v-if="configDialog.current?.naturalDateRule === 0"
- :label="t('mainPlan.lastMaintenanceNaturalDate')"
- prop="lastNaturalDate"
- >
- <el-date-picker
- v-model="configDialog.form.lastNaturalDate"
- type="date"
- placeholder="选择日期"
- format="YYYY-MM-DD"
- value-format="YYYY-MM-DD"
- style="width: 60%"
- :disabled="true"
- />
- </el-form-item>
- <!-- 推迟自然日期 -->
- <el-form-item
- v-if="configDialog.current?.naturalDateRule === 0"
- :label="t('mainPlan.DelayDate')"
- prop="delayNaturalDate"
- >
- <el-input-number
- v-model="configDialog.form.delayNaturalDate"
- :precision="2"
- :min="0"
- controls-position="right"
- :controls="false"
- style="width: 60%"
- />
- </el-form-item>
- <el-form-item
- :label="t('stock.DelayReason')"
- prop="delayReason"
- v-if="configDialog.current?.mileageRule === 0 ||
- configDialog.current?.runningTimeRule === 0 ||
- configDialog.current?.naturalDateRule === 0"
- >
- <el-input
- v-model="configDialog.form.delayReason"
- type="textarea"
- :rows="2"
- :placeholder="t('stock.DelayReason')"
- style="width: 60%"
- />
- </el-form-item>
- </div>
- <div class="form-group" v-if="configDialog.current?.mileageRule === 0">
- <div class="group-title">{{ t('mainPlan.operatingMileageRuleConfiguration') }}</div>
- <!-- 保养规则周期值 + 提前量 -->
- <el-form-item
- v-if="configDialog.current?.mileageRule === 0"
- :label="t('mainPlan.operatingMileageCycle')"
- prop="nextRunningKilometers"
- >
- <el-input-number
- v-model="configDialog.form.nextRunningKilometers"
- :precision="2"
- :min="0"
- controls-position="right"
- :controls="false"
- style="width: 60%"
- :disabled="true"
- />
- </el-form-item>
- <el-form-item
- v-if="configDialog.current?.mileageRule === 0"
- :label="t('mainPlan.OperatingMileageCycle_lead')"
- prop="kiloCycleLead"
- >
- <el-input-number
- v-model="configDialog.form.kiloCycleLead"
- :precision="2"
- :min="0"
- controls-position="right"
- :controls="false"
- style="width: 60%"
- :disabled="true"
- />
- </el-form-item>
- </div>
- <div class="form-group" v-if="configDialog.current?.runningTimeRule === 0">
- <div class="group-title">{{ t('mainPlan.RunTimeRuleConfiguration') }}</div>
- <el-form-item
- v-if="configDialog.current?.runningTimeRule === 0"
- :label="t('mainPlan.RunTimeCycle')"
- prop="nextRunningTime"
- >
- <el-input-number
- v-model="configDialog.form.nextRunningTime"
- :precision="1"
- :min="0"
- controls-position="right"
- :controls="false"
- style="width: 60%"
- :disabled="true"
- />
- </el-form-item>
- <el-form-item
- v-if="configDialog.current?.runningTimeRule === 0"
- :label="t('mainPlan.RunTimeCycle_Lead')"
- prop="timePeriodLead"
- >
- <el-input-number
- v-model="configDialog.form.timePeriodLead"
- :precision="1"
- :min="0"
- controls-position="right"
- :controls="false"
- style="width: 60%"
- :disabled="true"
- />
- </el-form-item>
- </div>
- <div class="form-group" v-if="configDialog.current?.naturalDateRule === 0">
- <div class="group-title">{{ t('mainPlan.NaturalDayRuleConfig') }}</div>
- <el-form-item
- v-if="configDialog.current?.naturalDateRule === 0"
- :label="t('mainPlan.NaturalDailyCycle') "
- prop="nextNaturalDate"
- >
- <el-input-number
- v-model="configDialog.form.nextNaturalDate"
- :min="0"
- controls-position="right"
- :controls="false"
- style="width: 60%"
- :disabled="true"
- />
- </el-form-item>
- <el-form-item
- v-if="configDialog.current?.naturalDateRule === 0"
- :label="t('mainPlan.NaturalDailyCycle_Lead') "
- prop="naturalDatePeriodLead"
- >
- <el-input-number
- v-model="configDialog.form.naturalDatePeriodLead"
- :min="0"
- controls-position="right"
- :controls="false"
- style="width: 60%"
- :disabled="true"
- />
- </el-form-item>
- </div>
- </el-form>
- <template #footer>
- <el-button @click="configDialog.visible = false">{{ t('common.cancel')}}</el-button>
- <el-button type="primary" @click="saveConfig">{{ t('common.ok')}}</el-button>
- </template>
- </el-dialog>
- <!-- 表单弹窗:添加/修改 -->
- <WorkOrderMaterial ref="materialFormRef" @choose="selectChoose" />
- <!-- 设备BOM节点绑定的物料列表 -->
- <DeviceBomMaterials ref="deviceBomMaterialsRef" />
- <!-- 抽屉组件 展示已经选择的物料 并编辑物料消耗 -->
- <MaterialListDrawer
- :model-value="drawerVisible"
- @update:model-value="val => drawerVisible = val"
- :node-id="currentBomNodeId"
- :materials="materialList.filter(item => item.bomNodeId === currentBomNodeId)"
- @delete="handleDeleteMaterial"
- :hide-extra-columns="hideExtraColumnsInDrawer"
- />
- </template>
- <script setup lang="ts">
- import * as UserApi from '@/api/system/user'
- import { useUserStore } from '@/store/modules/user'
- import { ref } from 'vue'
- import { useRouter } from 'vue-router'
- import { IotMaintenanceBomApi, IotMaintenanceBomVO } from '@/api/pms/iotmaintenancebom'
- import { IotMainWorkOrderBomApi, IotMainWorkOrderBomVO } from '@/api/pms/iotmainworkorderbom'
- import { IotMainWorkOrderBomMaterialApi, IotMainWorkOrderBomMaterialVO } from '@/api/pms/iotmainworkorderbommaterial'
- import { IotMainWorkOrderApi, IotMainWorkOrderVO } from '@/api/pms/iotmainworkorder'
- import { useTagsViewStore } from '@/store/modules/tagsView'
- import * as DeptApi from "@/api/system/dept";
- import {erpPriceTableColumnFormatter} from "@/utils";
- import dayjs from 'dayjs'
- import MaterialListDrawer from "@/views/pms/iotmainworkorder/SelectedMaterialDrawer.vue";
- import WorkOrderMaterial from "@/views/pms/iotmainworkorder/WorkOrderMaterial.vue";
- import { IotDevicePersonApi, IotDevicePersonVO } from '@/api/pms/iotdeviceperson'
- import {DICT_TYPE, getIntDictOptions} from "@/utils/dict";
- // 引入图标
- import { View, Clock, Box, Document } from '@element-plus/icons-vue';
- /** 保养计划 表单 */
- defineOptions({ name: 'IotMainWorkOrderBom' })
- const { t } = useI18n() // 国际化
- const message = useMessage() // 消息弹窗
- const { delView } = useTagsViewStore() // 视图操作
- const { currentRoute, push } = useRouter()
- const deptUsers = ref<UserApi.UserVO[]>([]) // 用户列表
- const dept = ref() // 当前登录人所属部门对象
- const configFormRef = ref() // 配置弹出框对象
- const bomNodeId = ref() // 最新的bomNodeId
- const dialogTitle = ref('') // 弹窗的标题
- const formLoading = ref(false) // 表单的加载中:1)修改时的数据加载;2)提交的按钮禁用
- const formType = ref('') // 表单的类型:create - 新增;update - 修改
- const deviceLabel = ref('') // 表单的类型:create - 新增;update - 修改
- const drawerVisible = ref<boolean>(false)
- const currentBomNodeId = ref() // 当前选中的bom节点
- const showDrawer = ref()
- const list = ref<IotMainWorkOrderBomVO[]>([]) // 保养工单bom关联列表的数据
- const materialList = ref<IotMainWorkOrderBomMaterialVO[]>([]) // 保养工单bom关联物料列表
- const deviceIds = ref<number[]>([]) // 已经选择的设备id数组
- const { params, name } = useRoute() // 查询参数
- const id = params.id
- const devicePersonsMap = ref<Map<number, Set<string>>>(new Map()) // 存储设备-责任人映射
- // 控制抽屉额外列的显示
- const hideExtraColumnsInDrawer = ref(false)
- // 分页相关变量
- const currentPage = ref(1)
- const pageSize = ref(10)
- const tableRef = ref();
- // 新增响应式变量
- const maintItemsWidth = ref('auto')
- const lastNaturalDateWatchers = ref(new Map())
- const columnWidths = ref<Record<string, string>>({});
- const formData = ref({
- id: undefined,
- deptId: undefined,
- name: '',
- orderNumber: undefined,
- responsiblePerson: undefined,
- actualStartTime: undefined,
- actualEndTime: undefined,
- cost: undefined,
- otherCost: undefined,
- outsourcingFlag: 0,
- remark: undefined,
- status: undefined,
- devicePersons: '',
- })
- const formRules = reactive({
- name: [{ required: true, message: '工单名称不能为空', trigger: 'blur' }],
- actualStartTime: [{
- required: true,
- message: t('fault.start') + '不能为空',
- trigger: 'change'
- }, {
- validator: (rule, value, callback) => {
- const now = dayjs();
- const start = value ? dayjs(Number(value)) : null;
- // 验证开始时间 <= 当前日期
- if (start && start.isAfter(now)) {
- callback(new Error(t('fault.start') + '不能超过当前日期'));
- return;
- }
- const end = formData.value.actualEndTime
- ? dayjs(Number(formData.value.actualEndTime))
- : null;
- // 只有当结束时间有效时,才比较开始和结束时间
- if (end && end.isValid() && !end.isAfter(now)) {
- if (start && start.isAfter(end)) {
- callback(new Error(t('fault.start') + '不能超过' + t('fault.end')));
- return;
- }
- }
- // 触发结束时间的重新校验
- if (formRef.value) {
- formRef.value.validateField('actualEndTime', () => {});
- }
- callback();
- },
- trigger: 'change'
- }],
- actualEndTime: [{
- required: true,
- message: t('fault.end') + '不能为空',
- trigger: 'change'
- }, {
- validator: (rule, value, callback) => {
- const now = dayjs();
- const end = value ? dayjs(Number(value)) : null;
- // 验证结束时间 <= 当前日期
- if (end && end.isAfter(now)) {
- callback(new Error(t('fault.end') + '不能超过当前日期'));
- return;
- }
- const start = formData.value.actualStartTime
- ? dayjs(Number(formData.value.actualStartTime))
- : null;
- // 验证结束时间 >= 开始时间(仅当开始时间存在时)
- if (start && end && end.isBefore(start)) {
- callback(new Error(t('fault.end') + '必须大于等于' + t('fault.start')));
- return;
- }
- callback();
- },
- trigger: 'change'
- }]
- })
- const formRef = ref() // 表单 Ref
- interface MaterialFormExpose {
- open: (deptId: number, bomNodeId: number, row: any, type: string) => void
- }
- const materialFormRef = ref<MaterialFormExpose>();
- const deviceBomMaterialsRef = ref<MaterialFormExpose>();
- // 新增配置相关状态
- const configDialog = reactive({
- visible: false,
- current: null as IotMaintenanceBomVO | null,
- form: {
- lastRunningKilometers: 0,
- delayKilometers: 0,
- lastRunningTime: 0,
- delayDuration: 0,
- lastNaturalDate: '',
- delayNaturalDate: 0,
- // 保养规则 周期
- nextRunningKilometers: 0,
- nextRunningTime: 0,
- nextNaturalDate: 0,
- // 提前量
- kiloCycleLead: 0,
- timePeriodLead: 0,
- naturalDatePeriodLead: 0,
- // 推迟原因
- delayReason: ''
- }
- })
- // 打开配置对话框
- const openConfigDialog = (row: IotMainWorkOrderBomVO) => {
- configDialog.current = row
- // 处理日期初始化(核心修改)
- let initialDate = ''
- if (row.lastNaturalDate) {
- // 如果已有值:时间戳 -> 日期字符串
- initialDate = dayjs(row.lastNaturalDate).format('YYYY-MM-DD')
- } else {
- // 如果无值:设置默认值避免1970问题
- initialDate = ''
- }
- configDialog.form = {
- lastRunningKilometers: row.lastRunningKilometers || 0,
- delayKilometers: row.delayKilometers || 0,
- lastRunningTime: row.lastRunningTime || 0,
- delayDuration: row.delayDuration || 0,
- lastNaturalDate: initialDate,
- delayNaturalDate: row.delayNaturalDate || 0,
- // 保养规则 周期值
- nextRunningKilometers: row.nextRunningKilometers || 0,
- nextRunningTime: row.nextRunningTime || 0,
- nextNaturalDate: row.nextNaturalDate || 0,
- // 提前量
- kiloCycleLead: row.kiloCycleLead || 0,
- timePeriodLead: row.timePeriodLead || 0,
- naturalDatePeriodLead: row.naturalDatePeriodLead || 0,
- // 推迟原因
- delayReason: row.delayReason || ''
- }
- configDialog.visible = true
- }
- // 运行时间周期 单行校验方法
- const validateRunningTime = (row: IotMainWorkOrderBomVO) => {
- if (row.runningTimeRule === 0 && (!row.nextRunningTime || row.nextRunningTime <= 0)) {
- row.timeError = t('mainPlan.runningTimeCycleError');
- return false;
- }
- row.timeError = '';
- return true;
- };
- // 计算属性:获取当前页的数据
- const paginatedList = computed(() => {
- const start = (currentPage.value - 1) * pageSize.value
- const end = start + pageSize.value
- return list.value.slice(start, end)
- })
- // 页码改变处理
- const handleCurrentChange = (newPage: number) => {
- currentPage.value = newPage
- }
- // 每页条数改变处理(保持10条)
- const handleSizeChange = (newSize: number) => {
- pageSize.value = newSize
- currentPage.value = 1 // 重置到第一页
- }
- // 列宽调整后的处理
- const handleHeaderDragEnd = () => {
- nextTick(() => {
- tableRef.value?.doLayout();
- });
- };
- // 运行时间周期 全局校验方法(在submitForm中调用)
- const validateAllRunningTimes = (): boolean => {
- let isValid = true;
- list.value.forEach(row => {
- if (row.runningTimeRule === 0 && (!row.nextRunningTime || row.nextRunningTime <= 0)) {
- isValid = false;
- // 高亮标记错误行
- row.timeError = t('mainPlan.runningTimeCycleError');
- message.error(`${t('mainPlan.runningTimeCycleError')}: ${row.deviceCode}-${row.name}`);
- }
- });
- return isValid;
- };
- const openMaterialForm = (row: any) => {
- bomNodeId.value = row.bomNodeId;
- console.log('这是一个对象:', row.bomNodeId)
- const type = 'maintenance'
- materialFormRef.value.open(formData.value.deptId, bomNodeId.value, row, type)
- }
- // 查看当前保养项已经绑定的物料列表
- const openDeviceBomMaterials = (row: any) => {
- bomNodeId.value = row.bomNodeId;
- const type = 'maintenance'
- deviceBomMaterialsRef.value.open(formData.value.deptId, bomNodeId.value, row, type)
- }
- const selectChoose = (selectedMaterial) => {
- selectedMaterial.bomNodeId = bomNodeId.value
- // 关联 bomNodeId
- const processedMaterials = selectedMaterial.map(material => ({
- ...material,
- bomNodeId: bomNodeId.value // 统一关联当前行的 bomNodeId
- }));
- // 避免重复添加
- processedMaterials.forEach(newMaterial => {
- // 检查是否已存在相同 工厂+成本中心+库存地点+bomNodeId + materialCode 的条目
- const isExist = materialList.value.some(item =>
- item.bomNodeId === bomNodeId.value &&
- item.materialCode === newMaterial.materialCode &&
- item.factoryId === newMaterial.factoryId &&
- item.costCenterId === newMaterial.costCenterId &&
- item.storageLocationId === newMaterial.storageLocationId
- );
- if (!isExist) {
- materialList.value.push(newMaterial);
- }
- });
- }
- // 计算属性:判断是否需要显示运行时间周期列
- const shouldShowRunningTimeColumn = computed(() => {
- return list.value.some(item => item.runningTimeRule === 0);
- });
- /** 查看已经选择的物料 并编辑 */
- const handleView = (row: IotMainWorkOrderBomVO) => {
- currentBomNodeId.value = row.bomNodeId
- drawerVisible.value = true
- // 根据状态值设置是否隐藏额外列
- hideExtraColumnsInDrawer.value = row.status === 1
- console.log('当前bom节点:', currentBomNodeId.value)
- }
- // 计算保养金额
- const calculateTotalCost = () => {
- // 物料总金额 = ∑(单价 * 消耗数量)
- const materialTotal = materialList.value.reduce((sum, item) => {
- const price = Number(item.unitPrice) || 0
- const quantity = Number(item.quantity) || 0
- return sum + (price * quantity)
- }, 0)
- // 保养 = 物料总金额
- formData.value.cost = (materialTotal).toFixed(2)
- }
- // 监听物料列表变化
- watch(
- () => materialList.value,
- () => {
- calculateTotalCost()
- },
- { deep: true }
- )
- const handleInput = (value, obj) => {
- // 1. 过滤非法字符(只允许数字和小数点)
- let filtered = value.replace(/[^\d.]/g, '')
- // 2. 处理多个小数点的情况
- filtered = filtered.replace(/\.{2,}/g, '.')
- // 3. 限制小数点后最多两位
- let decimalParts = filtered.split('.')
- if (decimalParts.length > 1) {
- decimalParts = decimalParts.slice(0, 2)
- filtered = decimalParts.join('.')
- }
- // 4. 处理以小数点开头的情况(自动补0)
- if (filtered.startsWith('.')) {
- filtered = '0' + filtered
- }
- // 5. 更新绑定值(同时处理连续输入多个0的情况)
- formData.value[obj] = filtered.replace(/^0+(?=\d)/, '')
- }
- // 保存配置
- const saveConfig = () => {
- (configFormRef.value as any).validate((valid: boolean) => {
- if (!valid) return
- if (!configDialog.current) return
- // 动态校验逻辑
- const requiredFields = []
- if (configDialog.current.mileageRule === 0) {
- requiredFields.push('nextRunningKilometers', 'kiloCycleLead')
- }
- if (configDialog.current.runningTimeRule === 0) {
- requiredFields.push('nextRunningTime', 'timePeriodLead')
- }
- if (configDialog.current.naturalDateRule === 0) {
- requiredFields.push('nextNaturalDate', 'naturalDatePeriodLead')
- }
- const missingFields = requiredFields.filter(field =>
- !configDialog.form[field as keyof typeof configDialog.form]
- )
- if (missingFields.length > 0) {
- message.error('请填写所有必填项')
- return
- }
- // 强制校验逻辑
- if (configDialog.current.naturalDateRule === 0) {
- if (!configDialog.form.lastNaturalDate) {
- message.error('必须选择自然日期')
- return
- }
- // 验证日期有效性
- const dateValue = dayjs(configDialog.form.lastNaturalDate)
- if (!dateValue.isValid()) {
- message.error('日期格式不正确')
- return
- }
- }
- // 转换逻辑(关键修改)
- const finalDate = configDialog.form.lastNaturalDate
- ? dayjs(configDialog.form.lastNaturalDate).valueOf()
- : null // 改为null而不是0
- // 更新当前行的数据
- Object.assign(configDialog.current, {
- ...configDialog.form,
- lastNaturalDate: finalDate
- })
- configDialog.visible = false
- })
- }
- const queryParams = reactive({
- workOrderId: id
- })
- /** 获取当前所有设备ID集合 */
- const getCurrentDeviceIds = (): number[] => {
- return [...new Set(list.value.map(item => item.deviceId))]
- }
- /** 更新责任人显示 */
- function updateDevicePersonsDisplay() {
- const allNames = new Set<string>()
- devicePersonsMap.value.forEach(names => {
- names.forEach(name => allNames.add(name))
- })
- formData.value.devicePersons = Array.from(allNames).join(', ')
- }
- /**
- * 根据选择的设备查询所有设备关联的 责任人姓名 逗号分隔
- */
- async function getDevicePersons() {
- // 获取当前已经选择的设备ID集合
- const existDeviceIds = getCurrentDeviceIds()
- if (existDeviceIds.length === 0) {
- formData.value.devicePersons = ''
- return
- }
- try {
- // 调用接口获取数据
- const params = {
- deviceIds: existDeviceIds.join(',') // 明确传递数组参数
- }
- const res = await IotDevicePersonApi.getPersonsByDeviceIds(params)
- const personsData = res || []
- // 清空旧数据
- devicePersonsMap.value.clear()
- // 处理接口数据
- personsData.forEach((item: { deviceId: number; personName: string }) => {
- if (!devicePersonsMap.value.has(item.deviceId)) {
- devicePersonsMap.value.set(item.deviceId, new Set())
- }
- devicePersonsMap.value.get(item.deviceId)?.add(item.personName)
- })
- // 生成展示字符串
- updateDevicePersonsDisplay()
- } catch (error) {
- console.error('获取设备责任人失败:', error)
- }
- }
- // 获取指定bomNodeId的物料数量
- const getMaterialCount = (bomNodeId: number) => {
- console.log('当前BOM节点:' + bomNodeId)
- return materialList.value.filter(item => item.bomNodeId === bomNodeId).length
- }
- const hasDelay = (row) => {
- return row.delayKilometers > 0 ||
- row.delayNaturalDate > 0 ||
- row.delayDuration > 0
- }
- const handleDeleteMaterial = (material) => {
- // 根据唯一标识查找要删除的物料索引
- const index = materialList.value.findIndex(item =>
- item.bomNodeId === material.bomNodeId &&
- item.factoryId === material.factoryId &&
- item.costCenterId === material.costCenterId &&
- item.storageLocationId === material.storageLocationId &&
- item.materialCode === material.materialCode
- );
- if (index !== -1) {
- materialList.value.splice(index, 1);
- message.success('物料删除成功');
- }
- };
- const close = () => {
- delView(unref(currentRoute))
- push({ name: 'IotMainWorkOrder', params:{}})
- }
- /** 提交表单 */
- const emit = defineEmits(['success']) // 定义 success 事件,用于操作成功后的回调
- const submitForm = async () => {
- // 校验表单
- await formRef.value.validate()
- // 运行时间周期全局校验
- if (!validateAllRunningTimes()) {
- return; // 校验失败则终止提交
- }
- // 校验表格数据
- const isValid = validateTableData()
- if (!isValid) return
- // 提交请求
- formLoading.value = true
- try {
- const convertedList = list.value.map(item => ({
- ...item,
- lastNaturalDate: typeof item.lastNaturalDate === 'number'
- ? item.lastNaturalDate
- : (item.lastNaturalDate ? dayjs(item.lastNaturalDate).valueOf() : null)
- }));
- const data = {
- mainWorkOrder: formData.value,
- mainWorkOrderBom: convertedList,
- mainWorkOrderMaterials: materialList.value
- }
- await IotMainWorkOrderApi.fillWorkOrder(data)
- message.success(t('common.createSuccess'))
- close()
- // 发送操作成功的事件
- emit('success')
- } finally {
- formLoading.value = false
- }
- }
- const validateDelayReason = (rule: any, value: any, callback: any) => {
- const form = configDialog.form
- const hasDelay =
- (form.delayKilometers > 0) ||
- (form.delayDuration > 0) ||
- (form.delayNaturalDate > 0)
- if (hasDelay && (!value || value.trim() === '')) {
- callback(new Error('请填写推迟原因'))
- } else {
- callback()
- }
- }
- // 新增表单校验规则
- const configFormRules = reactive({
- nextRunningKilometers: [{
- required: true,
- message: '里程周期必须填写',
- trigger: 'blur'
- }],
- kiloCycleLead: [{
- required: true,
- message: '提前量必须填写',
- trigger: 'blur'
- }],
- nextRunningTime: [{
- required: true,
- message: '时间周期必须填写',
- trigger: 'blur'
- }],
- timePeriodLead: [{
- required: true,
- message: '提前量必须填写',
- trigger: 'blur'
- }],
- nextNaturalDate: [{
- required: true,
- message: '自然日周期必须填写',
- trigger: 'blur'
- }],
- naturalDatePeriodLead: [{
- required: true,
- message: '提前量必须填写',
- trigger: 'blur'
- }],
- // 新增推迟原因验证规则
- delayReason: [
- { validator: validateDelayReason, trigger: ['blur', 'change'] }
- ]
- })
- // 计算文本宽度的辅助函数
- const getTextWidth = (text: string, fontSize = 14): number => {
- const span = document.createElement('span')
- span.style.visibility = 'hidden'
- span.style.position = 'absolute'
- span.style.whiteSpace = 'nowrap'
- span.style.fontSize = '14px' // 与表格实际字体一致
- span.style.fontFamily = 'inherit'
- span.innerText = text
- document.body.appendChild(span)
- const width = span.offsetWidth
- document.body.removeChild(span)
- return width
- }
- // 计算列宽的主函数
- const calculateMaintItemsWidth = () => {
- if (list.value.length === 0) {
- maintItemsWidth.value = 'auto'
- return
- }
- // 1. 计算表头文本宽度
- const headerText = t('mainPlan.MaintItems')
- const headerWidth = getTextWidth(headerText)
- // 2. 计算内容最大宽度
- let contentMaxWidth = 0
- list.value.forEach(item => {
- if (item.name) {
- const width = getTextWidth(item.name.toString())
- if (width > contentMaxWidth) {
- contentMaxWidth = width
- }
- }
- })
- // 3. 取最大值 + 内边距(20px)
- const maxWidth = Math.max(headerWidth, contentMaxWidth) + 20
- maintItemsWidth.value = `${maxWidth}px`
- }
- // 计算下次保养公里数(通用函数)
- const calculateNextMaintenanceKm = (row: IotMaintenanceBomVO) => {
- // 验证条件:规则开启 + 两个值都存在且 > 0
- const isValid = row.mileageRule === 0 &&
- row.lastRunningKilometers > 0 &&
- row.nextRunningKilometers > 0;
- return isValid
- ? (row.lastRunningKilometers + row.nextRunningKilometers)
- : null; // 不满足条件返回null
- };
- // 计算剩余保养公里数(通用函数)
- const calculateRemainKm = (row: IotMaintenanceBomVO) => {
- // 确定使用的里程值(优先totalMileage)
- const mileageValue = row.totalMileage ?? row.tempTotalMileage;
- // 验证条件:规则开启 + 3个值都存在且 > 0
- const isValid = row.mileageRule === 0 &&
- row.lastRunningKilometers > 0 &&
- mileageValue > 0 &&
- row.nextRunningKilometers > 0;
- return isValid
- ? (row.nextRunningKilometers - (mileageValue - row.lastRunningKilometers))
- : null; // 不满足条件返回null
- };
- // 计算下次保养运行时长(通用函数)
- const calculateNextMaintenanceH = (row: IotMaintenanceBomVO) => {
- // 验证条件:规则开启 + 两个值都存在且 > 0
- const isValid = row.runningTimeRule === 0 &&
- row.lastRunningTime > 0 &&
- row.nextRunningTime > 0;
- return isValid
- ? (row.lastRunningTime + row.nextRunningTime)
- : null; // 不满足条件返回null
- };
- // 计算剩余运行时间(通用函数)
- const calculateRemainH = (row: IotMaintenanceBomVO) => {
- // 确定使用的 运行时长 值(优先 totalRunTime)
- const runTimeValue = row.totalRunTime ?? row.tempTotalRunTime;
- // 验证条件:规则开启 + 3个值都存在且 > 0
- const isValid = row.runningTimeRule === 0 &&
- row.lastRunningTime > 0 &&
- runTimeValue > 0 &&
- row.nextRunningTime > 0;
- return isValid
- ? (row.nextRunningTime - (runTimeValue - row.lastRunningTime))
- : null; // 不满足条件返回null
- };
- // 计算下次保养日期(通用函数)
- const calculateNextMaintenanceDate = (row: IotMaintenanceBomVO) => {
- // 验证条件:规则开启 + 两个值都存在且 > 0
- const isValid = row.naturalDateRule === 0 &&
- row.lastNaturalDate &&
- row.nextNaturalDate;
- return isValid
- ? dayjs(row.lastNaturalDate).add(row.nextNaturalDate, 'day').format('YYYY-MM-DD')
- : null; // 不满足条件返回null
- };
- // 计算 自然日期保养 剩余天数(通用函数)
- const calculateRemainDay = (row: IotMaintenanceBomVO) => {
- // 验证条件:规则开启 + 两个值都存在且有效
- const isValid = row.naturalDateRule === 0 &&
- row.lastNaturalDate !== null &&
- row.nextNaturalDate !== null &&
- row.nextNaturalDate > 0;
- if (!isValid) {
- return null;
- }
- try {
- // 上次保养日期:将时间戳转换为 Day.js 对象
- const lastNaturalDate = dayjs(row.lastNaturalDate);
- // 计算下次保养日期
- const nextMaintenanceDate = lastNaturalDate.add(row.nextNaturalDate, 'day');
- // 计算剩余天数(当前日期到下次保养日期的天数差)
- return nextMaintenanceDate.diff(dayjs(), 'day');
- } catch (error) {
- console.error('计算保养剩余天数错误:', error);
- return null;
- }
- };
- const getStatusText = (row: any) => {
- // 状态为1直接返回"完成"
- if (row.status === 1) return t('mainPlan.completed');
- // 状态为0时判断延迟字段
- const delayDuration = Number(row.delayDuration) || 0;
- const delayKilometers = Number(row.delayKilometers) || 0;
- const delayNaturalDate = Number(row.delayNaturalDate) || 0;
- // 任意延迟字段大于0 -> 延时
- if (delayDuration > 0 || delayKilometers > 0 || delayNaturalDate > 0) {
- return t('mainPlan.delayed');
- }
- // 否则显示保养中
- return t('mainPlan.maintaining');
- };
- // 监听数据变化重新计算
- /* watch(() => list.value, () => {
- calculateMaintItemsWidth()
- }, { deep: true }) */
- // 计算属性 - 检查当前页是否有开启的里程规则
- const hasMileageRuleInCurrentPage = computed(() => {
- return paginatedList.value.some(row => row.mileageRule === 0);
- });
- // 计算属性 - 检查当前页是否有开启的 运行时间 规则
- const hasTimeRuleInCurrentPage = computed(() => {
- return paginatedList.value.some(row => row.runningTimeRule === 0);
- });
- // 计算属性 - 检查当前页是否有开启的 自然日期 规则
- const hasDateRuleInCurrentPage = computed(() => {
- return paginatedList.value.some(row => row.naturalDateRule === 0);
- });
- // 统一计算所有列宽
- const calculateAllColumnsWidth = () => {
- const MIN_WIDTH = 70; // 最小列宽
- const PADDING = 10; // 列内边距
- const FIXED_COLUMN_PADDING = 10; // 固定列额外内边距
- const GROUP_COLUMN_EXTRA = 20; // 分组列额外宽度
- // 需要自适应的列配置
- const autoColumns = [
- { prop: 'serial', label: t('iotDevice.serial') },
- { prop: 'deviceCode', label: t('iotMaintain.deviceCode') },
- { prop: 'deviceName', label: t('iotMaintain.deviceName') },
- {
- prop: 'totalRunTime',
- label: t('operationFillForm.sumTime'),
- getValue: (row) => row.totalRunTime ?? row.tempTotalRunTime
- },
- {
- prop: 'totalMileage',
- label: t('operationFillForm.sumKil'),
- getValue: (row) => row.totalMileage ?? row.tempTotalMileage
- },
- { prop: 'name', label: t('bomList.bomNode') },
- { prop: 'lastMaintenanceDate', label: t('mainPlan.lastMaintenanceDate') },
- { prop: 'mileageRule', label: t('main.mileage') },
- { prop: 'runningTimeRule', label: t('main.runTime') },
- { prop: 'naturalDateRule', label: t('main.date') },
- { prop: 'lastRunningKilometers', label: t('mainPlan.lastMaintenanceMileage') },
- { prop: 'nextMaintenanceKm', label: t('mainPlan.nextMaintenanceKm') },
- { prop: 'remainKm', label: t('mainPlan.remainKm') },
- { prop: 'lastRunningTime', label: t('mainPlan.lastMaintenanceOperationTime') },
- { prop: 'nextMaintenanceH', label: t('mainPlan.nextMaintenanceH') },
- { prop: 'remainH', label: t('mainPlan.remainH') },
- { prop: 'nextRunningTime', label: t('mainPlan.RunTimeCycle') },
- { prop: 'tempLastNaturalDate', label: t('mainPlan.lastMaintenanceNaturalDate') },
- { prop: 'nextMaintenanceDate', label: t('mainPlan.nextMaintDate') },
- { prop: 'remainDay', label: t('mainPlan.remainDay') },
- { prop: 'operation', label: t('operationFill.operation') }
- ];
- const newWidths: Record<string, number> = {};
- autoColumns.forEach(col => {
- const headerText = col.label;
- // 计算表头宽度
- const headerWidth = getTextWidth(headerText) * 1.2;
- // 计算内容最大宽度
- let contentMaxWidth = 0;
- if (col.prop === 'operation') {
- // 操作列固定宽度(根据按钮数量)
- contentMaxWidth = 120;
- } else if (['mileageRule', 'runningTimeRule', 'naturalDateRule'].includes(col.prop)) {
- // 开关列固定宽度
- contentMaxWidth = 80;
- } else {
- list.value.forEach(row => {
- const text = col.getValue ? String(col.getValue(row)) : String(row[col.prop] || '');
- const textWidth = getTextWidth(text);
- if (textWidth > contentMaxWidth) contentMaxWidth = textWidth;
- });
- }
- // 取最大值并添加内边距
- let finalWidth = Math.max(headerWidth, contentMaxWidth, MIN_WIDTH) + PADDING;
- // 为分组列增加额外宽度(重点修改)
- if ([
- 'lastRunningKilometers',
- 'nextMaintenanceKm',
- 'remainKm',
- 'lastRunningTime',
- 'nextMaintenanceH',
- 'remainH',
- 'tempLastNaturalDate',
- 'nextMaintenanceDate',
- 'remainDay'
- ].includes(col.prop)) {
- finalWidth += GROUP_COLUMN_EXTRA;
- }
- newWidths[col.prop] = finalWidth;
- });
- // 固定列特殊处理 - 增加额外空间
- ['serial', 'deviceCode', 'deviceName', 'name'].forEach(prop => {
- if (newWidths[prop]) {
- newWidths[prop] += FIXED_COLUMN_PADDING;
- }
- });
- // 转换为CSS宽度值
- Object.keys(newWidths).forEach(prop => {
- columnWidths.value[prop] = `${newWidths[prop]}px`;
- });
- };
- // 为每一行建立lastNaturalDate到tempLastNaturalDate的同步
- const setupNaturalDateSync = (row: IotMaintenanceBomVO) => {
- // 如果该行已有watcher则跳过
- if (lastNaturalDateWatchers.value.has(row.id)) return
- // 为该行创建单独的watcher
- const unwatch = watch(
- () => row.lastNaturalDate,
- (newVal) => {
- // 转换日期格式 (时间戳 -> YYYY-MM-DD)
- row.tempLastNaturalDate = newVal
- ? dayjs(newVal).format('YYYY-MM-DD')
- : null;
- },
- { immediate: true, deep: true }
- )
- // 保存watcher用于后续清理
- lastNaturalDateWatchers.value.set(row.id, unwatch)
- }
- const tableHeaderStyle = ({ row, rowIndex }) => {
- return {
- border: '1px solid #333',
- backgroundColor: rowIndex === 0 ? '#f0f9eb' : '#f5f7fa' // 分组行特殊背景
- }
- }
- // 监听分页数据和规则变化 - 重新布局表格
- watch([paginatedList, hasMileageRuleInCurrentPage, hasTimeRuleInCurrentPage, hasDateRuleInCurrentPage], () => {
- nextTick(() => {
- tableRef.value?.doLayout();
- calculateAllColumnsWidth(); // 重新计算列宽
- });
- });
- // 下拉菜单命令处理
- const handleDropdownCommand = (command: { action: string; row: IotMainWorkOrderBomVO }) => {
- switch (command.action) {
- case 'delay':
- openConfigDialog(command.row);
- break;
- case 'material':
- openMaterialForm(command.row);
- break;
- case 'deviceBomMaterials':
- openDeviceBomMaterials(command.row);
- break;
- case 'detail':
- handleView(command.row);
- break;
- }
- };
- /** 校验表格数据 */
- const validateTableData = (): boolean => {
- let isValid = true;
- const errorMessages: string[] = []; // 通用错误集合
- const materialRequiredErrors: string[] = []; // 物料缺失专用错误集合
- // 1. 基础校验:工单明细是否存在
- if (list.value.length === 0) {
- message.error('工单明细不存在');
- return false;
- }
- // 2. 校验设备状态
- list.value.forEach((row, index) => {
- const rowNumber = index + 1;
- if (row.deviceCode === null || row.deviceName === null) {
- errorMessages.push(`第${rowNumber}行设备状态错误`);
- isValid = false;
- }
- });
- // 3. 校验物料必填(仅在非委外模式下)
- if (formData.value.outsourcingFlag !== 1) {
- list.value.forEach((row, index) => {
- const rowNumber = index + 1;
- const deviceIdentifier = `${row.deviceCode}-${row.name}`;
- // 检查是否设置了推迟保养
- const hasDelay =
- (row.delayKilometers || 0) > 0 ||
- (row.delayNaturalDate || 0) > 0 ||
- (row.delayDuration || 0) > 0;
- // 未设置推迟保养且未选择物料
- if (!hasDelay && getMaterialCount(row.bomNodeId) === 0) {
- materialRequiredErrors.push(`第${rowNumber}行【${deviceIdentifier}】未添加物料`);
- isValid = false;
- }
- });
- }
- // 4. 智能错误提示
- if (!isValid) {
- // 构建错误消息HTML
- let errorHtml = '';
- // 添加通用错误
- if (errorMessages.length > 0) {
- errorHtml += errorMessages.join('<br>');
- }
- // 添加物料错误(带智能截断)
- if (materialRequiredErrors.length > 0) {
- if (errorHtml) errorHtml += '<br>'; // 添加换行分隔
- if (materialRequiredErrors.length > 3) {
- errorHtml += materialRequiredErrors.slice(0, 3).join('<br>');
- errorHtml += `<br>...等共 ${materialRequiredErrors.length} 个保养项未添加物料`;
- } else {
- errorHtml += materialRequiredErrors.join('<br>');
- }
- }
- // 添加标题
- const title = "<span style='font-weight:bold;color:#f56c6c'></span>";
- errorHtml = title + errorHtml;
- // 显示带格式的错误消息
- message.error({
- message: errorHtml,
- dangerouslyUseHTMLString: true,
- duration: 8000 // 延长显示时间
- });
- }
- return isValid;
- };
- /** 重置表单 */
- const resetForm = () => {
- formData.value = {
- id: undefined,
- deviceId: undefined,
- status: undefined,
- description: undefined,
- pic: undefined,
- remark: undefined,
- deviceName: undefined,
- processInstanceId: undefined,
- auditStatus: undefined,
- deptId: undefined
- }
- formRef.value?.resetFields()
- }
- // 防抖函数实现
- function debounce(func: Function, wait: number) {
- let timeout: ReturnType<typeof setTimeout> | null
- return function executedFunction(...args: any[]) {
- const later = () => {
- clearTimeout(timeout!)
- func(...args)
- }
- clearTimeout(timeout!)
- timeout = setTimeout(later, wait)
- }
- }
- // 响应窗口大小变化
- const handleResize = debounce(calculateMaintItemsWidth, 300)
- onMounted(async () => {
- materialList.value = []
- const deptId = useUserStore().getUser.deptId
- // 查询当前登录人所属部门名称
- dept.value = await DeptApi.getDept(deptId)
- deptUsers.value = await UserApi.getDeptUsersByDeptId(deptId)
- formData.value.deptId = deptId
- try{
- formType.value = 'update'
- // 查询保养工单 主表数据
- const workOrder = await IotMainWorkOrderApi.getIotMainWorkOrder(id);
- formData.value = workOrder
- // 查询保养工单 明细数据
- const data = await IotMainWorkOrderBomApi.getWorkOrderBOMs(queryParams);
- list.value = []
- if (Array.isArray(data)) {
- list.value = data.map(item => {
- if (item.mileageRule === 0) {
- item.nextMaintenanceKm = calculateNextMaintenanceKm(item);
- item.remainKm = calculateRemainKm(item);
- }
- if (item.runningTimeRule === 0) {
- item.nextMaintenanceH = calculateNextMaintenanceH(item);
- item.remainH = calculateRemainH(item);
- }
- if (item.naturalDateRule === 0) {
- item.nextMaintenanceDate = calculateNextMaintenanceDate(item);
- item.remainDay = calculateRemainDay(item);
- }
- setupNaturalDateSync(item);
- return {
- ...item,
- lastNaturalDate: item.lastNaturalDate
- }
- })
- }
- // 查询当前保养工单已经关联的所有物料
- const materials = await IotMainWorkOrderBomMaterialApi.getWorkOrderBomMaterials(queryParams);
- materialList.value = []
- if (Array.isArray(materials)) {
- materialList.value = materials
- .map(item => ({
- ...item,
- }))
- }
- } catch (error) {
- console.error('数据加载失败:', error)
- message.error('数据加载失败,请重试')
- }
- nextTick(() => {
- calculateAllColumnsWidth()
- window.addEventListener('resize', calculateAllColumnsWidth);
- })
- })
- onUnmounted(async () => {
- window.removeEventListener('resize', calculateAllColumnsWidth);
- })
- </script>
- <style scoped>
- .base-expandable-content {
- overflow: hidden; /* 隐藏溢出的内容 */
- transition: max-height 0.3s ease; /* 平滑过渡效果 */
- }
- :deep(.el-input-number .el-input__inner) {
- text-align: left !important;
- padding-left: 10px; /* 保持左侧间距 */
- }
- /* 分组容器样式 */
- .form-group {
- position: relative;
- border: 1px solid #dcdfe6;
- border-radius: 4px;
- padding: 20px 15px 10px;
- margin-bottom: 18px;
- transition: border-color 0.2s;
- }
- /* 分组标题样式 */
- .group-title {
- position: absolute;
- top: -10px;
- left: 20px;
- background: white;
- padding: 0 8px;
- color: #606266;
- font-size: 12px;
- font-weight: 500;
- }
- .error-text {
- color: #f56c6c;
- font-size: 12px;
- margin-top: 5px;
- }
- :deep(.el-table__body) {
- .el-table__cell {
- .cell {
- word-break: break-word;
- max-width: 600px; /* 最大宽度限制 */
- }
- }
- }
- .full-content-cell {
- white-space: nowrap; /* 禁止换行 */
- overflow: visible; /* 允许内容溢出单元格 */
- }
- /* 新增分组表头样式 */
- :deep(.el-table__header) {
- border: 1px solid #dcdfe6 !important;
- }
- :deep(.el-table__header th) {
- border-right: 1px solid #dcdfe6 !important;
- border-bottom: 1px solid #dcdfe6 !important;
- }
- :deep(.el-table__header .is-group th) {
- background-color: #f5f7fa !important;
- border-bottom: 1px solid #dcdfe6 !important;
- font-weight: 600;
- position: relative;
- }
- :deep(.el-table__header .is-group th::after) {
- display: none !important;
- }
- /* 分组标题下的子表头单元格 */
- :deep(.el-table__header .el-table__cell:not(.is-group)) {
- border-top: 1px solid #dcdfe6 !important; /* 添加顶部边框连接分组标题 */
- }
- </style>
|