Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
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
cad5d188
authored
Jul 28, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat(tallyReceive): 添加日期转DC输入框
在理货接收操作页面新增日期转DC输入字段,允许用户输入6位数年月日格式
parent
3999b2e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
pages/tallyReceive/operate.vue
pages/tallyReceive/operate.vue
View file @
cad5d188
...
...
@@ -204,6 +204,16 @@
</view>
<view>
<view
class=
"input-title"
>
<text
class=
"input-title-t2"
>
日期转DC:
</text>
</view>
<view
class=
"input-box"
>
<input
type=
"number"
maxlength=
"6"
class=
"uni-input"
placeholder-style=
"color:#919399"
placeholder=
"请输入6位数年月日"
v-model=
"date_code_format"
/>
</view>
</view>
</view>
<view
class=
"row bothSide verCenter input-box-wrap"
>
<view>
<view
class=
"input-title"
>
<text
class=
"input-title-t1"
v-if=
"detail.stock_in_type == 4"
>
*
</text>
<text
class=
"input-title-t2"
>
产 地:
</text>
</view>
...
...
@@ -421,6 +431,7 @@
container_name
:
''
,
//容器编码
container_id
:
''
//容器id
},
date_code_format
:
''
,
//日期转DC格式
formParams
:
{
tally_qty
:
''
,
//理货数量,
date_code
:
''
,
//D/C
...
...
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