Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
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
dbccc204
authored
Jan 14, 2025
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
reconciledBill去掉型号
parent
552c9f73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
src/views/billManagement/reconciledBill.vue
src/views/billManagement/reconciledBill.vue
View file @
dbccc204
...
...
@@ -6,9 +6,6 @@
<el-form-item
label=
"账单号"
prop=
"bill_sn"
>
<el-input
v-model=
"formParam.bill_sn"
placeholder=
"请输入账单号"
@
keyup
.
enter
.
native=
"submit"
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"型号"
prop=
"goods_name"
>
<el-autocomplete
v-model=
"formParam.goods_name"
:trigger-on-focus=
"false"
@
keyup
.
enter
.
native=
"onSubmit"
:fetch-suggestions=
"querySearchAsync"
placeholder=
"请输入型号"
clearable
></el-autocomplete>
</el-form-item>
<el-form-item
label=
"创建时间"
prop=
"create_time"
>
<el-date-picker
v-model=
"formParam.create_time"
align=
"right"
type=
"date"
placeholder=
"请选择创建时间"
value-format=
"yyyy-MM-dd"
></el-date-picker>
</el-form-item>
...
...
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