Browse Source

修改样式

wms3.0_pda
niexiting 9 months ago
parent
commit
83ba57e708
  1. 2
      mycomponents/balance/bussinessType.vue
  2. 2
      pages/query/coms/comItemBalance.vue
  3. 19
      pages/query/coms/comItemDetailCard.vue
  4. 3
      pages/query/coms/comLocationDetailCard.vue
  5. 1
      pages/query/location.vue

2
mycomponents/balance/bussinessType.vue

@ -1,5 +1,5 @@
<template> <template>
<view class="business_view uni-inline-item"> <view class="business_view">
<text class="card_business">{{businessTypeDesc(bussinessType)}}</text> <text class="card_business">{{businessTypeDesc(bussinessType)}}</text>
<text class="card_business_content">{{number}}</text> <text class="card_business_content">{{number}}</text>
</view> </view>

2
pages/query/coms/comItemBalance.vue

@ -1,6 +1,6 @@
<template> <template>
<view :class="dataContent.scaned?'scan_view':''" style="width: 100%;"> <view :class="dataContent.scaned?'scan_view':''" style="width: 100%;">
<view class="uni-flex uni-row space-between uni-inline-item"> <view class="uni-flex uni-row space-between">
<view> <view>
<pack v-if="isShowPack" :packingCode="dataContent.packingNumber"></pack> <pack v-if="isShowPack" :packingCode="dataContent.packingNumber"></pack>
<batch v-if="isShowBatch" :batch="dataContent.batch"></batch> <batch v-if="isShowBatch" :batch="dataContent.batch"></batch>

19
pages/query/coms/comItemDetailCard.vue

@ -2,17 +2,11 @@
<view> <view>
<com-empty-view v-if="itemList.length==0"></com-empty-view> <com-empty-view v-if="itemList.length==0"></com-empty-view>
<view class="" style="background-color: #fff; width: 100%;" v-for="(item,index) in itemList"> <view class="" style="background-color: #fff; width: 100%;" v-for="(item,index) in itemList">
<!-- <view class="flex uni-center u-col-center" style="flex-direction: row; "> -->
<view class="flex uni-center u-col-center" style="flex-direction: row; "> <view>
<!-- <view class="" style="font-size: 30rpx;margin: 10rpx;"> <com-item-balance :dataContent="item" :isShowStdPack="false" :isShowPack="isShowPack"
({{index+1}}) :isShowBatch="isShowBatch" :isShowLocation="isShowLocation" :isShowBusiness="isShowBusiness">
</view> --> </com-item-balance>
<comItemBalance :dataContent="item"
:isShowStdPack="false"
:isShowPack="isShowPack"
:isShowBatch="isShowBatch"
:isShowLocation ="isShowLocation"
:isShowBusiness="isShowBusiness"></comItemBalance>
</view> </view>
</view> </view>
</view> </view>
@ -74,8 +68,7 @@
default: false default: false
}, },
}, },
methods: { methods: {}
}
} }
</script> </script>

3
pages/query/coms/comLocationDetailCard.vue

@ -6,12 +6,11 @@
<template v-slot:title> <template v-slot:title>
<itemQty :dataContent="dataContent" :isShowBalance="true"></itemQty> <itemQty :dataContent="dataContent" :isShowBalance="true"></itemQty>
</template> </template>
<u-line />
<view v-for="(item, index) in dataContent.list"> <view v-for="(item, index) in dataContent.list">
<balance :dataContent="item" :isShowFromLocation="false" :isShowPack="isShowPack" <balance :dataContent="item" :isShowFromLocation="false" :isShowPack="isShowPack"
:isShowStdPack="false"> :isShowStdPack="false">
</balance> </balance>
<u-line />
</view> </view>
</uni-collapse-item> </uni-collapse-item>
</uni-collapse> </uni-collapse>

1
pages/query/location.vue

@ -8,7 +8,6 @@
<template #top> <template #top>
<view v-if="locationCode!=''"> <view v-if="locationCode!=''">
<location-info :locationDetail='locationDetail' v-if="locationCode"></location-info> <location-info :locationDetail='locationDetail' v-if="locationCode"></location-info>
<u-line />
<z-tabs :list="tabList" @change="tabChange" /> <z-tabs :list="tabList" @change="tabChange" />
</view> </view>

Loading…
Cancel
Save