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
ee2741c1
authored
Apr 26, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改页面和新增页面保持基础信息布局一致
parent
1de5f431
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
110 deletions
resources/views/web/AddSupplier.blade.php
resources/views/web/UpdateSupplier.blade.php
resources/views/web/supplier/SupplierBase.blade.php
resources/views/web/supplier/SupplierPayType.blade.php
resources/views/web/AddSupplier.blade.php
View file @
ee2741c1
...
...
@@ -74,12 +74,12 @@
</div>
<div
class=
"layui-form-item"
>
<div
class=
"layui-row"
>
<div
class=
"layui-col-md
5
"
>
<div
class=
"layui-col-md
3
"
>
@inject('statusPresenter','App\Presenters\StatusPresenter')
{!! $statusPresenter->render('region','所在区域 : ','',
config('fixed.Region'),['required'=>true,'width'=>'150px']) !!}
</div>
<div
class=
"layui-col-md
7
"
>
<div
class=
"layui-col-md
9
"
>
<div
class=
"city-div"
style=
"display: none"
>
<label
class=
"layui-form-label"
>
选择省市 :
</label>
<div
class=
"city-selector"
id=
"city-selector"
></div>
...
...
resources/views/web/UpdateSupplier.blade.php
View file @
ee2741c1
...
...
@@ -145,17 +145,17 @@
</div>
</div>
</div>
<div
class=
"layui-row"
>
<div
class=
"layui-col-md3"
>
<div
class=
"layui-inline"
>
@inject('statusPresenter','App\Presenters\StatusPresenter')
{!! $statusPresenter->render('trading_method','交易方式 : ',
isset($supplier)?$supplier['trading_method']:'',config('fixed.TradingMethod'),['required'=>false]) !!
}
</div>
</div>
<div
class=
"layui-col-md3"
>
</div>
</div>
{{--
<div
class=
"layui-row"
>
--}}
{{--
<div
class=
"layui-col-md3"
>
--}}
{{--
<div
class=
"layui-inline"
>
--}}
{{-- @inject('statusPresenter','App\Presenters\StatusPresenter')--}}
{{-- {!! $statusPresenter->render('trading_method','交易方式 : ',--}}
{{-- isset($supplier)?$supplier['trading_method']:'',config('fixed.TradingMethod'),['required'=>false]) !!}--}
}
{{--
</div>
--}}
{{--
</div>
--}}
{{--
<div
class=
"layui-col-md3"
>
--}}
{{--
</div>
--}}
{{--
</div>
--}}
<blockquote
class=
"layui-elem-quote layui-text"
>
<b><span
class=
"require"
>
*
</span>
财务信息
</b>
</blockquote>
...
...
resources/views/web/supplier/SupplierBase.blade.php
View file @
ee2741c1
This diff is collapsed.
Click to expand it.
resources/views/web/supplier/SupplierPayType.blade.php
View file @
ee2741c1
...
...
@@ -9,12 +9,6 @@
</script>
@endif
<div
id=
"pay_type_div_list"
>
@if (!empty($supplier))
<div
style=
"margin-bottom: 10px;margin-top: 5px"
>
<button
type=
"button"
class=
"layui-btn layui-btn-sm add_pay_type"
>
新增付款方式
</button>
</div>
@endif
@if (!empty($supplier['pay_type_list']))
@foreach($supplier['pay_type_list'] as $payType)
<div
class=
"layui-row pay_type_div"
style=
"margin-bottom: 5px;"
>
...
...
@@ -92,76 +86,8 @@
<input
type=
"hidden"
class=
"valueInput"
name=
""
value=
""
>
</div>
@endif
{{-- @if ($payType['pay_type']==3)--}}
{{--
<div
class=
"pay_type_3_div"
>
--}}
{{--
<div
class=
"layui-col-md3"
>
--}}
{{--
<label
class=
"layui-form-label"
>
--}}
{{--
<span
class=
"require"
>
*
</span>
首款要求 :--}}
{{--
</label>
--}}
{{--
</div>
--}}
{{--
<div
class=
"layui-col-md3"
style=
"margin-left: -15px"
>
--}}
{{--
<div
class=
"layui-input-inline"
style=
"width: 100px"
>
--}}
{{--
<select
lay-filter=
"pay_type_3_type"
>
--}}
{{--
<option
value=
"首款比例"
--
}}
{{
--
@
if
(!
empty
($
payType
['
pay_type_extra
'])&&
strpos
($
payType
['
pay_type_extra
'],'%')!==
false
)
--
}}
{{
--
selected=
'selected'
--
}}
{{
--
@
endif
>
首款比例--}}
{{--
</option>
--}}
{{--
<option
value=
"首款金额"
--
}}
{{
--
@
if
(!
empty
($
payType
['
pay_type_extra
'])&&
strpos
($
payType
['
pay_type_extra
'],'
RMB
')!==
false
)
--
}}
{{
--
selected=
'selected'
--
}}
{{
--
@
endif
>
首款金额--}}
{{--
</option>
--}}
{{--
</select>
--}}
{{--
</div>
--}}
{{--
</div>
--}}
{{--
<div
class=
"layui-col-md6"
>
--}}
{{--
<div
class=
"layui-input-inline"
style=
"width: 100px;margin-left: -20px;"
>
--}}
{{--
<input
class=
"layui-input valueInput"
type=
"text"
name=
"pay_type_value"
--
}}
{{
--
value=
"{{$payType['pay_type_value']}}"
>
--}}
{{--
</div>
--}}
{{--
&
nbsp--}}
{{-- @if (!empty($payType['pay_type_extra'])
&&
strpos($payType['pay_type_extra'],'%')!==false)--}}
{{--
<span
class=
"temp"
>
%
</span>
--}}
{{--
<input
type=
"hidden"
class=
"valueInput"
name=
"pay_type_extra"
value=
"%"
>
--}}
{{-- @elseif (!empty($payType['pay_type_extra'])
&&
strpos($payType['pay_type_extra'],'RMB')!==false)--}}
{{--
<span
class=
"temp"
>
RMB
</span>
--}}
{{--
<input
type=
"hidden"
class=
"valueInput"
name=
"pay_type_extra"
value=
"RMB"
>
--}}
{{-- @else--}}
{{--
<span
class=
"temp"
>
%
</span>
--}}
{{--
<input
type=
"hidden"
class=
"valueInput"
name=
"pay_type_extra"
--
}}
{{
--
value=
"%"
>
--}}
{{-- @endif--}}
{{--
</div>
--}}
{{--
</div>
--}}
{{-- @else--}}
{{--
<div
class=
"pay_type_3_div"
style=
"display: none"
>
--}}
{{--
<div
class=
"layui-col-md3"
>
--}}
{{--
<label
class=
"layui-form-label"
>
--}}
{{--
<span
class=
"require"
>
*
</span>
首款要求 :--}}
{{--
</label>
--}}
{{--
</div>
--}}
{{--
<div
class=
"layui-col-md3"
style=
"margin-left: -15px"
>
--}}
{{--
<div
class=
"layui-input-inline"
style=
"width: 100px"
>
--}}
{{--
<select
lay-filter=
"pay_type_3_type"
>
--}}
{{--
<option
value=
"首款比例"
>
首款比例
</option>
--}}
{{--
<option
value=
"首款金额"
>
首款金额
</option>
--}}
{{--
</select>
--}}
{{--
</div>
--}}
{{--
</div>
--}}
{{--
<div
class=
"layui-col-md6"
>
--}}
{{--
<div
class=
"layui-input-inline"
style=
"width: 100px;margin-left: -20px;"
>
--}}
{{--
<input
class=
"layui-input valueInput"
type=
"text"
name=
""
>
--}}
{{--
</div>
--}}
{{--
&
nbsp
<span
class=
"temp"
>
%
</span>
--}}
{{--
<input
type=
"hidden"
class=
"valueInput"
name=
""
value=
"%"
>
--}}
{{--
</div>
--}}
{{--
</div>
--}}
{{-- @endif--}}
</div>
</div>
<button
type=
"button"
class=
"layui-btn layui-btn-danger layui-btn-sm delete_pay_type"
>
删除
</button>
</div>
@endforeach
@endif
...
...
@@ -184,26 +110,6 @@
<div
class=
"layui-col-md6"
style=
"width:500px;margin-bottom: 3px;margin-left: -20px;"
>
<div
class=
"layui-row"
>
<div
class=
"pay_type_3_div"
style=
"display: none"
>
{{--
<div
class=
"layui-col-md3"
>
--}}
{{--
<label
class=
"layui-form-label"
>
--}}
{{--
<span
class=
"require"
>
*
</span>
首款要求 :--}}
{{--
</label>
--}}
{{--
</div>
--}}
{{--
<div
class=
"layui-col-md3"
style=
"margin-left: -15px"
>
--}}
{{--
<div
class=
"layui-input-inline"
style=
"width: 100px"
>
--}}
{{--
<select
lay-filter=
"pay_type_3_type"
>
--}}
{{--
<option
value=
"首款比例"
>
首款比例
</option>
--}}
{{--
<option
value=
"首款金额"
>
首款金额
</option>
--}}
{{--
</select>
--}}
{{--
</div>
--}}
{{--
</div>
--}}
{{--
<div
class=
"layui-col-md6"
>
--}}
{{--
<div
class=
"layui-input-inline"
style=
"width: 100px;margin-left: -20px;"
>
--}}
{{--
<input
class=
"layui-input valueInput"
type=
"text"
name=
"pay_type_value"
>
--}}
{{--
</div>
--}}
{{--
&
nbsp
<span
class=
"temp"
>
%
</span>
--}}
{{--
<input
type=
"hidden"
class=
"valueInput"
name=
"pay_type_extra"
value=
"%"
>
--}}
{{--
</div>
--}}
</div>
<div
class=
"pay_type_1_div"
style=
"display: none;margin-left: -100px"
>
<div
class=
"layui-row"
>
...
...
@@ -227,9 +133,6 @@
</div>
</div>
</div>
@if (!empty($supplier))
<button
type=
"button"
class=
"layui-btn layui-btn-danger layui-btn-sm delete_pay_type"
>
删除
</button>
@endif
</div>
</template>
...
...
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