diff --git a/src/common/style/pdabasic.css b/src/common/style/pdabasic.css index 65f1521e..33cc3bcd 100644 --- a/src/common/style/pdabasic.css +++ b/src/common/style/pdabasic.css @@ -741,7 +741,6 @@ page { .page-header .header-view .header_item { /* padding-left: 10rpx; */ - padding: 5rpx 10rpx; font-size: 32rpx; } diff --git a/src/main.ts b/src/main.ts index e28e3ea4..8c870363 100644 --- a/src/main.ts +++ b/src/main.ts @@ -36,7 +36,7 @@ export function createApp() { app.config.globalProperties.$throttle = noclick.throttle; // 缓存 app.config.globalProperties.$storage = storage - app.component('com-message', comMessage) + app.component('ComMessage', comMessage) diff --git a/src/mycomponents/balance/batch.vue b/src/mycomponents/balance/batch.vue index 851a547b..acad1ce1 100644 --- a/src/mycomponents/balance/batch.vue +++ b/src/mycomponents/balance/batch.vue @@ -14,5 +14,6 @@ }) - diff --git a/src/mycomponents/balance/location.vue b/src/mycomponents/balance/location.vue index dddbfa35..b715f6d5 100644 --- a/src/mycomponents/balance/location.vue +++ b/src/mycomponents/balance/location.vue @@ -18,4 +18,6 @@ const props = defineProps({ }) - + diff --git a/src/mycomponents/balance/pack.vue b/src/mycomponents/balance/pack.vue index b36fcec6..0114c85c 100644 --- a/src/mycomponents/balance/pack.vue +++ b/src/mycomponents/balance/pack.vue @@ -25,4 +25,9 @@ onMounted(()=>{ }) - + diff --git a/src/mycomponents/detail/comDetailCard.vue b/src/mycomponents/detail/comDetailCard.vue index 8dbb9d6d..53e0a3f4 100644 --- a/src/mycomponents/detail/comDetailCard.vue +++ b/src/mycomponents/detail/comDetailCard.vue @@ -104,7 +104,7 @@ onMounted(() => { detailOptions.value = getDetailOption() } if (scanOptions.value.length == 0) { - scanOptions.value = getPurchaseReceiptOption(settingParam.value.allowModifyQty, false) + scanOptions.value = getPurchaseReceiptOption(props.settingParam.allowModifyQty, false) } nextTick((res) => { collapse.value.init() diff --git a/src/mycomponents/detail/comRecommendDetailCard.vue b/src/mycomponents/detail/comRecommendDetailCard.vue index 59bdd084..82dbe82c 100644 --- a/src/mycomponents/detail/comRecommendDetailCard.vue +++ b/src/mycomponents/detail/comRecommendDetailCard.vue @@ -14,10 +14,9 @@ @click="(...event)=>swipeClick(event,item)"> - 推 - 荐 + 推 荐 - + diff --git a/src/mycomponents/detail/comRecommendDetailCardBatch.vue b/src/mycomponents/detail/comRecommendDetailCardBatch.vue index 60022756..dc923a53 100644 --- a/src/mycomponents/detail/comRecommendDetailCardBatch.vue +++ b/src/mycomponents/detail/comRecommendDetailCardBatch.vue @@ -16,8 +16,8 @@ - - + 复制 @@ -28,9 +28,8 @@ 际 - - - + diff --git a/src/mycomponents/item/itemCompareQty.vue b/src/mycomponents/item/itemCompareQty.vue index 895531d3..35afde77 100644 --- a/src/mycomponents/item/itemCompareQty.vue +++ b/src/mycomponents/item/itemCompareQty.vue @@ -1,9 +1,9 @@