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
2cf1ae9f
Commit
2cf1ae9f
authored
Mar 16, 2023
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
要货处理
parent
680aac07
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
6 deletions
+23
-6
order-item.nvue
pages/my-purchase/order-item.nvue
+19
-2
purchase-main.nvue
pages/purchase-main/purchase-main.nvue
+1
-1
purchase-receive.nvue
pages/purchase-receive/purchase-receive.nvue
+2
-2
purchase-apply.nvue
pages/purchase/purchase-apply.nvue
+1
-1
No files found.
pages/my-purchase/order-item.nvue
View file @
2cf1ae9f
...
...
@@ -29,6 +29,18 @@
</view>
</view>
</view>
<view class="text-block-box">
<view class="text-block text-block-last">
<text class="middle-date-des">是否瓶储</text>
<text class="middle-date">{{newsItem.isPcj - 1 === 0 ? '是' : '否'}}</text>
</view>
<view class="text-block text-block-last" v-if="newsItem.isPcj - 1 === 0">
<text class="middle-date-des middle-date-right">瓶储到期时间</text>
<view class="middle-date-right">
<text class="middle-date">{{newsItem.saveEnddate}}</text>
</view>
</view>
</view>
</view>
<view class="bottom view">
<view class="bottom-nav">
...
...
@@ -94,6 +106,10 @@
<text class="detal-item-label">是否分流</text>
<text class="detal-item-value detal-item-value2">{{newsItem.isShuntTextView}}</text>
</view>
<view class="block-detal-item">
<text class="detal-item-label">分流渠道类型</text>
<text class="detal-item-value detal-item-value2">{{newsItem.shuntChannelsTypeTextView}}</text>
</view>
<view class="block-detal-item">
<text class="detal-item-label">分流经销商</text>
<text class="detal-item-value detal-item-value2">{{newsItem.shuntDealer}}</text>
...
...
@@ -295,7 +311,7 @@
.text-block {
flex: 1;
flex-direction: column;
margin-bottom:
32
rpx;
margin-bottom:
16
rpx;
}
.text-block-last {
...
...
@@ -315,7 +331,8 @@
.text-block-box {
display: flex;
height: 120rpx;
// height: 120rpx;
margin-bottom: 16rpx;
justify-content: space-between;
}
...
...
pages/purchase-main/purchase-main.nvue
View file @
2cf1ae9f
...
...
@@ -126,7 +126,7 @@
</view> -->
<view class="text-block text-block-last">
<text class="middle-date">本次要货件数</text>
<input class="middle-date-address" type="
text
" v-model="ele.wantQuantity" placeholder="请输入" />
<input class="middle-date-address" type="
number
" v-model="ele.wantQuantity" placeholder="请输入" />
</view>
</view>
</uni-cell>
...
...
pages/purchase-receive/purchase-receive.nvue
View file @
2cf1ae9f
...
...
@@ -243,7 +243,7 @@
_this.orderItem.shuntDealerName = data.selectShuntAccountInfo.shuntingCustomer
_this.orderItem.shuntDealer = data.selectShuntAccountInfo.shuntingCustomer
// 渠道
_this.orderItem.shuntChannelsType = data.selectShuntAccountInfo.
id
_this.orderItem.shuntChannelsType = data.selectShuntAccountInfo.
channels
_this.orderItem.shuntTypeName = data.selectShuntAccountInfo.channelsTextView
})
uni.$on('selectShuntAdressAccountInfo', function(data) {
...
...
@@ -378,7 +378,7 @@
this.orderItem.shuntName = this.shuntArr[index].name
break;
case 'shuntType':
this.orderItem.shuntChannelsType = this.shuntTypeArr[index].
id
this.orderItem.shuntChannelsType = this.shuntTypeArr[index].
value
this.orderItem.shuntTypeName = this.shuntTypeArr[index].name
break;
case 'receive':
...
...
pages/purchase/purchase-apply.nvue
View file @
2cf1ae9f
...
...
@@ -145,7 +145,7 @@
isPcjName:'否',
significance: 'normal',
sourceType:1,
bill
s
tatus: "E001",
bill
S
tatus: "E001",
status: 0,
isShunt: '0',
}
...
...
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