123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660 |
- <template>
- <div class="processApproval">
- <div class="left-card">
- <div class="top">
- <div class="commons-title title">
- {{ route.query.flowName || "流程标题(发起)" }}
- </div>
- <div class="line"></div>
- <SendSubscribe ref="makeDom" @auxiliaryChange='(e) => auxiliaryData = e' v-if="flowForm.flowKey == 'subscribe_flow'" :queryData="queryData.data"></SendSubscribe>
- <SendPurchase ref="makeDom" @auxiliaryChange='(e) => auxiliaryData = e' v-else-if="flowForm.flowKey == 'purchase_flow'" :queryData="queryData.data"></SendPurchase>
- <SendFunds ref="makeDom" v-else-if="flowForm.flowKey == 'account_request_funds_flow'" :queryData="queryData.data"></SendFunds>
- <ReturnGood ref="makeDom" v-else-if="flowForm.flowKey == 'sales_return_flow'" :queryData="queryData.data"></ReturnGood>
- <PurchaseRefund ref="makeDom" v-else-if="flowForm.flowKey == 'refund_flow'" :queryData="queryData.data"></PurchaseRefund>
- <PurchasePayment ref="makeDom" v-else-if="flowForm.flowKey == 'pay_flow'" :queryData="queryData.data"></PurchasePayment>
- <template v-else-if="flowForm.flowKey == 'sale_quotation_flow'">
- <PriceSheetEHSD ref="makeDom" v-if="flowForm.tenantType === 'EHSD'" :queryData="queryData.data"></PriceSheetEHSD>
- <PriceSheet ref="makeDom" v-else :queryData="queryData.data"></PriceSheet>
- </template>
- <template v-else-if="flowForm.flowKey == 'contract_flow'">
- <ContractEHSD ref="makeDom" v-if="flowForm.tenantType === 'EHSD'" :queryData="queryData.data"></ContractEHSD>
- <Contract ref="makeDom" v-else :queryData="queryData.data"></Contract>
- </template>
- <template v-else-if="flowForm.flowKey == 'sample_flow'">
- <SampleEHSD ref="makeDom" :queryData="queryData.data"></SampleEHSD>
- </template>
- <template v-else-if="flowForm.flowKey == 'ehsd_purchase_flow'">
- <PurchaseEHSD ref="makeDom" :queryData="queryData.data"></PurchaseEHSD>
- </template>
- <ServiceContract ref="makeDom" v-else-if="flowForm.flowKey == 'service_contract_flow'" :queryData="queryData.data"></ServiceContract>
- <!-- 维多利亚 -->
- <SendSubscribeWDLY ref="makeDom" v-else-if="flowForm.flowKey == 'wdly_apply_purchase'" :queryData="queryData.data"></SendSubscribeWDLY>
- <SendPurchaseWDLY ref="makeDom" v-else-if="flowForm.flowKey == 'wdly_purchase'" :queryData="queryData.data"></SendPurchaseWDLY>
- </div>
- <div class="bottom" v-if="route.query.processType != 20">
- <div class="commons-title title">处理意见</div>
- <el-form :model="flowForm" :rules="flowRules" ref="flowFormDom">
- <el-form-item prop="remark" label-width="0px" label="">
- <el-input type="textarea" placeholder="请输入" v-model="flowForm.remark"> </el-input>
- </el-form-item>
- <el-form-item>
- <el-button type="primary" v-if="approvalRecordData.buttonInfoList.length == 0" @click="handleSubmit">提交</el-button>
- <el-button type="primary" v-else v-for="i in approvalRecordData.buttonInfoList" :key="i.type" @click="handleSubmit(i.type)">{{ i.name }}</el-button>
- </el-form-item>
- </el-form>
- </div>
- </div>
- <div class="right-card">
- <el-tabs v-model="activeName" class="demo-tabs" @tab-click="handleClick">
- <el-tab-pane label="审批记录" name="first">
- <ul class="flow-chart">
- <li
- v-for="item in recordList"
- :key="item.id"
- :class="
- !route.query.id
- ? ''
- : item.status == 2
- ? 'flow-orange'
- : item.status == 3 && !route.query.id
- ? 'flow-orange'
- : item.status == 3 && route.query.id
- ? 'flow-grey'
- : ''
- ">
- <div class="left-icon">
- <i class="iconfont icon-iconm_daick"></i>
- <i class="iconfont icon-icomx_quertj1 right-btm-status"></i>
- </div>
- <div class="right-conetnt">
- <div class="name">{{ item.nodeName }}</div>
- <div class="remark">
- <div class="label">
- <span v-if="item.status != 3">办理人:</span>{{ item.processedUser }}<span class="time">{{ item.processedDate }}</span>
- </div>
- {{ item.remark }}
- </div>
- </div>
- <div class="line"></div>
- </li>
- </ul>
- </el-tab-pane>
- <!-- v-if="flowForm.flowKey == 'contract_flow' && flowForm.tenantType !== 'EHSD'" -->
- <el-tab-pane label="决策辅助" name="second" v-if="auxiliaryData.length > 0">
- <!-- <div style="overflow-y: auto; max-height: calc(100vh - 200px)">
- <DecisionAids></DecisionAids>
- </div> -->
- <auxiliary :data="auxiliaryData"></auxiliary>
- <!-- <div style="overflow: auto; height: calc(100vh - 200px)">
- <purchaseAuxiliary></purchaseAuxiliary>
- </div> -->
- </el-tab-pane>
- </el-tabs>
- </div>
- <el-dialog title="下一处理人" width="400" v-model="dialogVisible">
- <el-form :model="flowForm">
- <el-form-item prop="remark" label="处理人">
- <el-select v-model="flowForm.handleUserId" placeholder="请选择" filterable style="width: 100%">
- <el-option v-for="item in nextHandleUser" :label="item.name" :value="item.id"> </el-option>
- </el-select>
- </el-form-item>
- <el-form-item>
- <div style="width: 100%; text-align: center">
- <el-button type="primary" @click="handleSelectUser">提交</el-button>
- </div>
- </el-form-item>
- </el-form>
- </el-dialog>
- </div>
- </template>
- <script setup name="ProcessApproval">
- import useTagsViewStore from "@/store/modules/tagsView.js";
- import { useRouter, useRoute } from "vue-router";
- //决策辅助
- import auxiliary from "./auxiliary";
- import purchaseAuxiliary from "./purchaseAuxiliary";
- import DecisionAids from "./decisionAids";
- //申购发起
- import SendSubscribe from "@/components/process/SendSubscribe";
- //采购发起
- import SendPurchase from "@/components/process/SendPurchase";
- //请款发起
- import SendFunds from "@/components/process/SendFunds";
- //退货
- import ReturnGood from "@/components/process/ReturnGood";
- // 消息提示
- import { ElMessage, ElMessageBox } from "element-plus";
- //退款
- import PurchaseRefund from "@/components/process/PurchaseRefund";
- // 付款
- import PurchasePayment from "@/components/process/PurchasePayment";
- // 报价单
- import PriceSheet from "@/components/process/PriceSheet";
- // 报价单-EHSD
- import PriceSheetEHSD from "@/components/process/EHSD/PriceSheet";
- // 销售合同
- import Contract from "@/components/process/Contract";
- // 销售合同-EHSD
- import ContractEHSD from "@/components/process/EHSD/Contract";
- // 样品单-EHSD
- import SampleEHSD from "@/components/process/EHSD/Sample";
- // 采购交接单-EHSD
- import PurchaseEHSD from "@/components/process/EHSD/Purchase";
- // 服务合同
- import ServiceContract from "@/components/process/ServiceContract";
- // /``````````````````````````````维多利亚专属 /
- //申购发起
- import SendSubscribeWDLY from "@/components/WDLY/process/SendSubscribeWDLY";
- //采购发起
- import SendPurchaseWDLY from "@/components/WDLY/process/SendPurchaseWDLY";
- import { ref } from "vue";
- const router = useRouter();
- const route = useRoute();
- // tab切换逻辑
- const activeName = ref("first");
- const handleClick = (tab, event) => {
- // console.log(tab, event);
- };
- let auxiliaryData = ref([]);
- // 意见表单
- const flowForm = reactive({
- flowKey: "",
- tenantType: "",
- handleUserId: "",
- remark: "",
- data: {},
- });
- const flowRules = reactive({
- // remark: [{ required: true, message: "请输入处理意见", trigger: "blur" }],
- });
- //组件实例
- const { proxy } = getCurrentInstance();
- const makeDom = ref(null);
- const flowFormDom = ref(null);
- let dialogVisible = ref(false);
- const nextHandleUser = ref([]);
- const handleSelectUser = () => {
- if (!flowForm.handleUserId) {
- return ElMessage({
- message: "请选择下一节点处理人!",
- type: "info",
- });
- }
- handleSubmit();
- };
- const handleResult = (res) => {
- if (res !== null && res.success) {
- skipPage();
- } else {
- dialogVisible.value = true;
- nextHandleUser.value = res.userList;
- }
- };
- // 提交逻辑
- const handleSubmit = async (_type) => {
- try {
- // 调用发起组件的提交事件
- const flag = await makeDom.value.handleSubmit();
- if (flag) {
- flowFormDom.value.validate((valid) => {
- if (valid) {
- const data = makeDom.value.getFormData();
- if (flowForm.flowKey == "subscribe_flow") {
- // data.subscribeDetailList = data.subscribeDetailList.map((x) => ({
- // bussinessId: x.bussinessId,
- // count: x.count,
- // remark: x.remark,
- // }));
- } else if (flowForm.flowKey == "purchase_flow") {
- // data.purchaseDetailList = data.purchaseDetailList.map((x) => ({
- // bussinessId: x.bussinessId,
- // subscribeDetailId: x.id,
- // count: x.count,
- // price: x.price,
- // amount: x.amount,
- // }));
- } else if (flowForm.flowKey == "account_request_funds_flow") {
- } else if (flowForm.flowKey == "sales_return_flow") {
- } else if (flowForm.flowKey == "refund_flow") {
- } else if (flowForm.flowKey == "wdly_apply_purchase") {
- data.subscribeDetailList = data.subscribeDetailList.map((x) => ({
- bussinessId: x.bussinessId,
- count: x.count,
- remark: x.remark,
- }));
- const victoriatouristJson = {
- planArrivalTime: data.planArrivalTime,
- receiptWarehouseId: data.receiptWarehouseId,
- };
- data.victoriatouristJson = JSON.stringify(victoriatouristJson);
- } else if (flowForm.flowKey == "wdly_purchase") {
- data.purchaseDetailList = data.purchaseDetailList.map((x) => ({
- bussinessId: x.bussinessId,
- subscribeDetailId: x.id,
- count: x.count,
- price: x.price,
- amount: x.amount,
- deptId: x.deptId,
- }));
- const victoriatouristJson = {
- isAgreement: data.isAgreement,
- paymentMethod: data.paymentMethod,
- otherFeeList: data.otherFeeList,
- contractCode: data.contractCode,
- };
- data.victoriatouristJson = JSON.stringify(victoriatouristJson);
- } else if (flowForm.flowKey == "sale_quotation_flow") {
- if (flowForm.tenantType === "EHSD") {
- data.ehsdJson = JSON.stringify({
- deliveryTime: data.deliveryTime,
- });
- data.quotationProductList = data.quotationProductList.map((item) => {
- let ehsdJson = JSON.stringify({
- packMethod: item.packMethod,
- tradeMethods: item.tradeMethods,
- });
- return {
- ...item,
- ehsdJson: ehsdJson,
- };
- });
- }
- } else if (flowForm.flowKey == "contract_flow") {
- if (flowForm.tenantType === "EHSD") {
- if (data.fileList && data.fileList.length > 0) {
- data.fileList = data.fileList.map((item) => {
- return {
- id: item.raw.id,
- fileName: item.raw.fileName,
- fileUrl: item.raw.fileUrl,
- };
- });
- } else {
- data.fileList = [];
- }
- if (data.packageFileList && data.packageFileList.length > 0) {
- data.packageFileList = data.packageFileList.map((item) => {
- return {
- id: item.raw.id,
- fileName: item.raw.fileName,
- fileUrl: item.raw.fileUrl,
- };
- });
- } else {
- data.packageFileList = [];
- }
- data.ehsdJson = JSON.stringify({
- deliveryTime: data.deliveryTime,
- });
- data.contractProductList = data.contractProductList.map((item) => {
- let ehsdJson = JSON.stringify({
- packMethod: item.packMethod,
- tradeMethods: item.tradeMethods,
- });
- return {
- ...item,
- ehsdJson: ehsdJson,
- };
- });
- }
- } else if (flowForm.flowKey == "sample_flow") {
- if (data.fileList && data.fileList.length > 0) {
- data.fileList = data.fileList.map((item) => {
- return {
- id: item.raw.id,
- fileName: item.raw.fileName,
- fileUrl: item.raw.fileUrl,
- };
- });
- } else {
- data.fileList = [];
- }
- if (data.packageFileList && data.packageFileList.length > 0) {
- data.packageFileList = data.packageFileList.map((item) => {
- return {
- id: item.raw.id,
- fileName: item.raw.fileName,
- fileUrl: item.raw.fileUrl,
- };
- });
- } else {
- data.packageFileList = [];
- }
- data.ehsdJson = JSON.stringify({
- deliveryTime: data.deliveryTime,
- });
- data.sampleProductList = data.sampleProductList.map((item) => {
- let ehsdJson = JSON.stringify({
- packMethod: item.packMethod,
- tradeMethods: item.tradeMethods,
- });
- return {
- ...item,
- ehsdJson: ehsdJson,
- };
- });
- }
- if (route.query.processType == 10) {
- proxy
- .post("/flowProcess/jump", {
- ...flowForm,
- data,
- handleType: _type,
- version: route.query.version,
- flowId: route.query.id,
- })
- .then((res) => {
- handleResult(res);
- });
- if (_type && _type == 1) {
- proxy
- .post("/flowExample/setStartData", {
- exampleId: route.query.id,
- startDate: data,
- })
- .then();
- }
- return;
- } else {
- proxy
- .post("/flowProcess/initiate", {
- ...flowForm,
- data,
- })
- .then((res) => {
- handleResult(res);
- });
- }
- }
- });
- }
- } catch (err) {
- console.log("数据未填完整!", err);
- }
- };
- // 页面跳转
- const skipPage = () => {
- if (route.query.processType === 10) {
- router.replace({
- path: "/oa/1/dealWith",
- });
- } else {
- const useTagsStore = useTagsViewStore();
- console.log(useTagsStore);
- useTagsStore.delVisitedView(router.currentRoute.value);
- ElMessage({
- message: "操作成功!",
- type: "success",
- });
- if (flowForm.flowKey == "subscribe_flow") {
- router.replace({
- path: "/ERP/purchaseManage/subscribe",
- });
- } else if (flowForm.flowKey == "purchase_flow") {
- router.replace({
- path: "/ERP/purchaseManage/purchase",
- });
- } else if (flowForm.flowKey == "sales_return_flow") {
- router.replace({
- path: "/ERP/purchaseManage/returnGoods",
- });
- } else if (flowForm.flowKey == "account_request_funds_flow") {
- router.replace({
- path: "/ERP/fundManage/funds",
- });
- } else if (flowForm.flowKey == "refund_flow") {
- router.replace({
- path: "/ERP/purchasePayment/invoice",
- });
- } else if (flowForm.flowKey == "pay_flow") {
- router.replace({
- path: "/ERP/purchasePayment/payment",
- });
- } else if (flowForm.flowKey == "sale_quotation_flow") {
- if (flowForm.tenantType === "EHSD") {
- router.replace({
- path: "/EHSD/saleContract/priceSheetEHSD",
- });
- } else {
- router.replace({
- path: "/ERP/saleContract/priceSheet",
- });
- }
- } else if (flowForm.flowKey == "contract_flow") {
- if (flowForm.tenantType === "EHSD") {
- router.replace({
- path: "/EHSD/saleContract/contractEHSD",
- });
- } else {
- router.replace({
- path: "/ERP/saleContract/contract",
- });
- }
- } else if (flowForm.flowKey == "sample_flow") {
- router.replace({
- path: "/EHSD/saleContract/sampleEHSD",
- });
- } else if (flowForm.flowKey == "ehsd_purchase_flow") {
- router.replace({
- path: "/EHSD/procurement/purchasedEHSD",
- });
- } else if (flowForm.flowKey == "service_contract_flow") {
- router.replace({
- path: "/ERP/saleContract/serviceContract",
- });
- } else if (flowForm.flowKey == "wdly_purchase") {
- router.replace({
- path: "/WDLY/purchaseManage/alreadyPurchase_wdly",
- });
- } else if (flowForm.flowKey == "wdly_apply_purchase") {
- router.replace({
- path: "/WDLY/purchaseManage/subscribe_wdly",
- });
- }
- }
- };
- let queryData = reactive({
- data: {},
- });
- // 记录
- const recordList = ref([]);
- const approvalRecordData = ref({
- buttonInfoList: [],
- });
- const getRecords = (_id) => {
- if (_id) {
- proxy
- .post("/flowExample/getApprovalRecord", {
- id: _id,
- })
- .then((res) => {
- console.log(res, "ass");
- recordList.value = res.recordList;
- queryData.data.recordList = res.recordList;
- approvalRecordData.value = res;
- });
- } else {
- proxy
- .post("/flowExample/getFlowNode", {
- flowKey: flowForm.flowKey,
- })
- .then((res) => {
- console.log(res, "ass");
- recordList.value = res;
- });
- }
- console.log(queryData.data, "222");
- };
- onMounted(async () => {
- //processType 10 为修改 20为查看
- if (route.query.processType == 10 || route.query.processType == 20) {
- await proxy.post("/flowProcess/getStartData", { flowId: route.query.id }).then((res) => {
- queryData.data = { ...res };
- });
- } else {
- queryData.data = { ...route.query };
- }
- flowForm.flowKey = route.query.flowKey;
- flowForm.tenantType = route.query.tenantType;
- getRecords(route.query.id);
- });
- </script>
- <style lang="scss" scoped>
- .processApproval {
- display: flex;
- justify-content: space-between;
- margin-top: 20px;
- padding: 0 20px;
- height: calc(100vh - 130px);
- .left-card {
- // background: #fff;
- border-radius: 4px;
- // padding: 20px;
- flex: 1;
- margin-right: 20px;
- display: flex;
- flex-direction: column;
- .top {
- flex: 1;
- overflow-y: auto;
- background: #fff;
- padding: 20px 20px 0px 20px;
- .line{
- border-bottom: 1px solid #ddd;
- margin-bottom: 20px;
- }
- }
- .bottom {
- margin-top: 10px;
- height: 170px;
- background: #fff;
- padding: 20px 20px 0px 20px;
- }
- }
- .right-card {
- background: #fff;
- border-radius: 4px;
- padding: 0 20px 20px;
- width: 600px;
- box-sizing: border-box;
- .flow-chart {
- overflow: auto;
- height: calc(100vh - 200px);
- padding: 0;
- margin: 0;
- li {
- margin: 0;
- padding: 0 0 20px;
- list-style: none;
- display: flex;
- justify-content: space-between;
- position: relative;
- .right-conetnt {
- flex: 1;
- .name {
- font-size: 12px;
- color: #39c55a;
- margin-bottom: 10px;
- span {
- color: #999;
- }
- }
- .time {
- float: right;
- }
- .remark {
- padding: 10px;
- color: #666666;
- font-size: 12px;
- background: #f1f1f1;
- border-radius: 2px;
- .label {
- color: #999;
- margin-bottom: 10px;
- }
- }
- }
- .left-icon {
- width: 40px;
- height: 40px;
- text-align: center;
- line-height: 40px;
- background: #0084ff;
- border-radius: 10px;
- color: #fff;
- font-size: 20px;
- position: relative;
- margin-right: 27px;
- z-index: 2;
- .right-btm-status {
- position: absolute;
- bottom: 0px;
- right: -10px;
- height: 20px;
- width: 20px;
- line-height: 16px;
- border-radius: 10px;
- background: #39c55a;
- border: 2px solid #fff;
- font-size: 12px;
- box-sizing: border-box;
- }
- }
- }
- li::before {
- content: "";
- position: absolute;
- top: 0;
- left: 20px;
- width: 2px;
- height: 100%;
- background: #ddd;
- z-index: 1;
- }
- li:last-child::before {
- display: none;
- }
- .flow-orange {
- .right-btm-status {
- background: #ff9a00 !important;
- }
- .name {
- color: #ff9a00 !important;
- }
- .left-icon {
- background: #ff9a00 !important;
- }
- }
- .flow-grey {
- .right-btm-status {
- background: #999 !important;
- }
- .name {
- color: #999 !important;
- }
- .left-icon {
- background: #999 !important;
- }
- }
- .flow-red {
- .right-btm-status {
- background: #ff4d4f !important;
- }
- .name {
- color: #ff4d4f !important;
- }
- .left-icon {
- background: #ff4d4f !important;
- }
- }
- }
- }
- }
- </style>
|