Commit 7d8424f1 authored by 黄奎's avatar 黄奎

去掉部分显示

parent 0f3af8f5
......@@ -145,25 +145,25 @@
</view>
<input class="uni-input comInfoInput" v-model="msg.EnAddress" placeholder="详细地址(英文)" />
</view>
<view class="compInfoList">
<view class="compInfoList" style="display: none;">
<view class="comInforName">
<view>年进口额</view>
</view>
<input class="uni-input comInfoInput" v-model="msg.AnnualImport" placeholder="年进口额" />
</view>
<view class="compInfoList">
<view class="compInfoList" style="display: none;">
<view class="comInforName">
主要进口品目
</view>
<input class="uni-input comInfoInput" v-model="msg.ImportCategory" placeholder="主要进口品目" />
</view>
<view class="compInfoList">
<view class="compInfoList" style="display: none;">
<view class="comInforName">
主要进口国
</view>
<input class="uni-input comInfoInput" v-model="msg.ImportCountry" placeholder="中国/韩国/日本" />
</view>
<view class="compInfoList">
<view class="compInfoList" style="display: none;">
<view class="comInforName">
主要出口国
</view>
......
......@@ -114,19 +114,19 @@
<view class="proDeLeft">详细地址(英文)</view>
<view class="proDeRight">{{dataList.EnAddress}}</view>
</view>
<view class="proDeList">
<view class="proDeList" style="display: none;">
<view class="proDeLeft">年进口额</view>
<view class="proDeRight">{{dataList.AnnualImport}}</view>
</view>
<view class="proDeList">
<view class="proDeList" style="display: none;">
<view class="proDeLeft">主要进口品目</view>
<view class="proDeRight">{{dataList.ImportCategory}}</view>
</view>
<view class="proDeList">
<view class="proDeList" style="display: none;">
<view class="proDeLeft">主要进口国</view>
<view class="proDeRight">{{dataList.ImportCountry}}</view>
</view>
<view class="proDeList">
<view class="proDeList" style="display: none;">
<view class="proDeLeft">主要出口国</view>
<view class="proDeRight">{{dataList.ExportCountry}}</view>
</view>
......
......@@ -71,10 +71,7 @@
<view>年销售(万元)</view>
<view>{{item.AnnualSales}}</view>
</view>
<view class="procure_Info">
<view>年进口额</view>
<view>{{item.AnnualImport}}</view>
</view>
</view>
</view>
</view>
......
......@@ -151,25 +151,25 @@
</view>
<input class="uni-input comInfoInput" v-model="msg.EnAddress" placeholder="详细地址(英文)" />
</view>
<view class="compInfoList">
<view class="compInfoList" style="display: none;">
<view class="comInforName">
<view>年进口额</view>
</view>
<input class="uni-input comInfoInput" v-model="msg.AnnualImport" placeholder="年进口额" />
</view>
<view class="compInfoList">
<view class="compInfoList" style="display: none;">
<view class="comInforName">
主要进口品目
</view>
<input class="uni-input comInfoInput" v-model="msg.ImportCategory" placeholder="主要进口品目" />
</view>
<view class="compInfoList">
<view class="compInfoList" style="display: none;">
<view class="comInforName">
主要进口国
</view>
<input class="uni-input comInfoInput" v-model="msg.ImportCountry" placeholder="中国/韩国/日本" />
</view>
<view class="compInfoList">
<view class="compInfoList" style="display: none;">
<view class="comInforName">
主要出口国
</view>
......
......@@ -118,19 +118,19 @@
<view class="proDeLeft">详细地址(英文)</view>
<view class="proDeRight">{{dataList.EnAddress}}</view>
</view>
<view class="proDeList">
<view class="proDeList" style="display: none;">
<view class="proDeLeft">年进口额</view>
<view class="proDeRight">{{dataList.AnnualImport}}</view>
</view>
<view class="proDeList">
<view class="proDeList" style="display: none;">
<view class="proDeLeft">主要进口品目</view>
<view class="proDeRight">{{dataList.ImportCategory}}</view>
</view>
<view class="proDeList">
<view class="proDeList" style="display: none;">
<view class="proDeLeft">主要进口国</view>
<view class="proDeRight">{{dataList.ImportCountry}}</view>
</view>
<view class="proDeList">
<view class="proDeList" style="display: none;">
<view class="proDeLeft">主要出口国</view>
<view class="proDeRight">{{dataList.ExportCountry}}</view>
</view>
......
......@@ -71,10 +71,7 @@
<view>年销售(万元)</view>
<view>{{item.AnnualSales}}</view>
</view>
<view class="procure_Info">
<view>年进口额</view>
<view>{{item.AnnualImport}}</view>
</view>
</view>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment