Browse Source

样式修改 文件迁移Vue2升级Vue3 8/2-10/25

hella_vue3
王志国 3 weeks ago
parent
commit
864430cdc4
  1. 5
      src/common/style/new_style.css
  2. 2
      src/pages/purchaseReceipt/job/purchaseReceipt.vue
  3. 2
      src/pages/purchaseReceipt/job/purchaseReject.vue

5
src/common/style/new_style.css

@ -1858,7 +1858,7 @@ uni-modal .uni-modal__hd {
border-radius: 8rpx; border-radius: 8rpx;
max-width: 300rpx; max-width: 300rpx;
font-size: 0.7rem; font-size: 0.7rem;
overflow: visble; overflow: visible;
word-break: break-all; word-break: break-all;
/* overflow: hidden; /* overflow: hidden;
white-space: nowrap; white-space: nowrap;
@ -2103,7 +2103,8 @@ button::after {
.card_batch { .card_batch {
color: #9747FF; color: #9747FF;
padding: 5px; padding: 5px;
font-size: 30rpx; font-size: 26rpx;
font-style: italic;
} }
.card_container { .card_container {

2
src/pages/purchaseReceipt/job/purchaseReceipt.vue

@ -29,7 +29,7 @@ onReachBottom(() => {
}) })
onNavigationBarButtonTap((e) => { onNavigationBarButtonTap((e) => {
if (e.index === 0) { if (e.index === 0) {
receiptjob.value.goHome() receiptjob.value.goHome1()
// this.$refs.receiptjob.refresh(); // this.$refs.receiptjob.refresh();
} else if (e.index == 1) { } else if (e.index == 1) {
receiptjob.value.openFilter() receiptjob.value.openFilter()

2
src/pages/purchaseReceipt/job/purchaseReject.vue

@ -29,7 +29,7 @@ onReachBottom(() => {
}) })
onNavigationBarButtonTap((e) => { onNavigationBarButtonTap((e) => {
if (e.index === 0) { if (e.index === 0) {
receiptjob.value.goHome() receiptjob.value.goHome1()
// this.$refs.receiptjob.refresh(); // this.$refs.receiptjob.refresh();
} else if (e.index == 1) { } else if (e.index == 1) {
receiptjob.value.openFilter() receiptjob.value.openFilter()

Loading…
Cancel
Save