Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
7d8424f1
Commit
7d8424f1
authored
Mar 03, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉部分显示
parent
0f3af8f5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
24 deletions
+18
-24
investment.vue
pages/kotra/investment.vue
+4
-4
investmentDetail.vue
pages/kotra/investmentDetail.vue
+4
-4
investmentList.vue
pages/kotra/investmentList.vue
+1
-4
procurement.vue
pages/kotra/procurement.vue
+4
-4
procurementDetail.vue
pages/kotra/procurementDetail.vue
+4
-4
procurementList.vue
pages/kotra/procurementList.vue
+1
-4
No files found.
pages/kotra/investment.vue
View file @
7d8424f1
...
@@ -145,25 +145,25 @@
...
@@ -145,25 +145,25 @@
</view>
</view>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.EnAddress"
placeholder=
"详细地址(英文)"
/>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.EnAddress"
placeholder=
"详细地址(英文)"
/>
</view>
</view>
<view
class=
"compInfoList"
>
<view
class=
"compInfoList"
style=
"display: none;"
>
<view
class=
"comInforName"
>
<view
class=
"comInforName"
>
<view>
年进口额
</view>
<view>
年进口额
</view>
</view>
</view>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.AnnualImport"
placeholder=
"年进口额"
/>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.AnnualImport"
placeholder=
"年进口额"
/>
</view>
</view>
<view
class=
"compInfoList"
>
<view
class=
"compInfoList"
style=
"display: none;"
>
<view
class=
"comInforName"
>
<view
class=
"comInforName"
>
主要进口品目
主要进口品目
</view>
</view>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.ImportCategory"
placeholder=
"主要进口品目"
/>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.ImportCategory"
placeholder=
"主要进口品目"
/>
</view>
</view>
<view
class=
"compInfoList"
>
<view
class=
"compInfoList"
style=
"display: none;"
>
<view
class=
"comInforName"
>
<view
class=
"comInforName"
>
主要进口国
主要进口国
</view>
</view>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.ImportCountry"
placeholder=
"中国/韩国/日本"
/>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.ImportCountry"
placeholder=
"中国/韩国/日本"
/>
</view>
</view>
<view
class=
"compInfoList"
>
<view
class=
"compInfoList"
style=
"display: none;"
>
<view
class=
"comInforName"
>
<view
class=
"comInforName"
>
主要出口国
主要出口国
</view>
</view>
...
...
pages/kotra/investmentDetail.vue
View file @
7d8424f1
...
@@ -114,19 +114,19 @@
...
@@ -114,19 +114,19 @@
<view
class=
"proDeLeft"
>
详细地址(英文)
</view>
<view
class=
"proDeLeft"
>
详细地址(英文)
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
EnAddress
}}
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
EnAddress
}}
</view>
</view>
</view>
<view
class=
"proDeList"
>
<view
class=
"proDeList"
style=
"display: none;"
>
<view
class=
"proDeLeft"
>
年进口额
</view>
<view
class=
"proDeLeft"
>
年进口额
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
AnnualImport
}}
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
AnnualImport
}}
</view>
</view>
</view>
<view
class=
"proDeList"
>
<view
class=
"proDeList"
style=
"display: none;"
>
<view
class=
"proDeLeft"
>
主要进口品目
</view>
<view
class=
"proDeLeft"
>
主要进口品目
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ImportCategory
}}
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ImportCategory
}}
</view>
</view>
</view>
<view
class=
"proDeList"
>
<view
class=
"proDeList"
style=
"display: none;"
>
<view
class=
"proDeLeft"
>
主要进口国
</view>
<view
class=
"proDeLeft"
>
主要进口国
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ImportCountry
}}
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ImportCountry
}}
</view>
</view>
</view>
<view
class=
"proDeList"
>
<view
class=
"proDeList"
style=
"display: none;"
>
<view
class=
"proDeLeft"
>
主要出口国
</view>
<view
class=
"proDeLeft"
>
主要出口国
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ExportCountry
}}
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ExportCountry
}}
</view>
</view>
</view>
...
...
pages/kotra/investmentList.vue
View file @
7d8424f1
...
@@ -71,10 +71,7 @@
...
@@ -71,10 +71,7 @@
<view>
年销售(万元)
</view>
<view>
年销售(万元)
</view>
<view>
{{
item
.
AnnualSales
}}
</view>
<view>
{{
item
.
AnnualSales
}}
</view>
</view>
</view>
<view
class=
"procure_Info"
>
<view>
年进口额
</view>
<view>
{{
item
.
AnnualImport
}}
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
pages/kotra/procurement.vue
View file @
7d8424f1
...
@@ -151,25 +151,25 @@
...
@@ -151,25 +151,25 @@
</view>
</view>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.EnAddress"
placeholder=
"详细地址(英文)"
/>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.EnAddress"
placeholder=
"详细地址(英文)"
/>
</view>
</view>
<view
class=
"compInfoList"
>
<view
class=
"compInfoList"
style=
"display: none;"
>
<view
class=
"comInforName"
>
<view
class=
"comInforName"
>
<view>
年进口额
</view>
<view>
年进口额
</view>
</view>
</view>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.AnnualImport"
placeholder=
"年进口额"
/>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.AnnualImport"
placeholder=
"年进口额"
/>
</view>
</view>
<view
class=
"compInfoList"
>
<view
class=
"compInfoList"
style=
"display: none;"
>
<view
class=
"comInforName"
>
<view
class=
"comInforName"
>
主要进口品目
主要进口品目
</view>
</view>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.ImportCategory"
placeholder=
"主要进口品目"
/>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.ImportCategory"
placeholder=
"主要进口品目"
/>
</view>
</view>
<view
class=
"compInfoList"
>
<view
class=
"compInfoList"
style=
"display: none;"
>
<view
class=
"comInforName"
>
<view
class=
"comInforName"
>
主要进口国
主要进口国
</view>
</view>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.ImportCountry"
placeholder=
"中国/韩国/日本"
/>
<input
class=
"uni-input comInfoInput"
v-model=
"msg.ImportCountry"
placeholder=
"中国/韩国/日本"
/>
</view>
</view>
<view
class=
"compInfoList"
>
<view
class=
"compInfoList"
style=
"display: none;"
>
<view
class=
"comInforName"
>
<view
class=
"comInforName"
>
主要出口国
主要出口国
</view>
</view>
...
...
pages/kotra/procurementDetail.vue
View file @
7d8424f1
...
@@ -118,19 +118,19 @@
...
@@ -118,19 +118,19 @@
<view
class=
"proDeLeft"
>
详细地址(英文)
</view>
<view
class=
"proDeLeft"
>
详细地址(英文)
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
EnAddress
}}
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
EnAddress
}}
</view>
</view>
</view>
<view
class=
"proDeList"
>
<view
class=
"proDeList"
style=
"display: none;"
>
<view
class=
"proDeLeft"
>
年进口额
</view>
<view
class=
"proDeLeft"
>
年进口额
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
AnnualImport
}}
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
AnnualImport
}}
</view>
</view>
</view>
<view
class=
"proDeList"
>
<view
class=
"proDeList"
style=
"display: none;"
>
<view
class=
"proDeLeft"
>
主要进口品目
</view>
<view
class=
"proDeLeft"
>
主要进口品目
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ImportCategory
}}
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ImportCategory
}}
</view>
</view>
</view>
<view
class=
"proDeList"
>
<view
class=
"proDeList"
style=
"display: none;"
>
<view
class=
"proDeLeft"
>
主要进口国
</view>
<view
class=
"proDeLeft"
>
主要进口国
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ImportCountry
}}
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ImportCountry
}}
</view>
</view>
</view>
<view
class=
"proDeList"
>
<view
class=
"proDeList"
style=
"display: none;"
>
<view
class=
"proDeLeft"
>
主要出口国
</view>
<view
class=
"proDeLeft"
>
主要出口国
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ExportCountry
}}
</view>
<view
class=
"proDeRight"
>
{{
dataList
.
ExportCountry
}}
</view>
</view>
</view>
...
...
pages/kotra/procurementList.vue
View file @
7d8424f1
...
@@ -71,10 +71,7 @@
...
@@ -71,10 +71,7 @@
<view>
年销售(万元)
</view>
<view>
年销售(万元)
</view>
<view>
{{
item
.
AnnualSales
}}
</view>
<view>
{{
item
.
AnnualSales
}}
</view>
</view>
</view>
<view
class=
"procure_Info"
>
<view>
年进口额
</view>
<view>
{{
item
.
AnnualImport
}}
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment