| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div :style="{color: item.status == 3?'blue':''}" class="right_btn pink" style="padding: 0px 0.2rem" @click="submitSubscribeHanlde(item)"> |
| | | <div class="right_btn pink" style="padding: 0px 0.2rem"> |
| | | <span>{{ |
| | | item.status == 1 |
| | | ? $t("hj131") |
| | | : item.status == 2 |
| | | ? $t("hj132") |
| | | : item.status == 3 |
| | | ? $t("hj250") |
| | | ? $t("hj133") |
| | | : item.status == 4 |
| | | ? $t("hj134") |
| | | : item.status == 5 |
| | |
| | | <script> |
| | | import * as api from "@/axios/api"; |
| | | import handleDt from "@/utils/deTh"; |
| | | import {Toast} from "mint-ui"; |
| | | |
| | | // getNewAdd |
| | | export default { |
| | |
| | | this.getStock(this.active, this.zxactive); |
| | | }, |
| | | methods: { |
| | | async submitSubscribeHanlde(value){ |
| | | if (value.status == 3){ |
| | | let result =await api.submitSubscribe({id: value.id}) |
| | | if (result.status == 0) { |
| | | Toast(this.$t('认缴成功')) |
| | | this.getStock(this.active, this.zxactive); |
| | | } else { |
| | | Toast(result.msg) |
| | | } |
| | | } |
| | | }, |
| | | fromDatavalue(e) { |
| | | this.fromData.value = e.target.value; |
| | | }, |
| | |
| | | text-align: center; |
| | | line-height: 35px; |
| | | } |
| | | </style> |
| | | </style> |