Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
CO-OP Search
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kittisak Maneewong
CO-OP Search
Commits
4f9f8096
Commit
4f9f8096
authored
Apr 20, 2019
by
Kittisak Maneewong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit migrate company
parent
d06fd1d9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
app.js
public/js/app.js
+0
-0
EditCompany.vue
resources/js/views/EditCompany.vue
+7
-3
Employer.vue
resources/js/views/Employer.vue
+1
-1
No files found.
public/js/app.js
View file @
4f9f8096
This source diff could not be displayed because it is too large. You can
view the blob
instead.
resources/js/views/EditCompany.vue
View file @
4f9f8096
<
template
>
<div>
<v-layout
row
wrap
class=
"
border-div
pa-0 my-3"
>
<v-layout
row
wrap
class=
" pa-0 my-3"
>
<v-flex
xs12
sm12
class=
"pa-3 font-weight-bold title"
>
<v-icon
color=
"black"
>
business
</v-icon>
ข้อมูลบริษัท
<v-divider></v-divider>
</v-flex>
<v-form
enctype=
"multipart/form-data"
@
submit
.
prevent=
"createJob()"
ref=
"create"
>
<v-flex
sm12
xs12
>
<v-layout
row
wrap
class=
"
borderbottom
pa-3"
>
<v-layout
row
wrap
class=
"
ป
pa-3"
>
<v-flex
sm4
xs12
class=
"px-3"
>
<v-layout
align-center
justify-center
fill-height
>
<input
type=
"file"
accept=
"image/*"
class=
"input-file"
ref=
"inputFile"
@
change=
"selectFile"
>
...
...
@@ -74,6 +75,9 @@
</v-layout>
</v-flex>
<v-flex
sm12
>
<v-flex
sm12
xs12
class=
"pa-3"
>
<h2
class=
"font-weight-bold subheading"
><span
class=
"red--text"
>
ข้อมูลสำหรับติดต่อ
</span></h2>
</v-flex>
<v-layout
row
wrap
class=
"pa-3"
>
<v-flex
sm6
xs12
class=
"px-3"
>
<label
class=
"font-weight-bold"
>
ที่อยู่
<span
class=
"red--text"
>
*
</span></label>
...
...
@@ -166,7 +170,7 @@
</v-layout>
<v-layout
row
wrap
class=
"borderbottom pa-3"
>
<v-flex
sm12
>
<h2
class=
"font-weight-bold"
><span
class=
"red--text"
>
การเดินทาง
</span></h2>
<h2
class=
"font-weight-bold
subheading
"
><span
class=
"red--text"
>
การเดินทาง
</span></h2>
</v-flex>
<v-flex
sm3
xs12
class=
"px-3"
>
...
...
resources/js/views/Employer.vue
View file @
4f9f8096
...
...
@@ -106,7 +106,7 @@
<label
class=
"caption"
><v-icon
small
>
print
</v-icon>
แฟกซ์. : 02-056-2088
</label>
</v-flex>
<v-flex
xs12
sm12
>
<v-btn
small
depressed
dark
color=
"red"
>
<v-btn
small
depressed
dark
color=
"red"
@
click=
"$router.push('/employer/editcompany')"
>
<v-icon
dark
>
settings
</v-icon>
แก้ไขข้อมูล
</v-btn>
</v-flex>
...
...
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