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. 21
      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>
<view class="business_view uni-inline-item">
<view class="business_view">
<text class="card_business">{{businessTypeDesc(bussinessType)}}</text>
<text class="card_business_content">{{number}}</text>
</view>

2
pages/query/coms/comItemBalance.vue

@ -1,6 +1,6 @@
<template>
<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>
<pack v-if="isShowPack" :packingCode="dataContent.packingNumber"></pack>
<batch v-if="isShowBatch" :batch="dataContent.batch"></batch>

21
pages/query/coms/comItemDetailCard.vue

@ -2,17 +2,11 @@
<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="flex uni-center u-col-center" style="flex-direction: row; ">
<!-- <view class="" style="font-size: 30rpx;margin: 10rpx;">
({{index+1}})
</view> -->
<comItemBalance :dataContent="item"
:isShowStdPack="false"
:isShowPack="isShowPack"
:isShowBatch="isShowBatch"
:isShowLocation ="isShowLocation"
:isShowBusiness="isShowBusiness"></comItemBalance>
<!-- <view class="flex uni-center u-col-center" style="flex-direction: row; "> -->
<view>
<com-item-balance :dataContent="item" :isShowStdPack="false" :isShowPack="isShowPack"
:isShowBatch="isShowBatch" :isShowLocation="isShowLocation" :isShowBusiness="isShowBusiness">
</com-item-balance>
</view>
</view>
</view>
@ -28,7 +22,7 @@
import location from '@/mycomponents/location/location.vue'
import comItemBalance from '@/pages/query/coms/comItemBalance.vue'
import bussinessType from '@/mycomponents/balance/bussinessType.vue'
export default {
name: "comdetail",
@ -74,8 +68,7 @@
default: false
},
},
methods: {
}
methods: {}
}
</script>

3
pages/query/coms/comLocationDetailCard.vue

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

1
pages/query/location.vue

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

Loading…
Cancel
Save