123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374 |
- <template>
- <div class="processApproval">
- <div class="left-card">
- <div class="top">
- <div class="commons-title title">流程标题</div>
- <SendSubscribe
- ref="makeDom"
- v-if="queryData.data.isSubscribe == '10'"
- ></SendSubscribe>
- <SendPurchase
- ref="makeDom"
- v-else-if="queryData.data.isSubscribe == '20'"
- :queryData="queryData.data"
- ></SendPurchase>
- <SendFunds
- ref="makeDom"
- v-else-if="queryData.data.isSubscribe == '30'"
- :queryData="queryData.data"
- ></SendFunds>
- </div>
- <div class="bottom">
- <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 @click="handleSubmit"> ceshi </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>
- <div class="left-icon">
- <i class="iconfont icon-iconm_daick"></i>
- <i class="iconfont icon-iconm_daohzj right-btm-status"></i>
- </div>
- <div class="right-conetnt">
- <div class="name">
- 发起人:张三
- <span>2022-11-11 00:00:00</span>
- </div>
- <div class="remark">
- <div class="label">发起审批</div>
- 1231231231231321231
- </div>
- </div>
- <div class="line"></div>
- </li>
- <li>
- <div class="left-icon">
- <i class="iconfont icon-iconm_daick"></i>
- <i class="iconfont icon-iconm_daohzj right-btm-status"></i>
- </div>
- <div class="right-conetnt">
- <div class="name">
- 发起人:张三
- <span>2022-11-11 00:00:00</span>
- </div>
- <div class="remark">
- <div class="label">发起审批</div>
- <div>
- 啊圣诞快乐家里快速打击啊老师的煎熬老师的煎熬上来看大家速度快垃圾上单绿卡数据的卡拉数据的卡拉设计的拉开时间
- </div>
- </div>
- </div>
- <div class="line"></div>
- </li>
- <li>
- <div class="left-icon">
- <i class="iconfont icon-iconm_daick"></i>
- <i class="iconfont icon-iconm_daohzj right-btm-status"></i>
- </div>
- <div class="right-conetnt">
- <div class="name">
- 发起人:张三
- <span>2022-11-11 00:00:00</span>
- </div>
- <div class="remark">
- <div class="label">发起审批</div>
- <div>
- 啊圣诞快乐家里快速打击啊老师的煎熬老师的煎熬上来看大家速度快垃圾上单绿卡数据的卡拉数据的卡拉设计的拉开时间
- </div>
- </div>
- </div>
- <div class="line"></div>
- </li>
- <li>
- <div class="left-icon">
- <i class="iconfont icon-iconm_daick"></i>
- <i class="iconfont icon-iconm_daohzj right-btm-status"></i>
- </div>
- <div class="right-conetnt">
- <div class="name">
- 发起人:张三
- <span>2022-11-11 00:00:00</span>
- </div>
- <div class="remark">
- <div class="label">发起审批</div>
- <div>
- 啊圣诞快乐家里快速打击啊老师的煎熬老师的煎熬上来看大家速度快垃圾上单绿卡数据的卡拉数据的卡拉设计的拉开时间
- </div>
- </div>
- </div>
- <div class="line"></div>
- </li>
- <li>
- <div class="left-icon">
- <i class="iconfont icon-iconm_daick"></i>
- <i class="iconfont icon-iconm_daohzj right-btm-status"></i>
- </div>
- <div class="right-conetnt">
- <div class="name">
- 发起人:张三
- <span>2022-11-11 00:00:00</span>
- </div>
- <div class="remark">
- <div class="label">发起审批</div>
- <div>
- 啊圣诞快乐家里快速打击啊老师的煎熬老师的煎熬上来看大家速度快垃圾上单绿卡数据的卡拉数据的卡拉设计的拉开时间
- </div>
- </div>
- </div>
- <div class="line"></div>
- </li>
- </ul>
- </el-tab-pane>
- <el-tab-pane label="决策辅助" name="second">决策辅助</el-tab-pane>
- </el-tabs>
- </div>
- </div>
- </template>
- <script setup>
- import { useRouter, useRoute } from "vue-router";
- const router = useRouter();
- const route = useRoute();
- //申购发起
- import SendSubscribe from "@/components/process/SendSubscribe";
- //采购发起
- import SendPurchase from "@/components/process/SendPurchase";
- //请款发起
- import SendFunds from "@/components/process/SendFunds";
- // 消息提示
- import { ElMessage, ElMessageBox } from "element-plus";
- // tab切换逻辑
- const activeName = ref("first");
- const handleClick = (tab, event) => {
- // console.log(tab, event);
- };
- // 意见表单
- const flowForm = reactive({
- flowKey: "",
- handleUserId: "",
- remark: "",
- data: {},
- });
- const flowRules = reactive({
- remark: [{ required: true, message: "请输入处理意见", trigger: "blur" }],
- });
- //组件实例
- const { proxy } = getCurrentInstance();
- const makeDom = ref(null);
- const flowFormDom = ref(null);
- // 提交逻辑
- const handleSubmit = async () => {
- try {
- // 调用发起组件的提交事件
- const flag = await makeDom.value.handleSubmit();
- if (flag) {
- flowFormDom.value.validate((vaild) => {
- if (vaild) {
- if (queryData.data.isSubscribe == "10") {
- const data = makeDom.value.submitData;
- data.subscribeDetailList = data.subscribeDetailList.map((x) => ({
- bussinessId: x.bussinessId,
- count: x.count,
- remark: x.remark,
- }));
- proxy.post("/subscribe/add", data).then((res) => {
- skipPage();
- });
- } else if (queryData.data.isSubscribe == "20") {
- const data = makeDom.value.submitData;
- data.purchaseDetailList = data.purchaseDetailList.map((x) => ({
- bussinessId: x.bussinessId,
- subscribeDetailId: x.id,
- count: x.count,
- price: x.price,
- amount: x.amount,
- }));
- proxy.post("/purchase/add", data).then((res) => {
- skipPage();
- });
- } else if (queryData.data.isSubscribe == "30") {
- const data = makeDom.value.submitData;
- data.purchaseDetailList = data.purchaseDetailList.map((x) => ({
- bussinessId: x.bussinessId,
- subscribeDetailId: x.id,
- count: x.count,
- price: x.price,
- amount: x.amount,
- }));
- proxy.post("/purchase/add", data).then((res) => {
- skipPage();
- });
- }
- }
- });
- }
- } catch (err) {
- console.log("数据未填完整!", err);
- }
- };
- // 页面跳转
- const skipPage = () => {
- ElMessage({
- message: "操作成功!",
- type: "success",
- });
- if (queryData.data.isSubscribe == "10") {
- router.replace({
- path: "/purchaseManage/purchaseManage/subscribe",
- });
- } else if (queryData.data.isSubscribe == "20") {
- router.replace({
- path: "/purchaseManage/purchaseManage/purchase",
- });
- } else if (queryData.data.isSubscribe == "30") {
- router.replace({
- path: "/finance/fundManage/funds",
- });
- }
- };
- let queryData = reactive({
- data: {},
- });
- onMounted(() => {
- queryData.data = { ...route.query };
- });
- </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;
- }
- .bottom {
- height: 155px;
- background: #fff;
- }
- }
- .right-card {
- background: #fff;
- border-radius: 4px;
- padding: 0 20px 20px;
- width: 400px;
- box-sizing: border-box;
- .flow-chart {
- overflow: auto;
- 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: #333;
- margin-bottom: 10px;
- span {
- color: #999;
- float: right;
- }
- }
- .remark {
- padding: 10px;
- color: #666666;
- font-size: 12px;
- background: #f1f1f1;
- border-radius: 2px;
- .label {
- color: #39c55a;
- 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;
- }
- }
- }
- }
- </style>
-
|