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
87c0bd05
authored
May 29, 2025
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
视图bug
parent
24340f5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
18 deletions
resources/views/web/SavePurchaseRemark.blade.php
resources/views/web/SavePurchaseRemark.blade.php
View file @
87c0bd05
...
...
@@ -2,28 +2,21 @@
.layui-form-item
{
margin-bottom
:
5px
;
}
</style>
<div
class=
"layui-card"
>
<div
class=
"layui-card-body"
>
<form
class=
"layui-form"
action=
""
>
<div
class=
"layui-form-item"
>
@inject('singleSelectPresenter', 'App\Presenters\SingleSelectPresenter')
{!! $singleSelectPresenter->render(
'participate_type',
'参与类型 :',
!empty($remark) ? $remark['participate_type'] : 1,
config('field.PurchaseRemarkParticipateType'),
['required' => true, 'disable' => !empty($remark) ? true : false],
) !!}
{!! $singleSelectPresenter->render('participate_type','参与类型 :',!empty($remark) ? $remark['participate_type'] : 1,config('field.PurchaseRemarkParticipateType'),['required' => true, 'disable' => !empty($remark) ? true : false],) !!}
</div>
<input
type=
"hidden"
name=
"id"
value=
"{{ $remark['id'] or '' }}"
>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
><span
style=
"color: red"
>
*
</span>
参与内容 :
</label>
<div
class=
"layui-input-block"
>
<div
id=
"participate_content_div"
>
<textarea
rows=
"7"
name=
"participate_content"
placeholder=
"请输入 型号/标准品牌 全称,多个以英文逗号隔开,如果选择品牌类型,会去校验标准品牌是否正确"
class=
"layui-textarea @if (empty($remark) || (!empty($remark) && $remark['participate_type'] == 1)) layui-disabled @endif"
@
if
(
empty
($
remark
)
||
(!
empty
($
remark
)
&&
$
remark
['
participate_type
']
==
1
))
disabled
@
endif
id=
"participate_content"
>
{{ $remark['participate_content'] or '' }}
</textarea>
<textarea
rows=
"7"
name=
"participate_content"
placeholder=
"请输入 型号/标准品牌 全称,多个以英文逗号隔开,如果选择品牌类型,会去校验标准品牌是否正确"
class=
"layui-textarea @if (empty($remark) || (!empty($remark) && $remark['participate_type'] == 1)) layui-disabled @endif"
@
if
(
empty
($
remark
)
||
(!
empty
($
remark
)
&&
$
remark
['
participate_type
']==
1
))
disabled
@
endif
id=
"participate_content"
>
{{ $remark['participate_content'] or '' }}
</textarea>
</div>
<blockquote
class=
"layui-elem-quote layui-text"
>
<b
style=
"color: red"
id=
"checkStandardBrandNameResult"
></b>
...
...
@@ -35,8 +28,7 @@
<div
class=
"layui-input-block"
>
<div
class=
"layui-col-xs4"
>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"start_time"
name=
"start_time"
placeholder=
"请输入开始时间"
class=
"layui-input"
autocomplete=
"off"
value=
"{{ $remark['start_time'] or '' }}"
>
<input
type=
"text"
id=
"start_time"
name=
"start_time"
placeholder=
"请输入开始时间"
class=
"layui-input"
autocomplete=
"off"
value=
"{{ $remark['start_time'] or '' }}"
>
</div>
</div>
<div
class=
"layui-col-xs1"
>
...
...
@@ -44,8 +36,7 @@
</div>
<div
class=
"layui-col-xs7"
style=
"margin-left: -25px"
>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"end_time"
name=
"end_time"
placeholder=
"请输入合同有效期"
class=
"layui-input"
autocomplete=
"off"
value=
"{{ $remark['end_time'] or '' }}"
>
<input
type=
"text"
id=
"end_time"
name=
"end_time"
placeholder=
"请输入合同有效期"
class=
"layui-input"
autocomplete=
"off"
value=
"{{ $remark['end_time'] or '' }}"
>
</div>
</div>
</div>
...
...
@@ -58,11 +49,9 @@
</div>
<div
class=
"layui-form-item"
>
<div
align=
"right"
style=
"margin-top: 20px"
>
<button
type=
"button"
class=
"layui-btn layui-btn-sm layui-btn-info submit-loading"
lay-submit
lay-filter=
"savePurchaseRemark"
>
确认
<button
type=
"button"
class=
"layui-btn layui-btn-sm layui-btn-info submit-loading"
lay-submit
lay-filter=
"savePurchaseRemark"
>
确认
</button>
<button
type=
"button"
class=
"layui-btn layui-btn-sm layui-btn-primary"
lay-submit
lay-filter=
"cancel"
>
关闭
<button
type=
"button"
class=
"layui-btn layui-btn-sm layui-btn-primary"
lay-submit
lay-filter=
"cancel"
>
关闭
</button>
</div>
...
...
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