Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
ab406585
Commit
ab406585
authored
Jun 23, 2020
by
lujunye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改采购人为选填项
parent
b1e0903c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
...erdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/新增采购单/XinCaiGouViewController.swift
...atform/ViewController/新增采购单/XinCaiGouViewController.swift
+0
-5
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/junyelu.xcuserdatad/UserInterfaceState.xcuserstate
View file @
ab406585
No preview for this file type
GeliBusinessPlatform/ViewController/新增采购单/XinCaiGouViewController.swift
View file @
ab406585
...
@@ -237,10 +237,6 @@ class XinCaiGouViewController: BaseViewController,UITableViewDelegate,UITableVie
...
@@ -237,10 +237,6 @@ class XinCaiGouViewController: BaseViewController,UITableViewDelegate,UITableVie
HUD
.
flash
(
.
label
(
"请选择供应商"
),
delay
:
1.2
)
HUD
.
flash
(
.
label
(
"请选择供应商"
),
delay
:
1.2
)
return
return
}
}
if
cgName
==
nil
{
HUD
.
flash
(
.
label
(
"请输入采购人姓名"
),
delay
:
1.2
)
return
}
if
typeSelect
==
nil
&&
typeSelect
!=
10086
{
if
typeSelect
==
nil
&&
typeSelect
!=
10086
{
HUD
.
flash
(
.
label
(
"请选择采购类型"
),
delay
:
1.2
)
HUD
.
flash
(
.
label
(
"请选择采购类型"
),
delay
:
1.2
)
return
return
...
@@ -481,7 +477,6 @@ class XinCaiGouViewController: BaseViewController,UITableViewDelegate,UITableVie
...
@@ -481,7 +477,6 @@ class XinCaiGouViewController: BaseViewController,UITableViewDelegate,UITableVie
cell
.
delegate
=
self
cell
.
delegate
=
self
let
model
=
datas
[
indexPath
.
row
]
let
model
=
datas
[
indexPath
.
row
]
cell
.
nameLbl
.
text
=
model
.
goods_name
!
cell
.
nameLbl
.
text
=
model
.
goods_name
!
print
(
"asdfasdf === "
,
model
.
target_Count
)
cell
.
detailLbl
.
text
=
model
.
spec_str
!
+
" ¥"
+
model
.
target_Price
!
+
"x
\(
model
.
target_Count
!
)
"
+
model
.
unit
!
cell
.
detailLbl
.
text
=
model
.
spec_str
!
+
" ¥"
+
model
.
target_Price
!
+
"x
\(
model
.
target_Count
!
)
"
+
model
.
unit
!
cell
.
cgCount
.
text
=
"
\(
model
.
target_Count
!
)
"
cell
.
cgCount
.
text
=
"
\(
model
.
target_Count
!
)
"
cell
.
cgPrice
.
text
=
model
.
target_Price
!
cell
.
cgPrice
.
text
=
model
.
target_Price
!
...
...
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