Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
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
wangxiaoming
traffic-front
Commits
e522e8a9
Commit
e522e8a9
authored
Nov 09, 2018
by
sherlock
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_oracle_sherlock' into 'dev_oracle'
bug 19825 See merge request root/atms!179
parents
f5d391e6
802deee5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
5 deletions
+13
-5
TemplateExtendsMapper.xml
...es/pwc/taxtech/atms/dao/extends/TemplateExtendsMapper.xml
+1
-1
edit-template-modal.ctrl.js
.../controls/edit-template-modal/edit-template-modal.ctrl.js
+2
-1
edit-template-modal.html
...mon/controls/edit-template-modal/edit-template-modal.html
+7
-0
edit-templategroup-modal.html
...ls/edit-templategroup-modal/edit-templategroup-modal.html
+3
-3
No files found.
atms-dao/src/main/resources/pwc/taxtech/atms/dao/extends/TemplateExtendsMapper.xml
View file @
e522e8a9
...
...
@@ -2,7 +2,7 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper
namespace=
"pwc.taxtech.atms.dao.TemplateMapper"
>
<resultMap
id=
"TemplateUniqDto"
type=
"pwc.taxtech.atms.d
t
o.TemplateUniqDto"
>
<resultMap
id=
"TemplateUniqDto"
type=
"pwc.taxtech.atms.d
p
o.TemplateUniqDto"
>
<id
column=
"ID"
jdbcType=
"INTEGER"
property=
"id"
/>
<result
column=
"CODE"
jdbcType=
"VARCHAR"
property=
"code"
/>
<result
column=
"NAME"
jdbcType=
"VARCHAR"
property=
"name"
/>
...
...
atms-web/src/main/webapp/app/common/controls/edit-template-modal/edit-template-modal.ctrl.js
View file @
e522e8a9
...
...
@@ -73,7 +73,7 @@ controller('editTemplateModalController', ['$scope', '$log', '$translate', '$loc
Upload
.
upload
({
url
:
thisConstant
.
uploadUrl
,
data
:
{
allowManual
:
$
(
'#allowManual'
).
is
(
':checked'
),
filename
:
$scope
.
editModel
.
file
.
name
,
tempFileName
:
tempFileName
,
},
...
...
@@ -264,6 +264,7 @@ controller('editTemplateModalController', ['$scope', '$log', '$translate', '$loc
data
:
{
templateGroupID
:
$scope
.
editModel
.
templateGroupID
,
sheetList
:
json
,
allowManual
:
$
(
"#allowManual"
).
is
(
":checked"
),
filename
:
$scope
.
editModel
.
file
.
name
,
tempFileName
:
tempFileName
,
reportType
:
$scope
.
editModel
.
reportType
...
...
atms-web/src/main/webapp/app/common/controls/edit-template-modal/edit-template-modal.html
View file @
e522e8a9
...
...
@@ -31,7 +31,14 @@
<
/div
>
<
/div
>
<
div
class
=
"form-group radio-wrapper"
ng
-
show
=
"!editModel.addExists"
>
<
label
for
=
"telCode"
class
=
"col-sm-4 normal-label"
>
<
input
type
=
"radio"
id
=
"allowManual"
><
span
>
允许手工录入
<
/span
>
<
/label
>
<
/div
>
<
div
class
=
"form-group"
ng
-
show
=
"editModel.addExists"
>
<
label
for
=
"telCode"
class
=
"col-sm-3 control-label"
>
选择报表:
<
/label
>
<
div
class
=
"col-sm-9"
>
<
div
id
=
{{::
editModel
.
findSheetDxDropID
}}
><
/div
>
...
...
atms-web/src/main/webapp/app/common/controls/edit-templategroup-modal/edit-templategroup-modal.html
View file @
e522e8a9
...
...
@@ -28,9 +28,9 @@
<
div
id
=
{{::
editModel
.
sheetSelectDxID
}}
><
/div
>
<
/div
>
<
/div
>
<
div
class
=
"form-group"
>
<
label
for
=
"telCode"
class
=
"col-sm-
5 control-label"
><
input
type
=
"radio"
id
=
"allowManual"
><
/label
>
<
label
for
=
"telCode"
class
=
"col-sm-5 control-labe
l"
><
span
>
允许手工录入
<
/span></
label
>
<
div
class
=
"form-group
radio-wrapper
"
>
<
label
for
=
"telCode"
class
=
"col-sm-
4 normal-label"
>
<
input
type
=
"radio"
id
=
"allowManua
l"
><
span
>
允许手工录入
<
/span></
label
>
<
/div
>
<
/form
>
<
/div
>
...
...
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