| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876 |
- <template>
- <div class="index_box">
- <div class="content_box">
- <!-- @tab-click="handleClick" -->
- <!-- 工序名称 -->
- <!-- <Search></Search> -->
- <div class="content_box_tab">
- <el-input
- style="width: 180px"
- clearable
- v-model="name"
- placeholder="请输入筛选项"
- @input="seekInput"
- />
- <el-tabs
- v-model="activeName"
- type="card"
- stretch
- @tab-click="tabClickValue"
- >
- <el-tab-pane label="工序" name="0">
- <el-tree
- :data="produceTaskList"
- :props="defaultProps"
- node-key="id"
- :highlight-current="true"
- @node-click="handleNodeClick"
- ref="taskListRef"
- >
- </el-tree>
- <!--
- v-loading="treeLoading"
- :node-key="nodeKey"
- ref="tree"
- :highlight-current="true"
- :expand-on-click-node="false"
- @node-click="handleNodeClick"
- v-bind="$attrs"
- :default-expand-all="defaultExpandAll" -->
- </el-tab-pane>
- <!-- <el-tab-pane label="工位" name="second"> -->
- <!-- <AssetTree @handleNodeClick="handleNodeClickNew" @setRootId="setRootId" id="0" :paramsType="'type'"
- ref="treeList" eqDevice="sb" /> -->
- <!-- <el-tree
- :data="factoryworkstationList"
- :props="defaultPropsTow"
- node-key="id"
- :highlight-current="true"
- @node-click="handleNodeClick"
- >
- </el-tree>
- </el-tab-pane> -->
- </el-tabs>
- </div>
- <div style="width: calc(100% - 220px)">
- <div class="seek-list" style="background-color: #157a2c">
- <div>
- <el-input
- style="width: 180px; margin-right: 5px"
- clearable
- v-model="keyWord"
- placeholder="请输入关键字"
- @clear="handleSearch"
- />
- <!-- <el-input style="width: 180px" clearable v-model="taskName" placeholder="请输入工序进度" /> -->
- <!-- -->
- <el-button
- size="mini"
- type="primary"
- style="margin: 0 5px"
- @click="handleSearch"
- >查询</el-button
- >
- </div>
- <div
- style="
- width: 55%;
- color: #fff;
- display: flex;
- justify-content: space-between;
- "
- >
- <div>
- <b style="margin-right: 50px">当前工序:{{ title }}</b>
- <b>下道工序:{{ title1 }}</b>
- </div>
- <div> 操作员:{{ info.name }} </div>
- </div>
- </div>
- <ele-split-layout
- space="0px"
- width="45%"
- :resizable="true"
- :min-size="200"
- :max-size="-200"
- :left-style="{
- overflow: 'hidden',
- width: '100%'
- }"
- :right-style="{ overflow: 'hidden' }"
- :responsive="false"
- style="height: calc(100vh - 70px - 50px - 90px)"
- >
- <!-- 左侧 工单列表 -->
- <div class="left_main">
- <div class="top">
- <!-- /工单列表 -->
- <produceOrder
- @workSelect="workSelect"
- @rowClick="rowClick"
- ref="produceOrder"
- @getTaskName="getTaskName"
- >
- </produceOrder>
- </div>
- <!-- <div class="bottom">
- <productionResource :BomObj="BomObj"></productionResource>
- </div> -->
- </div>
- <!-- 右侧 详情 -->
- <template v-slot:content>
- <div class="right_main">
- <!-- 领料 -->
- <!-- <div v-if="operationType == 'pick'"> -->
- <div v-if="operationType == 'pick'">
- <pickDetails
- ref="pickListRef"
- :workTaskId="workTaskId"
- :taskId="taskObj.id"
- @pickAdd="pickAdd"
- ></pickDetails>
- </div>
- <div v-if="operationType == 'feed'">
- <!-- 投料 -->
- <feeding
- :workListIds="workListIds"
- :feedNeedEquipment="feedNeedEquipment"
- ></feeding>
- </div>
- <div v-if="operationType == 'job'">
- <!-- // 报工列表 入库 -->
- <warehousing
- v-if="taskObj.id == -1"
- :workListIds="workListIds"
- ref="wareRef"
- ></warehousing>
- <!-- // 设备 入库 -->
- <!-- 普通报工 -->
- <!-- <jobBooking
- v-else
- :workListIds="workListIds"
- ref="jobRef"
- :reportNeedFeed="reportNeedFeed"
- ></jobBooking> -->
- <jobBooking
- v-else
- :workListIds="workListIds"
- ref="jobRef"
- :reportNeedFeed="reportNeedFeed"
- ></jobBooking>
- <!-- <workPlan
- style="width: 100%"
- v-else
- :workListIds="workListIds"
- ref="jobRef"
- :reportNeedFeed="reportNeedFeed"
- >
- </workPlan> -->
- </div>
- <!-- 工步 -->
- <div v-if="operationType == 'workStep'"> </div>
- <!-- 质检工序 -->
- <div v-if="operationType == 'inspection'">
- <inspection
- :workListIds="workListIds"
- ref="inspectionRef"
- ></inspection>
- </div>
- <!-- 委外 -->
- <div
- v-if="operationType == 'Outsourcing' && isType == '3'"
- class="right_main_box"
- >
- <outsourcing
- :outsourceFormVal="outsourceForm"
- @changePlugIn="changePlugIn"
- v-if="isStep"
- ></outsourcing>
- <!-- -->
- <outsourceList
- :outsourceFormVal="outObj"
- @closeForm="closeForm"
- @outScucc="outScucc"
- v-else
- ></outsourceList>
- </div>
- </div>
- </template>
- </ele-split-layout>
- <footBtn
- @footBtn="footBtn"
- :type="type"
- :singleReportInspection="singleReportInspection"
- style="background: rgba(223, 250, 222, 0.6); padding: 10px"
- ></footBtn>
- </div>
- <!-- <footBtn @footBtn="footBtn"></footBtn> -->
- </div>
- <!--领料弹框 -->
- <picking
- v-if="pickingShow"
- @close="pickingClose"
- :workListIds="workListIds"
- ></picking>
- <!-- 工艺文件 -->
- <wokePopup ref="wokePopupRef"></wokePopup>
- <!-- 检验报工 -->
- <workPlan ref="jobRefs"> </workPlan>
- <!-- <workes ref="jobRefs"> </workes> -->
- <!-- :workListIds="workListIds" :taskId="taskObj.id" -->
- <!-- 工步 -->
- <workStep ref="workStepRef" />
- <!-- 任务 -->
- <TaskDialog ref="taskDialogRef" />
- </div>
- </template>
- <script>
- import TaskDialog from '@/views/produce/components/taskDialog/index.vue';
- import Search from './components/search.vue';
- import footBtn from './components/footBtn.vue';
- // import produceOrder from './components/produceOrder.vue';
- import produceOrder from './components/new_produceOrder.vue';
- import productionResource from './components/productionResource/index.vue';
- import outsourcing from './components/outsourcing/index.vue';
- import picking from './components/picking/index.vue';
- import wokePopup from './components/picking/wokePopup.vue';
- import inspection from './components/inspection/index.vue';
- import pickDetails from './components/picking/details.vue';
- import AssetTree from '@/components/AssetTree/joobIndex.vue';
- import feeding from './components/feeding/index.vue';
- import jobBooking from './components/jobBooking/index.vue';
- import workPlan from './components/workPlan/index.vue';
- import workes from './components/workPlan/components/work.vue';
- import warehousing from './components/warehousing/index.vue';
- import outsourceList from './components/outsourcing/outsourceList.vue';
- import workStep from './components/workStep/index.vue';
- import { parameterGetByCode } from '@/api/system/dictionary-data';
- import {
- getByTaskId,
- pcCheckOutsource,
- getTaskInstanceById,
- checkOutsourceMaterial,
- listTask,
- factoryworkstationPage,
- nextTask
- } from '@/api/produce/index';
- export default {
- components: {
- Search,
- footBtn,
- wokePopup,
- produceOrder,
- productionResource,
- outsourcing,
- picking,
- pickDetails,
- outsourceList,
- feeding,
- AssetTree,
- jobBooking,
- inspection,
- warehousing,
- workStep,
- workPlan,
- TaskDialog
- },
- data() {
- return {
- name: '',
- activeName: '0',
- taskName: '',
- keyWord: '', //搜索
- title: '',
- type: '',
- loading: false,
- operationType: null,
- popupType: '', // 弹窗
- workListIds: [],
- factoryworkstationList: [],
- title1: '',
- arr: [],
- arrTow: [],
- produceTaskList: [],
- isType: '',
- isStep: true,
- outsourceForm: {},
- outObj: {},
- pickingShow: false,
- wokePopup: false,
- BomObj: {},
- defaultProps: {
- children: 'children',
- label: 'newName'
- },
- defaultPropsTow: {
- children: 'children',
- label: 'name',
- value: 'code'
- },
- feedNeedEquipment: 0, //投料是否要添加生产设备1是0否
- reportNeedFeed: 0, //生产质检是否需要处置再报工1是0否
- singleReportInspection: null, //获取选中的工单是单个还是批量
- workTaskId: null, //选中的工单工序id
- workStepQueryParam: {
- taskId: null,
- workOrderId: null,
- bomCategoryId: null,
- }
- };
- },
- computed: {
- taskObj() {
- return this.$store.state.user.taskObj;
- },
- info() {
- return this.$store.state.user.info;
- },
- rightShow() {
- return (type) => {};
- }
- },
- created() {
- this.init();
- this.getTaskList();
- this.getFactoryworkstationPageList();
- this.operationType = null;
- this.workListIds = [];
- },
- methods: {
- tabClickValue() {
- this.name = '';
- this.seekInput();
- },
- // 前端筛选
- seekInput() {
- // console.log(activeName);
- if (this.activeName == '0') {
- if (!this.name) return (this.produceTaskList = this.arr);
- this.produceTaskList = this.produceTaskList.filter((item) => {
- return item.name.indexOf(this.name) > -1;
- });
- } else {
- if (!this.name) return (this.factoryworkstationList = this.arrTow);
- this.factoryworkstationList = this.factoryworkstationList.filter(
- (item) => {
- return item.name.indexOf(this.name) > -1;
- }
- );
- }
- },
- // 折叠悬浮中样式调整
- init() {
- this.$store.dispatch('theme/setCollapse', true);
- },
- async getTaskName(value) {
- if (value.length > 0) {
- let res = await nextTask({
- taskId: this.taskObj.id,
- workOrderIds: value.map((item) => item.id)
- });
- this.title1 = res.data.map((item) => item.taskTypeName).toString();
- } else {
- this.title1 = '';
- }
- },
- handleSearch() {
- let obj = {
- keyWord: this.keyWord,
- taskName: this.taskName
- };
- this.$refs.produceOrder.handleSearch(obj);
- //handleSearch(this.code);
- },
- handleNodeClickNew(info) {
- // this.current = info;
- let current = { id: info.id };
- this.$store.commit('user/currentObj', current);
- },
- setRootId(id) {
- this.rootId = id;
- },
- // 点击工序
- handleNodeClick(data) {
- this.feedNeedEquipment = data.feedNeedEquipment;
- this.reportNeedFeed = data.reportNeedFeed;
- let obj = {
- 1: `${data.workCenterName}-${data.name}(普通工序)`,
- 3: `${data.workCenterName}-${data.name}(质检工序)`,
- 4: `${data.workCenterName}-${data.name}(包装工序)`,
- 5: `${data.workCenterName}-${data.name}(入库工序)`,
- 6: `${data.workCenterName}-${data.name}(质检工序)`
- };
- this.title = obj[data.type] || '';
- this.type = data.type;
- let taskObj = {};
- taskObj = this.produceTaskList.find((item) => item.id === data.id);
- this.$store.commit('user/setTaskObj', taskObj);
- },
- handleChoose(val) {
- console.log(val);
- },
- // 获取工序列表
- getTaskList() {
- listTask().then((res) => {
- res.map((v) => {
- v.newName = `${v.workCenterName}-${v.name}`;
- });
- this.produceTaskList = res;
- this.arr = JSON.parse(JSON.stringify(this.produceTaskList));
- //默认选择第一个工序
- if (this.produceTaskList?.length) {
- this.$store.commit('user/setTaskObj', this.produceTaskList[0]);
- this.$nextTick(() => {
- this.$refs.taskListRef.setCurrentKey(this.produceTaskList[0].id);
- });
- }
- // newName
- });
- },
- // 获取工位
- getFactoryworkstationPageList() {
- factoryworkstationPage({ pageNum: 1, size: 99999999 }).then((res) => {
- this.factoryworkstationList = res.list;
- this.arrTow = JSON.parse(JSON.stringify(this.factoryworkstationList));
- // newName
- });
- },
- closeForm() {
- this.isStep = true;
- },
- outScucc() {
- this.operationType = null;
- },
- // 切换组件
- async changePlugIn(e) {
- this.outObj = e;
- let req = {
- taskId: e.taskId,
- taskIds: e.taskIds,
- workOrderId: e.workOrderId,
- quantity: e.formedNumLast
- };
- const res = await checkOutsourceMaterial(req);
- this.outObj = { ...res.data, ...this.outsourceForm, ...this.outObj };
- this.isStep = false;
- },
- workSelect(data) {
- this.workTaskId = data.list.length > 0 ? data.list[0].taskId : null;
- this.workStepQueryParam.taskId =
- data.list.length > 0 ? data.list[0].taskId : null;
- this.workStepQueryParam.workOrderId =
- data.list.length > 0 ? data.list[0].id : null;
- this.workStepQueryParam.bomCategoryId = data.list.length > 0 ? data.list[0].bomCategoryId : null;
- this.singleReportInspection =
- data.list.length > 0 ? data.list[0].singleReport : null; //获取选中的工单是单个还是批量
- this.isStep = true;
- this.operationType = null;
- this.workListIds = data.ids;
- this.workData = data.list[0];
- },
- pickingWokeClose() {
- this.wokePopup = false;
- },
- async getCodeData(req) {
- await parameterGetByCode({ code: 'enable_quality_plus' }).then(
- (res) => {
- if (res.value == '1') {
- this.$refs.jobRefs.open(req);
- }
- }
- );
- },
- footBtn(t) {
- // this.operationType = t;
- // 新增判断 *** 出现弹窗的时候不然右边数据消失
- if ((t == 'work' || t == 'workStep', t === 'task')) {
- this.popupType = t;
- } else {
- this.operationType = t;
- }
- if (
- Object.keys(this.$store.state.user.taskObj).length === 0 &&
- this.$store.state.user.taskObj.constructor === Object
- ) {
- this.$message.warning('请选择工序');
- return true;
- }
- if (['pick', 'feed', 'job', 'work', 'workStep', 'task'].includes(t)) {
- if (this.workListIds.length == 0) {
- this.$message.warning('请选择工单列表');
- return false;
- }
- }
- // console.log('按钮被点击了.....', t);
- if (t === 'job') {
- let req = {
- taskId: this.taskObj.id,
- workOrderId: this.workListIds[0],
- data: this.workData
- };
- if (this.taskObj.type == 2 || this.taskObj.type == 3 ||this.taskObj.type == 6) {
- // this.$refs.jobRefs.open(req);
- this.getCodeData(req);
- }
- }
- if (t == 'pick') {
- this.$nextTick(() => {
- this.$refs.pickListRef.getList(this.workListIds);
- });
- }
- // 工步
- if (t === 'workStep') {
- if (this.workListIds.length > 1) {
- return this.$message.warning('工步只能选择一个工单!');
- }
- this.$refs.workStepRef.open(this.workStepQueryParam);
- // let req = {
- // taskId: this.taskObj.id,
- // workOrderId: this.workListIds[0]
- // };
- // this.$refs.wokePopupRef.open(req);
- }
- if (t === 'task') {
- if (this.workListIds.length > 1) {
- return this.$message.warning('任务只能选择一个工单!');
- }
- this.$refs.taskDialogRef.open(this.workStepQueryParam, this.workData);
- }
- // 工艺路线 *** 修改 判断只能选择一个
- // if (t === 'work') {
- // let req = {
- // taskId: this.taskObj.id,
- // workOrderId: this.workListIds[0]
- // };
- // this.$refs.wokePopupRef.open(req);
- // }
- if (t === 'work') {
- if (this.workListIds.length > 1) {
- return this.$message.warning('工艺文件只能选择一个工单!');
- }
- let req = {
- taskId: this.taskObj.id,
- workOrderId: this.workListIds[0]
- };
- this.$refs.wokePopupRef.open(req);
- }
- if (t == 'feed') {
- }
- // 委外
- if (t == 'Outsourcing') {
- if (this.workListIds.length > 1) {
- return this.$message.warning('委外工序只能选择一个工单!');
- } else if (this.workListIds.length < 1)
- return this.$message.warning('请选择工单!');
- else {
- // /
- this.handOutsource(this.workListIds[0]);
- }
- }
- },
- handOutsource(workOrderId) {
- // return
- let param = {
- taskId: this.taskObj.id,
- workOrderId: workOrderId
- };
- pcCheckOutsource(param).then((res) => {
- this.outsourceForm = {
- ...res.data
- };
- this.outsourceForm.name = this.taskObj.name + '委外';
- if (res.data.outsource) {
- this.isType = '3';
- this.getTaskInstanceByIdFn(workOrderId);
- } else {
- return this.$message.warning('此工序不能委外');
- }
- });
- },
- //获取工单列表
- getTaskInstanceByIdFn(workOrderId) {
- getTaskInstanceById(workOrderId).then((res) => {
- let { data } = res;
- if (data.length) {
- data = data.filter((item) => item.type == 1 || item.type == 4);
- let arr = data.findIndex(
- (item) => item.sourceTaskId == this.taskObj.id
- );
- if (arr != -1) {
- data.splice(0, arr + 1);
- }
- this.$set(this.outsourceForm, 'newStepsList', data);
- }
- });
- },
- pickAdd() {
- this.pickingShow = true;
- },
- // 关闭领料弹窗
- pickingClose(val) {
- if (val) {
- this.$nextTick(() => {
- this.$refs.pickListRef.getList(this.workListIds);
- });
- }
- this.pickingShow = false;
- },
- rowClick(row, taskId) {
- if (taskId) {
- let params = {
- categoryId: row.categoryId,
- taskId: taskId
- };
- getByTaskId(params).then((res) => {
- this.BomObj = res.data;
- this.$forceUpdate();
- });
- }
- }
- },
- mounted() {
- this.$nextTick(() => {
- const targetElements =
- document.getElementsByClassName('ele-admin-tabs');
- if (targetElements.length > 0) {
- // 遍历所有具有 'ele-admin-tabs' 类的元素
- Array.from(targetElements).forEach((element) => {
- // 对每个元素添加 'new-ele-admin-tabs' 类
- element.classList.add('new-ele-admin-tabs');
- });
- }
- });
- },
- destroyed() {
- this.$nextTick(() => {
- const targetElements =
- document.getElementsByClassName('ele-admin-tabs');
- if (targetElements.length > 0) {
- Array.from(targetElements).forEach((element) => {
- element.classList.remove('new-ele-admin-tabs');
- });
- }
- });
- }
- };
- </script>
- <style>
- .content_box {
- display: flex;
- }
- .content_box_tab {
- width: 220px;
- padding: 5px;
- height: calc(100vh - 73px);
- background-color: #fff;
- overflow-y: auto;
- }
- .footBtn {
- position: absolute;
- bottom: 20px;
- left: 0;
- }
- .new-ele-admin-tabs {
- display: none !important;
- }
- .c_title {
- color: #157a2c;
- font-size: 16px;
- font-weight: bold;
- }
- .tableZ_box {
- border: 1px solid #e3e5e5;
- margin: 6px 0;
- &:last-child {
- border-bottom: none;
- }
- .row {
- width: 100%;
- display: flex;
- }
- .col {
- width: calc(100% / 5);
- display: flex;
- align-items: center;
- min-width: 200px;
- min-height: 32px;
- border-bottom: 1px solid #e3e5e5;
- border-right: 1px solid #e3e5e5;
- &:last-child {
- border-right: none;
- }
- .name {
- display: flex;
- align-items: center;
- padding: 4px;
- width: 80px;
- height: 100%;
- background-color: #d0e4d5;
- color: #000;
- }
- .content {
- padding: 4px 6px;
- color: #000;
- }
- }
- .pd6 {
- padding: 0 6px;
- }
- }
- </style>
- <style lang="scss" scoped>
- .seek-list {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 10px 10px;
- }
- .right_main_box {
- background-color: #fff;
- height: 100%;
- box-sizing: border-box;
- }
- .index_box {
- padding: 10px;
- padding-bottom: 0;
- width: 100%;
- box-sizing: border-box;
- min-width: 1280px !important;
- height: calc(100vh - 60px);
- // overflow-x: auto;
- /* 当内容超出宽度时,允许水平滚动 */
- white-space: nowrap;
- /* 防止内部文本换行,确保所有内容都在一行显示 */
- scrollbar-width: thin;
- /* 设置滚动条宽度(浏览器兼容性可能有所不同) */
- scrollbar-color: #40a9ff transparent;
- /* 设置滚动条颜色和轨道颜色(同样,浏览器兼容性) */
- }
- .main {
- width: 100%;
- min-width: 1280px;
- height: calc(100vh - 70px - 50px - 80px);
- display: flex;
- justify-content: space-between;
- }
- .left_main {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- min-width: 640px;
- .top {
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- // .bottom {
- // width: 100%;
- // min-height: calc((100vh - 70px - 50px - 80px - 20px) / 2);
- // overflow: hidden;
- // }
- }
- ::v-deep .el-tabs__item.is-active {
- background-color: #dffade;
- /* 蓝色背景 */
- color: #333;
- }
- ::v-deep .is-active {
- color: #dffade;
- }
- .right_main {
- min-width: 640px;
- padding-bottom: 12px;
- height: calc((100vh - 70px - 50px - 80px - 12px));
- background: #f0f3f3;
- }
- </style>
|