Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
ed9f193b
Commit
ed9f193b
authored
Jul 23, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
674ac7a0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
417 additions
and
397 deletions
+417
-397
otherInfor1.vue
pages/teamLeader/components/report/otherInfor1.vue
+2
-2
otherInfor6.vue
pages/teamLeader/components/report/otherInfor6.vue
+1
-1
productInfor1.vue
pages/teamLeader/components/report/productInfor1.vue
+1
-1
productInfor2.vue
pages/teamLeader/components/report/productInfor2.vue
+1
-1
productInfor3.vue
pages/teamLeader/components/report/productInfor3.vue
+1
-1
productInfor4.vue
pages/teamLeader/components/report/productInfor4.vue
+1
-1
index.vue
pages/teamLeader/index.vue
+410
-390
No files found.
pages/teamLeader/components/report/otherInfor1.vue
View file @
ed9f193b
...
...
@@ -177,7 +177,7 @@
<text>
金额
</text>
</view>
<view
class=
"inputBoxRight"
>
<input
class=
"text-right"
type=
"
number
"
v-model=
"item.UnitPrice"
/>
<input
class=
"text-right"
type=
"
text
"
v-model=
"item.UnitPrice"
/>
</view>
</view>
<view
class=
"inputBox row justify-between"
>
...
...
@@ -185,7 +185,7 @@
<text>
返佣
</text>
</view>
<view
class=
"inputBoxRight"
>
<input
class=
"text-right"
type=
"
number
"
v-model=
"item.Rebate"
/>
<input
class=
"text-right"
type=
"
text
"
v-model=
"item.Rebate"
/>
</view>
</view>
<view
class=
"paymentTitle PA30"
>
备注
</view>
...
...
pages/teamLeader/components/report/otherInfor6.vue
View file @
ed9f193b
...
...
@@ -186,7 +186,7 @@
<text>
金额
</text>
</view>
<view
class=
"inputBoxRight"
>
<input
class=
"text-right"
type=
"
number
"
v-model=
"item.ShopMoney"
/>
<input
class=
"text-right"
type=
"
text
"
v-model=
"item.ShopMoney"
/>
</view>
</view>
...
...
pages/teamLeader/components/report/productInfor1.vue
View file @
ed9f193b
...
...
@@ -174,7 +174,7 @@
<text>
金额
</text>
</view>
<view
class=
"inputBoxRight"
>
<input
class=
"text-right"
type=
"
number
"
v-model=
"item.UnitPrice"
<input
class=
"text-right"
type=
"
text
"
v-model=
"item.UnitPrice"
@
input=
"handleInput($event, item,2, 'UnitPrice')"
@
blur=
"handleBlur(item,2, 'UnitPrice')"
/>
</view>
</view>
...
...
pages/teamLeader/components/report/productInfor2.vue
View file @
ed9f193b
...
...
@@ -162,7 +162,7 @@
<text>
单价
</text>
</view>
<view
class=
"inputBoxRight"
>
<input
class=
"text-right"
type=
"
number
"
v-model=
"item.UnitPrice"
@
input=
"getNum()"
/>
<input
class=
"text-right"
type=
"
text
"
v-model=
"item.UnitPrice"
@
input=
"getNum()"
/>
</view>
</view>
<view
class=
"inputBox row justify-between noBorder"
>
...
...
pages/teamLeader/components/report/productInfor3.vue
View file @
ed9f193b
...
...
@@ -164,7 +164,7 @@
</view>
<view
class=
"inputBoxRight"
>
<input
class=
"text-right"
type=
"
number
"
v-model=
"item.UnitPrice"
@
input=
"getNum()"
/>
<input
class=
"text-right"
type=
"
text
"
v-model=
"item.UnitPrice"
@
input=
"getNum()"
/>
</view>
</view>
<view
class=
"inputBox row justify-between noBorder"
>
...
...
pages/teamLeader/components/report/productInfor4.vue
View file @
ed9f193b
...
...
@@ -162,7 +162,7 @@
<text>
单价
</text>
</view>
<view
class=
"inputBoxRight"
>
<input
class=
"text-right"
type=
"
number
"
v-model=
"item.UnitPrice"
@
input=
"getNum()"
/>
<input
class=
"text-right"
type=
"
text
"
v-model=
"item.UnitPrice"
@
input=
"getNum()"
/>
</view>
</view>
<view
class=
"inputBox row justify-between noBorder"
>
...
...
pages/teamLeader/index.vue
View file @
ed9f193b
This diff is collapsed.
Click to expand it.
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