Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
wly-APP
Project
Project
Details
Activity
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
刘川
wly-APP
Commits
18fb1051
Commit
18fb1051
authored
Dec 08, 2022
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支票查询模块修改
parent
f2f7f6d9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
458 additions
and
421 deletions
+458
-421
quota-order.nvue
pages/group-buy/quota-order.nvue
+1
-1
purchase-receive.nvue
pages/purchase-receive/purchase-receive.nvue
+4
-1
select-shunt-list.nvue
pages/select-shunt-list/select-shunt-list.nvue
+1
-1
ticket-order.nvue
pages/ticket-order/ticket-order.nvue
+452
-418
No files found.
pages/group-buy/quota-order.nvue
View file @
18fb1051
...
...
@@ -69,7 +69,7 @@
</image>
</view>
</view>
<view class="text-block" @click="selectProduct(index,'inner')">
<view class="text-block"
style="height: auto;"
@click="selectProduct(index,'inner')">
<view class="middle-date">
<text class="mustPosIcon">*</text>
<text class="middle-date">产品</text>
...
...
pages/purchase-receive/purchase-receive.nvue
View file @
18fb1051
...
...
@@ -19,7 +19,7 @@
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode=""></image>
</view>
</view>
<view class="text-block" @click="handleShunt">
<view class="text-block" @click="handleShunt"
v-if="orderItem.isShunt - 1 === 0"
>
<text class="middle-date">分流经销商</text>
<view class="middle-date-des uni-list picker-year" >
<view class="uni-list-cell">
...
...
@@ -239,6 +239,9 @@
console.log('监听到事件来自 selectShuntAccountInfo ,携带参数 msg 为:', data);
_this.orderItem.shuntDealerName = data.selectShuntAccountInfo.shuntingCustomer
_this.orderItem.shuntDealer = data.selectShuntAccountInfo.shuntingCustomer
// 渠道
_this.orderItem.shuntChannelsType = data.selectShuntAccountInfo.id
_this.orderItem.shuntTypeName = data.selectShuntAccountInfo.channelsTextView
})
uni.$on('selectShuntAdressAccountInfo', function(data) {
console.log('监听到事件来自 selectShuntAdressAccountInfo ,携带参数 msg 为:', data);
...
...
pages/select-shunt-list/select-shunt-list.nvue
View file @
18fb1051
...
...
@@ -18,7 +18,7 @@
<text class="item-block-label">分流经销商编号:{{item.shuntingCustomer}}</text>
</view>
<view class="item-block item-block-code">
<text class="item-block-label">渠道:{{item.channels}}</text>
<text class="item-block-label">渠道:{{item.channels
TextView
}}</text>
</view>
</view>
</cell>
...
...
pages/ticket-order/ticket-order.nvue
View file @
18fb1051
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