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
e9345967
authored
Apr 20, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
页面修改
parent
d8f1a7d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
4 deletions
resources/views/web/AddSupplier.blade.php
resources/views/web/supplier/SupplierPayType.blade.php
resources/views/web/AddSupplier.blade.php
View file @
e9345967
...
...
@@ -204,6 +204,46 @@
@include('web.supplier.SupplierPayType')
<blockquote
class=
"layui-elem-quote layui-text"
>
<b>
财务信息
</b>
</blockquote>
<div
class=
"layui-form-item"
>
<div
class=
"layui-col-md4"
>
@inject('singleSelectPresenter','App\Presenters\SingleSelectPresenter')
{!! $singleSelectPresenter->render('supplier_type','供应商类别',1,config('field.SupplierType'),['require'=>true]) !!}
</div>
<div
class=
"layui-col-md4"
>
<label
class=
"layui-form-label"
><span
class=
"require"
>
*
</span>
联系人
</label>
<div
class=
"layui-input-block block-42"
>
<input
type=
"text"
name=
"supplier_consignee"
id=
"supplier_consignee"
placeholder=
"请输入联系人"
class=
"layui-input"
value=
""
>
</div>
</div>
<div
class=
"layui-col-md4"
>
<label
class=
"layui-form-label"
><span
class=
"require"
>
*
</span>
联系人
</label>
<div
class=
"layui-input-block block-42"
>
<input
type=
"text"
name=
"supplier_consignee"
id=
"supplier_consignee"
placeholder=
"请输入联系人"
class=
"layui-input"
value=
""
>
</div>
</div>
</div>
<div
class=
"layui-form-item"
>
<div
class=
"layui-col-md4"
>
<label
class=
"layui-form-label"
><span
class=
"require"
>
*
</span>
联系人
</label>
<div
class=
"layui-input-block block-42"
>
<input
type=
"text"
name=
"supplier_consignee"
id=
"supplier_consignee"
placeholder=
"请输入联系人"
class=
"layui-input"
value=
""
>
</div>
</div>
<div
class=
"layui-col-md4"
>
</div>
<div
class=
"layui-col-md4"
>
</div>
</div>
<blockquote
class=
"layui-elem-quote layui-text"
>
<b>
联系人
</b>
</blockquote>
...
...
resources/views/web/supplier/SupplierPayType.blade.php
View file @
e9345967
...
...
@@ -30,7 +30,7 @@
$payType['pay_type'],config('fixed.SupplierPayType'),['required'=>true]) !!}
</div>
</div>
<div
class=
"layui-col-md6"
style=
"width:500px;margin-bottom: 3px;"
>
<div
class=
"layui-col-md6"
style=
"width:500px;margin-bottom: 3px;
margin-left: -20px;
"
>
<div
class=
"layui-row"
>
@if ($payType['pay_type']==1)
<div
class=
"pay_type_1_div"
>
...
...
@@ -64,7 +64,7 @@
</div>
@else
<div
class=
"pay_type_1_div"
style=
"display: none"
>
<div
class=
"layui-row"
style=
"padding-left:70px"
>
<div
class=
"layui-row"
>
<span
class=
"require"
>
*
</span>
月结 :
&
nbsp
<div
class=
"layui-input-inline"
style=
"width: 80px;"
>
<input
class=
"layui-input valueInput"
type=
"hidden"
name=
""
>
...
...
@@ -181,7 +181,7 @@
isset($supplier['pay_type[]'])?$supplier['pay_type[]']:'',config('fixed.SupplierPayType'),['required'=>true]) !!}
</div>
</div>
<div
class=
"layui-col-md6"
style=
"width:500px;margin-bottom: 3px;"
>
<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"
>
--}}
...
...
@@ -206,7 +206,7 @@
{{--
</div>
--}}
</div>
<div
class=
"pay_type_1_div"
style=
"display: none"
>
<div
class=
"layui-row"
style=
"padding-left:80px"
>
<div
class=
"layui-row"
>
<span
class=
"require"
>
*
</span>
月结 :
&
nbsp
<div
class=
"layui-input-inline"
style=
"width: 80px;"
>
<input
class=
"layui-input valueInput"
type=
"hidden"
name=
""
>
...
...
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