| | |
| | | <div class="dashedf"></div> |
| | | <div class="plkm"> |
| | | <p><span>{{ $t('jy110') }}</span><a>{{ currentItem.price }}/{{ $t('jy96') }}</a></p> |
| | | <p><span>折扣</span><a>{{ currentItem.discount }}</a></p> |
| | | <p><span>{{ $t('jy102') }}</span><a>{{ currentItem.pe }}</a></p> |
| | | <p style="display: none;"><span>{{ $t('jy103') }}</span><a>0.75{{ $t('jy104') }}</a></p> |
| | | <p><span>{{ $t('jy111') }}</span><a>{{ currentItem.orderNumber }}{{ $t('jy104') }}</a></p> |
| | | </div> |
| | | <div class="jindu"> |
| | |
| | | <h5><span>{{ $t('jy121') }}</span><a>{{ dayjs(currentItem.subscribeTime).format('YYYY-MM-DD') }}</a></h5> |
| | | </div> |
| | | <div class="shuliang"> |
| | | <div class="hnjk"><span>{{ $t('hj57') }}</span><a>{{ $t('jy122') }}:<i>{{ userinfo.enableAmt }}</i></a></div><input |
| | | v-model="applyNums" :placeholder="$t('jy123')" type="number" class="inkl" @input="applyNums = applyNums.replace(/^(0+)|[^\d]+/g, '')"> |
| | | <!-- <div class="hnjk"><span>{{ $t('hj57') }}</span></div><input |
| | | v-model="applyNums" :placeholder="$t('jy123')" type="number" class="inkl" @input="applyNums = applyNums.replace(/^(0+)|[^\d]+/g, '')"> --> |
| | | <div class="sjnmh" @click="getNewAdd">{{ $t('jy94') }}</div> |
| | | </div> |
| | | </div> |
| | |
| | | }, |
| | | methods: { |
| | | async getNewAdd() { |
| | | if (this.applyNums == '') { |
| | | this.$toast(this.$t('jy123')) |
| | | return |
| | | } |
| | | // if (this.applyNums == '') { |
| | | // this.$toast(this.$t('jy123')) |
| | | // return |
| | | // } |
| | | var opt = { |
| | | newCode: this.currentItem.code, |
| | | applyNums: this.applyNums, |
| | |
| | | height: 1.17rem; |
| | | border-radius: 0.13rem; |
| | | margin: 0 auto; |
| | | margin-top: 0.43rem; |
| | | // margin-top: 0.43rem; |
| | | font-size: .37rem; |
| | | } |
| | | } |