Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fcb78dbd
authored
Jul 16, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
88dc7e6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
pages/tally/addAbnormal.vue
pages/tally/addAbnormal.vue
View file @
fcb78dbd
...
...
@@ -10,27 +10,27 @@
<view
class=
"row text-box"
>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
入仓号:
</text>
<text
class=
"text"
>
{{
form
.
entrust_no
}}
</text>
<text
class=
"text"
>
{{
form
.
entrust_no
}}
</text>
</view>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
部门:
</text>
<text
class=
"text"
>
{{
salesman
}}
</text>
<text
class=
"text"
>
{{
salesman
}}
</text>
</view>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
型号:
</text>
<text
class=
"text"
>
{{
orderDetailByIdList
.
model
}}
</text>
<text
class=
"text"
>
{{
orderDetailByIdList
.
model
}}
</text>
</view>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
品牌:
</text>
<text
class=
"text"
>
{{
orderDetailByIdList
.
brand
}}
</text>
<text
class=
"text"
>
{{
orderDetailByIdList
.
brand
}}
</text>
</view>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
数量:
</text>
<text
class=
"text"
>
{{
orderDetailByIdList
.
qty
}}
</text>
<text
class=
"text"
>
{{
orderDetailByIdList
.
qty
}}
</text>
</view>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
产地:
</text>
<text
class=
"text"
>
{{
orderDetailByIdList
.
origin
}}
</text>
<text
class=
"text"
>
{{
orderDetailByIdList
.
origin
}}
</text>
</view>
</view>
</view>
...
...
@@ -45,12 +45,12 @@
<text
class=
"label required"
>
异常类型
</text>
<view
class=
"uni-list-cell-db"
>
<text
class=
"iconfont icon-sanjiaoxing1"
></text>
<picker
@
change=
"bindPickerChange(1,$event)"
:value=
"index"
:range=
"array"
>
<picker
@
change=
"bindPickerChange(1,
$event)"
:value=
"index"
:range=
"array"
>
<view
class=
"uni-input"
>
{{
array
[
index
]
||
'请选择异常类型'
}}
</view>
</picker>
</view>
</view>
<view
class=
"box row verCenter"
v-if=
"index == 0 || index == 1
|| index == 2
|| index == 3"
>
<view
class=
"box row verCenter"
v-if=
"index == 0 || index == 1
|| index == 2
|| index == 3"
>
<template
v-if=
"index == 0"
>
<text
class=
"label"
>
实物品牌
</text>
<view
class=
"uni-input-box row verCenter bothSide"
>
...
...
@@ -81,7 +81,7 @@
<text
class=
"label required"
>
是否需业务处理
</text>
<view
class=
"uni-list-cell-db"
>
<text
class=
"iconfont icon-sanjiaoxing1"
></text>
<picker
@
change=
"bindPickerChange(2,$event)"
:value=
"is_business_processing_index"
:range=
"is_business_processing"
>
<picker
@
change=
"bindPickerChange(2,
$event)"
:value=
"is_business_processing_index"
:range=
"is_business_processing"
>
<view
class=
"uni-input"
>
{{ is_business_processing[is_business_processing_index] || '请选择' }}
</view>
</picker>
</view>
...
...
@@ -106,7 +106,7 @@
<view
class=
"textarea-box"
>
<textarea
maxlength=
"200"
placeholder=
"请输入异常说明"
placeholder-style=
"color:#6E767A;"
v-model=
"form.abnormal_explain"
></textarea>
<view
class=
"quickExpressions row"
>
<view
class=
"lable-box"
@
click=
"selectionText(item.expressions)"
v-for=
"(item,
index) in quickExpressions"
:key=
"index"
>
{{item.expressions
}}
</view>
<view
class=
"lable-box"
@
click=
"selectionText(item.expressions)"
v-for=
"(item,
index) in quickExpressions"
:key=
"index"
>
{{ item.expressions
}}
</view>
</view>
</view>
</view>
...
...
@@ -167,7 +167,7 @@
this
.
getQuickExpressions
();
},
methods
:
{
bindPickerChange
:
function
(
type
,
e
)
{
bindPickerChange
:
function
(
type
,
e
)
{
console
.
log
(
'picker发送选择改变,携带值为'
,
e
.
detail
.
value
);
if
(
type
==
1
)
{
this
.
index
=
e
.
detail
.
value
;
...
...
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