Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
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
1c105661
authored
Jun 16, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修复更新页面显示bug
parent
3d79858f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
resources/views/web/supplier/SupplierBase.blade.php
resources/views/web/supplier/SupplierBase.blade.php
View file @
1c105661
...
@@ -66,10 +66,10 @@
...
@@ -66,10 +66,10 @@
</div>
</div>
</div>
</div>
<div
class=
"layui-col-md5"
>
<div
class=
"layui-col-md5"
>
<label
class=
"layui-form-label"
>
注册资金 :
</label>
<label
class=
"layui-form-label"
>
<span
class=
"require"
>
*
</span>
注册资金 :
</label>
<div
class=
"layui-input-block"
style=
"width: 230px"
>
<div
class=
"layui-input-block"
style=
"width: 230px"
>
<input
type=
"text"
name=
"registered_capital"
id=
"registered_capital"
<input
type=
"text"
name=
"registered_capital"
id=
"registered_capital"
placeholder=
"请输入注册资金(万),至少需要50万"
class=
"layui-input"
value=
""
>
placeholder=
"请输入注册资金(万),至少需要50万"
class=
"layui-input"
value=
"
{{$supplier['registered_capital']}}
"
>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
</div>
</div>
<div
class=
"layui-col-md3"
>
<div
class=
"layui-col-md3"
>
@inject('statusPresenter','App\Presenters\StatusPresenter')
@inject('statusPresenter','App\Presenters\StatusPresenter')
{!! $statusPresenter->render('is_business_abnormal','是否历史经营异常 : ',
''
,
{!! $statusPresenter->render('is_business_abnormal','是否历史经营异常 : ',
$supplier['is_business_abnormal']
,
[-1=>'否',1=>'是'],['required'=>true,'label_width'=>'120px']) !!}
[-1=>'否',1=>'是'],['required'=>true,'label_width'=>'120px']) !!}
</div>
</div>
<div
class=
"layui-form-item"
>
<div
class=
"layui-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