| | |
| | | printList: null, |
| | | printMerge: null, |
| | | printLike: null, |
| | | printProject:null |
| | | printProject:null, |
| | | merges:null |
| | | }) |
| | | |
| | | const {currentRoute} = useRouter() |
| | |
| | | if (like == '') { |
| | | like = null |
| | | } |
| | | let merges = props.merges |
| | | if (merges == '') { |
| | | merges = null |
| | | } |
| | | let name=company.companyName |
| | | data.value.printList = JSON.parse(props.printList) |
| | | let flowCardCount = '' |
| | | onMounted(() => { |
| | | if(props.printProject!=null){ |
| | | request.post(`/processCard/getSelectPrintProject/${printProject}`).then((res) => { |
| | | request.post(`/processCard/getSelectPrintProject/${printProject}/${merges}`).then((res) => { |
| | | if (res.code == 200) { |
| | | load(res.data.data) |
| | | console.log(res.data) |
| | | } else { |
| | | ElMessage.warning(res.msg) |
| | | router.push("/login") |
| | | } |
| | | }) |
| | | }else{ |
| | | request.post(`/processCard/getSelectPrinting/${merge}/${like}`, data.value).then((res) => { |
| | | request.post(`/processCard/getSelectPrinting/${merge}/${like}/${merges}`, data.value).then((res) => { |
| | | if (res.code == 200) { |
| | | console.log(res.data.data) |
| | | load(res.data.data) |
| | | } else { |
| | | ElMessage.warning(res.msg) |
| | |
| | | 时间:{{formattedTime}} |
| | | |
| | | </div> |
| | | <div> |
| | | <div><span v-if="item.detailList[0].merge===1">合</span>{{itemFlow.rack}} |
| | | 流程卡号: {{ |
| | | itemFlow.process_id |
| | | }}/{{ itemFlow.technologyNumber }} 共 {{ item.count }} 架 |