Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TangKuPos
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王海
TangKuPos
Commits
df96b92a
Commit
df96b92a
authored
Mar 16, 2018
by
zhang_z
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
cc138c04
ba703a32
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
app/libs/zx_print_library-debug.aar
app/libs/zx_print_library-debug.aar
+0
-0
app/src/main/java/com/xingdata/zzdpos/model/Cs.java
app/src/main/java/com/xingdata/zzdpos/model/Cs.java
+2
-1
app/src/main/java/com/xingdata/zzdpos/ui/manage/inventory/InventoryActivity.java
...ingdata/zzdpos/ui/manage/inventory/InventoryActivity.java
+0
-2
app/src/main/java/com/xingdata/zzdpos/ui/manage/inventory/InventoryPresenter.java
...ngdata/zzdpos/ui/manage/inventory/InventoryPresenter.java
+1
-1
No files found.
app/libs/zx_print_library-debug.aar
View file @
df96b92a
No preview for this file type
app/src/main/java/com/xingdata/zzdpos/model/Cs.java
View file @
df96b92a
...
@@ -5,6 +5,7 @@ import com.xingdata.api.print.entity.BaseOrderPrint;
...
@@ -5,6 +5,7 @@ import com.xingdata.api.print.entity.BaseOrderPrint;
import
com.xingdata.zzdpos.db.DB
;
import
com.xingdata.zzdpos.db.DB
;
import
com.xingdata.zzdpos.ui.login.LoginPresenter
;
import
com.xingdata.zzdpos.ui.login.LoginPresenter
;
import
com.xingdata.zzdpos.ui.main.MainPresenter
;
import
com.xingdata.zzdpos.ui.main.MainPresenter
;
import
com.xingdata.zzdpos.ui.manage.inventory.InventoryPresenter
;
import
com.xingdata.zzdpos.ui.marketing.ms.model.BaseBean
;
import
com.xingdata.zzdpos.ui.marketing.ms.model.BaseBean
;
import
java.util.ArrayList
;
import
java.util.ArrayList
;
...
@@ -259,7 +260,7 @@ public class Cs implements BaseOrderPrint, com.xingdata.zzdpos.base.BaseBean {
...
@@ -259,7 +260,7 @@ public class Cs implements BaseOrderPrint, com.xingdata.zzdpos.base.BaseBean {
public
String
getOperName
()
{
public
String
getOperName
()
{
if
(
operName
==
null
)
{
if
(
operName
==
null
)
{
operName
=
DB
.
getInstance
().
get
(
Main
Presenter
.
class
).
where
(
Oper
.
class
)
operName
=
DB
.
getInstance
().
get
(
Inventory
Presenter
.
class
).
where
(
Oper
.
class
)
.
equalTo
(
"operId"
,
getCreateOperId
())
.
equalTo
(
"operId"
,
getCreateOperId
())
.
findFirst
().
getOperName
();
.
findFirst
().
getOperName
();
}
}
...
...
app/src/main/java/com/xingdata/zzdpos/ui/manage/inventory/InventoryActivity.java
View file @
df96b92a
...
@@ -64,8 +64,6 @@ public class InventoryActivity extends BaseActivity<InventoryPresenter, Activity
...
@@ -64,8 +64,6 @@ public class InventoryActivity extends BaseActivity<InventoryPresenter, Activity
}
}
}
}
finish
();
finish
();
}
}
});
});
...
...
app/src/main/java/com/xingdata/zzdpos/ui/manage/inventory/InventoryPresenter.java
View file @
df96b92a
...
@@ -33,7 +33,7 @@ public class InventoryPresenter extends InventoryContract.Presenter {
...
@@ -33,7 +33,7 @@ public class InventoryPresenter extends InventoryContract.Presenter {
@Override
@Override
public
void
onAttached
()
{
public
void
onAttached
()
{
this
.
initRealm
();
}
}
...
...
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