Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
N
nwjs
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YZG
nwjs
Commits
794f9feb
Commit
794f9feb
authored
Dec 10, 2021
by
2942506806
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
验证码规则修改
parent
ec081391
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
1 addition
and
13 deletions
+1
-13
index.html
nwjs-v0.25.2-win-ia32/Tubida/index.html
+1
-1
61.9e16bd10736eaad72484.js
nwjs-v0.25.2-win-ia32/Tubida/js/61.9e16bd10736eaad72484.js
+0
-1
62.81c87afe16a7e5aca9a2.js
nwjs-v0.25.2-win-ia32/Tubida/js/62.81c87afe16a7e5aca9a2.js
+0
-1
63.43fbb50739192d2f2411.js
nwjs-v0.25.2-win-ia32/Tubida/js/63.43fbb50739192d2f2411.js
+0
-1
64.9a65d92f9457854cbba6.js
nwjs-v0.25.2-win-ia32/Tubida/js/64.9a65d92f9457854cbba6.js
+0
-1
65.53a6daf887bb1df32770.js
nwjs-v0.25.2-win-ia32/Tubida/js/65.53a6daf887bb1df32770.js
+0
-1
66.dd992e8f351f595cd2cb.js
nwjs-v0.25.2-win-ia32/Tubida/js/66.dd992e8f351f595cd2cb.js
+0
-1
67.b63ffca79b31d66e76b8.js
nwjs-v0.25.2-win-ia32/Tubida/js/67.b63ffca79b31d66e76b8.js
+0
-1
69.e4c1edc015e3ca318326.js
nwjs-v0.25.2-win-ia32/Tubida/js/69.e4c1edc015e3ca318326.js
+0
-1
88.35331a49717a68e360db.js
nwjs-v0.25.2-win-ia32/Tubida/js/88.35331a49717a68e360db.js
+0
-1
89.df3ae20f0657adaf5771.js
nwjs-v0.25.2-win-ia32/Tubida/js/89.df3ae20f0657adaf5771.js
+0
-1
90.acdb7c056b1c4bee8442.js
nwjs-v0.25.2-win-ia32/Tubida/js/90.acdb7c056b1c4bee8442.js
+0
-1
91.6f74a8f698ff8d847cf1.js
nwjs-v0.25.2-win-ia32/Tubida/js/91.6f74a8f698ff8d847cf1.js
+0
-1
No files found.
nwjs-v0.25.2-win-ia32/Tubida/index.html
View file @
794f9feb
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
><title>
途比达后台管理系统
</title><link
rel=
"shortcut icon"
type=
image/x-icon
href=
static/icon.ico
><script
src=
base.js
></script><script
src=
./static/base.js
></script><link
href=
/css/app.d01878e8876904c71e0aea28ed39bca6.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/js/manifest.0847a357377acb683551.js
></script><script
type=
text/javascript
src=
/js/app.883eae5b05fbaf133e8b.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
><title>
途比达后台管理系统
</title><link
rel=
"shortcut icon"
type=
image/x-icon
href=
static/icon.ico
><script
src=
base.js
></script><script
src=
./static/base.js
></script><link
href=
/css/app.05443e66f3ee9c2e576132da5d1d2ba6.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/js/manifest.a6ba81745b2b2eeed240.js
></script><script
type=
text/javascript
src=
/js/app.27c1a425258017c540bb.js
></script></body></html>
\ No newline at end of file
nwjs-v0.25.2-win-ia32/Tubida/js/61.9e16bd10736eaad72484.js
deleted
100644 → 0
View file @
ec081391
webpackJsonp
([
61
],{
"7v8F"
:
function
(
t
,
e
,
r
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
i
=
{
components
:{
breadNav
:
r
(
"RwQt"
).
default
},
data
:
function
(){
return
{
driverGroupName
:
""
,
driverConfig
:
""
,
deviceTypeList
:
""
,
deviceType
:
""
,
driverGroupEnabled
:
0
,
driverIds
:[],
versonFlag
:
""
,
driverGroupId
:
""
,
driverList
:
""
}},
methods
:{
save
:
function
(){
var
t
=
this
;
if
(
this
.
driverGroupName
&&
this
.
deviceType
&&
this
.
driverIds
)
if
(
this
.
driverIds
.
length
){
var
e
=
{
versonFlag
:
this
.
versonFlag
,
driverIds
:
this
.
driverIds
,
driverGroupName
:
this
.
driverGroupName
,
deviceType
:
this
.
deviceType
,
driverGroupEnabled
:
this
.
driverGroupEnabled
,
driverGroupId
:
this
.
driverGroupId
};
this
.
axios
.
post
(
this
.
getSystem
(
"check/driver/groupSave"
),
e
).
then
(
function
(
e
){
"00"
==
e
.
data
.
code
?(
t
.
$message
.
success
(
"保存成功"
),
t
.
$router
.
go
(
-
1
)):
t
.
$message
.
error
(
e
.
data
.
message
)})}
else
this
.
$message
.
error
(
"请选择驱动"
);
else
this
.
$message
.
error
(
"请将信息填写完整"
)},
newSave
:
function
(){
this
.
driverGroupId
=
[],
this
.
save
()},
getDeviceType
:
function
(){
var
t
=
this
,
e
=
{
companyId
:
this
.
companyId
,
enumType
:
"deviceType"
,
pageIndex
:
1
,
pageSize
:
this
.
$pageSize
};
this
.
axios
.
post
(
this
.
getSystem
(
"systemEnum/drop"
),
e
).
then
(
function
(
e
){
"00"
==
e
.
data
.
code
?
t
.
deviceTypeList
=
e
.
data
.
data
:
t
.
$message
.
error
(
e
.
data
.
message
)})},
getDriver
:
function
(){
var
t
=
this
;
this
.
driverGroupId
=
""
,
this
.
driverList
=
[];
var
e
=
{
pageIndex
:
1
,
pageSize
:
this
.
$pageSize
,
deviceType
:
this
.
deviceType
,
search
:
""
};
this
.
axios
.
post
(
this
.
getSystem
(
"check/driver/list"
),
e
).
then
(
function
(
e
){
"00"
==
e
.
data
.
code
?
t
.
driverList
=
e
.
data
.
data
.
list
:
t
.
$message
.
error
(
e
.
data
.
message
)})},
loadDriverGroup
:
function
(){
var
t
=
this
,
e
=
{
driverCheck
:
!
1
,
driverGroupId
:
this
.
driverGroupId
};
this
.
axios
.
post
(
this
.
getSystem
(
"check/driver/groupLoad"
),
e
).
then
(
function
(
e
){
"00"
==
e
.
data
.
code
?(
console
.
log
(
e
),
t
.
driverList
=
e
.
data
.
data
.
drivers
,
t
.
driverGroupName
=
e
.
data
.
data
.
driverGroupName
,
t
.
deviceType
=
e
.
data
.
data
.
deviceType
,
t
.
driverGroupEnabled
=
e
.
data
.
data
.
driverGroupEnabled
,
t
.
driverList
.
forEach
(
function
(
e
,
r
){
e
.
checkFlag
&&
t
.
driverIds
.
push
(
e
.
driverId
)})):
t
.
$message
.
error
(
e
.
data
.
message
)})}},
mounted
:
function
(){
this
.
driverGroupId
=
this
.
$route
.
query
.
driverGroupId
,
this
.
versonFlag
=
this
.
$route
.
query
.
versonFlag
,
this
.
getDeviceType
(),
this
.
driverGroupId
&&
this
.
loadDriverGroup
()}},
a
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
r
=
t
.
_self
.
_c
||
e
;
return
r
(
"div"
,{
staticClass
:
"bigBox"
},[
r
(
"breadNav"
,[
t
.
_v
(
"
\n
\
t
\
t驱动组编辑
\n
\
t"
)]),
t
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"top"
},[
r
(
"div"
,[
r
(
"span"
,[
t
.
_v
(
"驱动组名称"
)]),
t
.
_v
(
" "
),
r
(
"input"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model.trim"
,
value
:
t
.
driverGroupName
,
expression
:
"driverGroupName"
,
modifiers
:{
trim
:
!
0
}}],
attrs
:{
type
:
"text"
},
domProps
:{
value
:
t
.
driverGroupName
},
on
:{
input
:
function
(
e
){
e
.
target
.
composing
||
(
t
.
driverGroupName
=
e
.
target
.
value
.
trim
())},
blur
:
function
(
e
){
return
t
.
$forceUpdate
()}}})]),
t
.
_v
(
" "
),
r
(
"div"
,[
r
(
"span"
,[
t
.
_v
(
"设备类型"
)]),
t
.
_v
(
" "
),
r
(
"section"
,[
r
(
"el-select"
,{
attrs
:{
filterable
:
""
},
on
:{
change
:
function
(
e
){
return
t
.
getDriver
()}},
model
:{
value
:
t
.
deviceType
,
callback
:
function
(
e
){
t
.
deviceType
=
e
},
expression
:
"deviceType"
}},[
r
(
"el-option"
,{
attrs
:{
label
:
"-请选择-"
,
value
:
""
}}),
t
.
_v
(
" "
),
t
.
_l
(
t
.
deviceTypeList
,
function
(
t
){
return
r
(
"el-option"
,{
key
:
t
.
id
,
attrs
:{
label
:
t
.
name
,
value
:
t
.
id
}})})],
2
)],
1
)]),
t
.
_v
(
" "
),
r
(
"div"
,[
r
(
"span"
),
t
.
_v
(
" "
),
r
(
"label"
,[
r
(
"input"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
t
.
driverGroupEnabled
,
expression
:
"driverGroupEnabled"
}],
attrs
:{
type
:
"checkbox"
,
"true-value"
:
1
,
"false-value"
:
0
},
domProps
:{
checked
:
Array
.
isArray
(
t
.
driverGroupEnabled
)?
t
.
_i
(
t
.
driverGroupEnabled
,
null
)
>-
1
:
t
.
_q
(
t
.
driverGroupEnabled
,
1
)},
on
:{
change
:
function
(
e
){
var
r
=
t
.
driverGroupEnabled
,
i
=
e
.
target
,
a
=
i
.
checked
?
1
:
0
;
if
(
Array
.
isArray
(
r
)){
var
d
=
t
.
_i
(
r
,
null
);
i
.
checked
?
d
<
0
&&
(
t
.
driverGroupEnabled
=
r
.
concat
([
null
])):
d
>-
1
&&
(
t
.
driverGroupEnabled
=
r
.
slice
(
0
,
d
).
concat
(
r
.
slice
(
d
+
1
)))}
else
t
.
driverGroupEnabled
=
a
}}}),
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t启用
\n
\
t
\
t
\
t"
)])])]),
t
.
_v
(
" "
),
r
(
"div"
,{
staticClass
:
"bottom"
},[
r
(
"p"
,[
t
.
_v
(
"
\n
\
t
\
t
\
t包含驱动
\n
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"table"
,[
t
.
_m
(
0
),
t
.
_v
(
" "
),
t
.
_l
(
t
.
driverList
,
function
(
e
,
i
){
return
r
(
"tr"
,{
key
:
e
.
driverId
},[
r
(
"td"
,[
r
(
"label"
,{
staticStyle
:{
width
:
"100%"
,
height
:
"100%"
,
display
:
"inline-block"
,
"line-height"
:
"0.4rem"
}},[
r
(
"input"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
t
.
driverIds
,
expression
:
"driverIds"
}],
attrs
:{
type
:
"checkbox"
},
domProps
:{
value
:
e
.
driverId
,
checked
:
Array
.
isArray
(
t
.
driverIds
)?
t
.
_i
(
t
.
driverIds
,
e
.
driverId
)
>-
1
:
t
.
driverIds
},
on
:{
change
:
function
(
r
){
var
i
=
t
.
driverIds
,
a
=
r
.
target
,
d
=!!
a
.
checked
;
if
(
Array
.
isArray
(
i
)){
var
s
=
e
.
driverId
,
n
=
t
.
_i
(
i
,
s
);
a
.
checked
?
n
<
0
&&
(
t
.
driverIds
=
i
.
concat
([
s
])):
n
>-
1
&&
(
t
.
driverIds
=
i
.
slice
(
0
,
n
).
concat
(
i
.
slice
(
n
+
1
)))}
else
t
.
driverIds
=
d
}}})])]),
t
.
_v
(
" "
),
r
(
"td"
,[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t"
+
t
.
_s
(
e
.
deviceTypeName
)
+
"
\n
\
t
\
t
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"td"
,[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t"
+
t
.
_s
(
e
.
driverName
)
+
"
\n
\
t
\
t
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"td"
,[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t"
+
t
.
_s
(
e
.
driverType
)
+
"
\n
\
t
\
t
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"td"
,{
staticStyle
:{
"text-align"
:
"left"
,
"line-height"
:
"0.25rem"
,
padding
:
"0 0.1rem"
,
"box-sizing"
:
"border-box"
}},[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t"
+
t
.
_s
(
e
.
driverConfig
)
+
"
\n
\
t
\
t
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"td"
,[
1
==
e
.
driverEnabled
?
r
(
"span"
,[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t
\
t开启
\n
\
t
\
t
\
t
\
t
\
t"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
0
==
e
.
driverEnabled
?
r
(
"span"
,[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t
\
t禁用
\n
\
t
\
t
\
t
\
t
\
t"
)]):
t
.
_e
()])])})],
2
),
t
.
_v
(
" "
),
r
(
"p"
,[
r
(
"a"
,{
staticClass
:
"btn4"
,
staticStyle
:{
"margin-right"
:
"0.3rem"
},
on
:{
click
:
function
(
e
){
return
t
.
save
()}}},[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t保存
\n
\
t
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"a"
,{
staticClass
:
"btn4"
,
staticStyle
:{
"margin-right"
:
"0.3rem"
},
on
:{
click
:
function
(
e
){
return
t
.
newSave
()}}},[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t保存为新
\n
\
t
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"a"
,{
staticClass
:
"btn4"
,
on
:{
click
:
function
(
e
){
return
t
.
$router
.
go
(
-
1
)}}},[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t返回
\n
\
t
\
t
\
t"
)])])])],
1
)},
staticRenderFns
:[
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
r
=
t
.
_self
.
_c
||
e
;
return
r
(
"tr"
,[
r
(
"td"
,{
staticStyle
:{
width
:
"5%"
}},[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t选择
\n
\
t
\
t
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"td"
,{
staticStyle
:{
width
:
"10%"
}},[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t设备类型
\n
\
t
\
t
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"td"
,{
staticStyle
:{
width
:
"10%"
}},[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t驱动名称
\n
\
t
\
t
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"td"
,{
staticStyle
:{
width
:
"10%"
}},[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t驱动类型
\n
\
t
\
t
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"td"
,{
staticStyle
:{
width
:
"60%"
}},[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t配置信息
\n
\
t
\
t
\
t
\
t"
)]),
t
.
_v
(
" "
),
r
(
"td"
,{
staticStyle
:{}},[
t
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t状态
\n
\
t
\
t
\
t
\
t"
)])])}]};
var
d
=
r
(
"VU/8"
)(
i
,
a
,
!
1
,
function
(
t
){
r
(
"JhJX"
)},
"data-v-c4a54668"
,
null
);
e
.
default
=
d
.
exports
},
JhJX
:
function
(
t
,
e
){}});
\ No newline at end of file
nwjs-v0.25.2-win-ia32/Tubida/js/62.81c87afe16a7e5aca9a2.js
deleted
100644 → 0
View file @
ec081391
webpackJsonp
([
62
],{
hd5h
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
s
=
a
(
"woOf"
),
o
=
a
.
n
(
s
),
n
=
a
(
"GZf/"
),
i
=
a
(
"KPn7"
),
d
=
a
(
"RwQt"
),
r
=
{
data
:
function
(){
return
{
configTitle
:
"确认要删除吗?"
,
figshow
:
!
1
,
deletenum
:
""
,
pageTotal
:
0
,
pageshow
:
!
1
,
query
:{
companyId
:
this
.
$store
.
state
.
companyId
,
pageIndex
:
1
,
pageSize
:
10
,
productName
:
""
,
productInlineFlag
:
""
},
old
:{
productInlineFlag
:
""
,
productName
:
""
},
tableDtata
:
""
}},
created
:
function
(){
this
.
autonum
()},
methods
:{
autonum
:
function
(){
var
t
=
this
;
this
.
axios
.
post
(
this
.
getProductUrl
(
"productSeat/querySeat"
),
this
.
query
).
then
(
function
(
e
){
"00"
==
e
.
data
.
code
&&
(
0
!=
e
.
data
.
data
.
list
.
length
?(
t
.
tableDtata
=
e
.
data
.
data
.
list
,
t
.
pageTotal
=
e
.
data
.
data
.
pageTotal
,
t
.
pageshow
=!
0
):(
t
.
tableDtata
=
""
,
t
.
pageshow
=!
1
))})},
delenum
:
function
(){
var
t
=
this
;
this
.
axios
.
post
(
this
.
getProductUrl
(
"productSeat/querySeat"
),
this
.
query
).
then
(
function
(
e
){
0
!=
e
.
data
.
data
.
list
.
length
?(
t
.
tableDtata
=
e
.
data
.
data
.
list
,
t
.
pageTotal
=
e
.
data
.
data
.
pageTotal
,
t
.
pageshow
=!
0
):
0
==
e
.
data
.
data
.
list
.
length
&&
0
!=
e
.
data
.
data
.
pageTotal
?(
t
.
query
.
pageIndex
=
t
.
query
.
pageIndex
-
1
,
t
.
delenum
()):(
t
.
tableDtata
=
[],
t
.
pageshow
=!
1
)})},
querys
:
function
(){
var
t
=
this
,
e
=
this
.
query
;
e
.
productName
,
e
.
productInlineFlag
;
this
.
query
.
pageIndex
=
1
,
this
.
$Bus
.
$emit
(
"currpages"
,
1
),
o
()(
this
.
query
,{
productInlineFlag
:
this
.
old
.
productInlineFlag
,
productName
:
this
.
old
.
productName
}),
this
.
axios
.
post
(
this
.
getProductUrl
(
"productSeat/querySeat"
),
this
.
query
).
then
(
function
(
e
){
0
!=
e
.
data
.
data
.
list
.
length
?(
t
.
$message
({
message
:
"查询成功"
,
type
:
"success"
}),
t
.
tableDtata
=
e
.
data
.
data
.
list
,
t
.
pageTotal
=
e
.
data
.
data
.
pageTotal
,
t
.
pageshow
=!
0
):(
t
.
$message
.
error
(
"未查询到任何信息"
),
t
.
pageshow
=!
1
,
t
.
tableDtata
=
""
)})},
pagess
:
function
(
t
){
this
.
query
.
pageIndex
=
t
,
this
.
pageData
()},
pageData
:
function
(){
var
t
=
this
;
this
.
axios
.
post
(
this
.
getProductUrl
(
"productSeat/querySeat"
),
this
.
query
).
then
(
function
(
e
){
"00"
==
e
.
data
.
code
&&
(
t
.
tableDtata
=
e
.
data
.
data
.
list
)})},
details
:
function
(
t
){
var
e
=
0
;
0
!=
t
.
product
.
length
&&
(
e
=
t
.
product
[
0
].
productInlineFlag
),
this
.
$router
.
push
({
path
:
"tdetailsSeat/"
+
t
.
pictureId
+
"/"
+
e
})},
dele
:
function
(
t
){
this
.
deletenum
=
t
,
this
.
figshow
=!
0
},
deles
:
function
(){
var
t
=
this
;
this
.
axios
.
post
(
this
.
getProductUrl
(
"productSeat/removeSeat"
),{
companyId
:
this
.
$store
.
state
.
companyId
,
pictureId
:
this
.
deletenum
.
pictureId
,
updateUserId
:
this
.
deletenum
.
updateUserId
}).
then
(
function
(
e
){
"00"
==
e
.
data
.
code
?(
t
.
$message
({
message
:
"删除成功"
,
type
:
"success"
}),
t
.
delenum
(),
t
.
figshow
=!
1
):
t
.
$message
.
error
(
"删除失败"
)})},
qu
:
function
(){
this
.
figshow
=!
1
},
shangjia
:
function
(
t
){
var
e
=
this
;
this
.
axios
.
post
(
this
.
getProductUrl
(
"productSeat/productStandupAndDownSeat"
),{
companyId
:
this
.
$store
.
state
.
companyId
,
pictureId
:
t
.
pictureId
,
line
:
!
0
}).
then
(
function
(
t
){
"00"
==
t
.
data
.
code
?(
e
.
$message
({
message
:
"上架成功"
,
type
:
"success"
}),
e
.
autonum
()):
e
.
$message
({
message
:
"上架失败"
,
type
:
"success"
})})},
xiajia
:
function
(
t
){
var
e
=
this
;
this
.
axios
.
post
(
this
.
getProductUrl
(
"productSeat/productStandupAndDownSeat"
),{
companyId
:
this
.
$store
.
state
.
companyId
,
pictureId
:
t
.
pictureId
,
line
:
!
1
}).
then
(
function
(
t
){
"00"
==
t
.
data
.
code
?(
e
.
$message
({
message
:
"下架成功"
,
type
:
"success"
}),
e
.
autonum
()):
e
.
$message
({
message
:
"下架失败"
,
type
:
"success"
})})}},
components
:{
pages
:
n
.
a
,
config
:
i
.
a
,
breadNav
:
d
.
default
},
watch
:{
$route
:
function
(
t
,
e
){
this
.
autonum
()}}},
u
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"bigBox"
},[
a
(
"breadNav"
,[
t
.
_v
(
"座次产品设置"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"box"
},[
a
(
"div"
,{
staticClass
:
"prople"
},[
a
(
"RouterLink"
,{
staticClass
:
"btn4"
,
attrs
:{
to
:
"tdetailsSeat/0/0"
,
tag
:
"button"
}},[
t
.
_v
(
"新增产品"
)])],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"query"
},[
a
(
"span"
,[
t
.
_v
(
"产品名称:"
)]),
t
.
_v
(
" "
),
a
(
"input"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
t
.
old
.
productName
,
expression
:
"old.productName"
}],
domProps
:{
value
:
t
.
old
.
productName
},
on
:{
input
:
function
(
e
){
e
.
target
.
composing
||
t
.
$set
(
t
.
old
,
"productName"
,
e
.
target
.
value
)}}}),
t
.
_v
(
" "
),
a
(
"span"
,[
t
.
_v
(
"状态:"
)]),
t
.
_v
(
" "
),
a
(
"el-select"
,{
attrs
:{
placeholder
:
"请选择状态"
},
model
:{
value
:
t
.
old
.
productInlineFlag
,
callback
:
function
(
e
){
t
.
$set
(
t
.
old
,
"productInlineFlag"
,
e
)},
expression
:
"old.productInlineFlag"
}},[
a
(
"el-option"
,{
attrs
:{
label
:
"请选择"
,
value
:
""
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
label
:
"上架"
,
value
:
1
}}),
t
.
_v
(
" "
),
a
(
"el-option"
,{
attrs
:{
label
:
"下架"
,
value
:
0
}})],
1
),
t
.
_v
(
" "
),
a
(
"button"
,{
staticClass
:
"btn4"
,
staticStyle
:{
"margin-left"
:
"0.1rem"
},
on
:{
click
:
t
.
querys
}},[
t
.
_v
(
"查询"
)])],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"order"
},[
a
(
"table"
,[
t
.
_m
(
0
),
t
.
_v
(
" "
),
t
.
_l
(
t
.
tableDtata
,
function
(
e
,
s
){
return
a
(
"tr"
,{
key
:
s
},[
a
(
"td"
,[
t
.
_v
(
t
.
_s
(
e
.
pictureName
))]),
t
.
_v
(
" "
),
a
(
"td"
,
t
.
_l
(
e
.
product
,
function
(
e
,
s
){
return
a
(
"p"
,{
key
:
s
},[
t
.
_v
(
t
.
_s
(
e
.
productName
))])}),
0
),
t
.
_v
(
" "
),
a
(
"td"
,
t
.
_l
(
e
.
product
,
function
(
e
,
s
){
return
a
(
"p"
,{
key
:
s
},[
t
.
_v
(
t
.
_s
(
e
.
productPrice
))])}),
0
),
t
.
_v
(
" "
),
a
(
"td"
,
t
.
_l
(
e
.
product
,
function
(
e
,
s
){
return
a
(
"p"
,{
key
:
s
},[
t
.
_v
(
t
.
_s
(
e
.
productSetTotal
))])}),
0
),
t
.
_v
(
" "
),
a
(
"td"
,[
0
!=
e
.
product
.
length
?
a
(
"span"
,[
0
==
e
.
product
[
0
].
productInlineFlag
?
a
(
"i"
,[
t
.
_v
(
"下架"
)]):
1
==
e
.
product
[
0
].
productInlineFlag
?
a
(
"i"
,[
t
.
_v
(
"上架"
)]):
t
.
_e
()]):
t
.
_e
()]),
t
.
_v
(
" "
),
a
(
"td"
,{
staticClass
:
"exam"
},[
0
!=
e
.
product
.
length
?
a
(
"span"
,[
1
==
e
.
product
[
0
].
productInlineFlag
?
a
(
"i"
,{
on
:{
click
:
function
(
a
){
return
t
.
xiajia
(
e
)}}},[
t
.
_v
(
"下架"
)]):
0
==
e
.
product
[
0
].
productInlineFlag
?
a
(
"i"
,{
on
:{
click
:
function
(
a
){
return
t
.
shangjia
(
e
)}}},[
t
.
_v
(
"上架"
)]):
t
.
_e
()]):
t
.
_e
(),
t
.
_v
(
" "
),
a
(
"span"
,{
on
:{
click
:
function
(
a
){
return
t
.
details
(
e
)}}},[
t
.
_v
(
"查看详情"
)]),
t
.
_v
(
" "
),
a
(
"span"
,{
on
:{
click
:
function
(
a
){
return
t
.
dele
(
e
)}}},[
t
.
_v
(
"删除"
)])])])})],
2
)]),
t
.
_v
(
" "
),
a
(
"pages"
,{
directives
:[{
name
:
"show"
,
rawName
:
"v-show"
,
value
:
t
.
pageshow
,
expression
:
"pageshow"
}],
attrs
:{
pagesize
:
t
.
query
.
pageSize
,
total
:
t
.
pageTotal
},
on
:{
page
:
t
.
pagess
}}),
t
.
_v
(
" "
),
t
.
figshow
?
a
(
"config"
,{
attrs
:{
configTitle
:
t
.
configTitle
},
on
:{
config
:
t
.
deles
,
cancel
:
t
.
qu
}}):
t
.
_e
()],
1
)],
1
)},
staticRenderFns
:[
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"tr"
,[
a
(
"td"
,{
attrs
:{
width
:
"400"
}},[
t
.
_v
(
"座次图名称"
)]),
t
.
_v
(
" "
),
a
(
"td"
,{
attrs
:{
width
:
"163"
}},[
t
.
_v
(
"产品名称"
)]),
t
.
_v
(
" "
),
a
(
"td"
,{
attrs
:{
width
:
"176"
}},[
t
.
_v
(
"产品价格"
)]),
t
.
_v
(
" "
),
a
(
"td"
,{
attrs
:{
width
:
"145"
}},[
t
.
_v
(
"座次数量"
)]),
t
.
_v
(
" "
),
a
(
"td"
,{
attrs
:{
width
:
"217"
}},[
t
.
_v
(
"状态"
)]),
t
.
_v
(
" "
),
a
(
"td"
,{
attrs
:{
width
:
"265"
}},[
t
.
_v
(
"操作"
)])])}]};
var
c
=
a
(
"VU/8"
)(
r
,
u
,
!
1
,
function
(
t
){
a
(
"ihb8"
)},
"data-v-c280ed56"
,
null
);
e
.
default
=
c
.
exports
},
ihb8
:
function
(
t
,
e
){}});
\ No newline at end of file
nwjs-v0.25.2-win-ia32/Tubida/js/63.43fbb50739192d2f2411.js
deleted
100644 → 0
View file @
ec081391
This diff is collapsed.
Click to expand it.
nwjs-v0.25.2-win-ia32/Tubida/js/64.9a65d92f9457854cbba6.js
deleted
100644 → 0
View file @
ec081391
webpackJsonp
([
64
],{
GztD
:
function
(
e
,
n
,
t
){
"use strict"
;
Object
.
defineProperty
(
n
,
"__esModule"
,{
value
:
!
0
});
var
r
=
{
data
:
function
(){
return
{}},
components
:{
TheDrawerComponents
:
t
(
"gWae"
).
a
}},
a
=
{
render
:
function
(){
var
e
=
this
,
n
=
e
.
$createElement
,
t
=
e
.
_self
.
_c
||
n
;
return
t
(
"TheDrawerComponents"
,{
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
n
){
return
[
t
(
"span"
,{
on
:{
click
:
function
(
t
){
return
e
.
$router
.
push
({
name
:
"DetailsOfStatementClearing"
,
query
:{
dataId
:
n
.
msg
}})}}},[
e
.
_v
(
"详情"
)])]}}])})},
staticRenderFns
:[]};
var
u
=
t
(
"VU/8"
)(
r
,
a
,
!
1
,
function
(
e
){
t
(
"wHff"
)},
null
,
null
);
n
.
default
=
u
.
exports
},
wHff
:
function
(
e
,
n
){}});
\ No newline at end of file
nwjs-v0.25.2-win-ia32/Tubida/js/65.53a6daf887bb1df32770.js
deleted
100644 → 0
View file @
ec081391
webpackJsonp
([
65
],{
"20b+"
:
function
(
e
,
t
,
n
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
r
=
{
data
:
function
(){
return
{}},
components
:{
ClearListDetails
:
n
(
"FOxw"
).
default
}},
a
=
{
render
:
function
(){
var
e
=
this
.
$createElement
;
return
(
this
.
_self
.
_c
||
e
)(
"ClearListDetails"
)},
staticRenderFns
:[]};
var
s
=
n
(
"VU/8"
)(
r
,
a
,
!
1
,
function
(
e
){
n
(
"A9gc"
)},
null
,
null
);
t
.
default
=
s
.
exports
},
A9gc
:
function
(
e
,
t
){}});
\ No newline at end of file
nwjs-v0.25.2-win-ia32/Tubida/js/66.dd992e8f351f595cd2cb.js
deleted
100644 → 0
View file @
ec081391
webpackJsonp
([
66
],{
"81yc"
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
s
=
a
(
"woOf"
),
o
=
a
.
n
(
s
),
n
=
a
(
"hBs9"
),
i
=
a
(
"5XGy"
),
d
=
a
(
"RwQt"
),
l
=
{
data
:
function
(){
return
{
saleTypeList
:[],
ordershow
:
!
1
,
pageTotal
:
0
,
query
:{
pageSize
:
15
,
pageIndex
:
1
,
companyId
:
this
.
$store
.
state
.
companyId
,
queryDetail
:
!
0
,
codeNo
:
""
},
old
:{
saleType
:
""
,
productIds
:[],
channelId
:
""
,
search
:
""
,
beginDate
:
this
.
$commonJs
.
today
(),
finishDate
:
this
.
$commonJs
.
today
()},
qudao
:[],
product
:[],
tableData
:[],
isCheckSum
:
0
,
isCheckMoney
:
0
,
noCheckSum
:
0
,
noCheckMoney
:
0
,
portionCheckSum
:
0
,
portionCheckMoney
:
0
,
createUserId
:
""
}},
components
:{
dates
:
n
.
a
,
pages
:
i
.
a
,
breadNav
:
d
.
default
},
methods
:{
date
:
function
(
e
){
this
.
old
.
beginDate
=
e
[
0
],
this
.
old
.
finishDate
=
e
[
1
]},
details
:
function
(
e
){
this
.
$router
.
push
({
name
:
"ttrandetails"
,
query
:{
item
:
e
.
orderId
}})},
getall
:
function
(){
var
e
=
this
;
o
()(
this
.
query
,{
productIds
:
this
.
old
.
productIds
,
channelId
:
this
.
old
.
channelId
,
search
:
this
.
old
.
search
,
playDateFrom
:
this
.
old
.
beginDate
,
playDateTo
:
this
.
old
.
finishDate
,
saleType
:
this
.
old
.
saleType
}),
this
.
query
.
createUserId
=
this
.
createUserId
,
this
.
axios
.
post
(
this
.
getOrderUrl
(
"use/queryCheck"
),
this
.
query
).
then
(
function
(
t
){
"00"
==
t
.
data
.
code
?(
e
.
isCheckSum
=
t
.
data
.
main
.
isCheckSum
,
e
.
isCheckMoney
=
t
.
data
.
main
.
isCheckMoney
,
e
.
noCheckSum
=
t
.
data
.
main
.
noCheckSum
,
e
.
noCheckMoney
=
t
.
data
.
main
.
noCheckMoney
,
e
.
portionCheckSum
=
t
.
data
.
main
.
portionCheckSum
,
0
!=
t
.
data
.
data
.
list
.
length
?(
e
.
tableData
=
t
.
data
.
data
.
list
,
e
.
pageTotal
=
t
.
data
.
data
.
pageTotal
):
e
.
tableData
=
[]):
e
.
$message
.
error
(
t
.
data
.
message
)})},
pagess
:
function
(
e
){
this
.
query
.
pageIndex
=
e
,
this
.
getall
()},
getqudao
:
function
(){
var
e
=
this
;
this
.
axios
.
post
(
this
.
getChanel
(
"channel/list"
),{
companyId
:
this
.
$store
.
state
.
companyId
,
pageIndex
:
1
,
pageSize
:
200
,
createUserId
:
this
.
createUserId
}).
then
(
function
(
t
){
0
!=
t
.
data
.
data
.
list
.
length
&&
(
e
.
qudao
=
t
.
data
.
data
.
list
)})},
getProdect
:
function
(){
var
e
=
this
;
this
.
axios
.
post
(
this
.
getProductUrl
(
"product/query"
),{
companyId
:
this
.
$store
.
state
.
companyId
,
pageIndex
:
1
,
pageSize
:
200
,
createUserId
:
this
.
createUserId
}).
then
(
function
(
t
){
0
!=
t
.
data
.
data
.
list
.
length
&&
(
e
.
product
=
t
.
data
.
data
.
list
)})},
initTicketType
:
function
(){
var
e
=
this
,
t
=
{
companyId
:
this
.
companyId
,
enumType
:
"saleType"
,
pageIndex
:
1
,
pageSize
:
this
.
$pageSize
};
this
.
axios
.
post
(
this
.
getSystem
(
"systemEnum/drop"
),
t
).
then
(
function
(
t
){
"00"
==
t
.
data
.
code
?
e
.
saleTypeList
=
t
.
data
.
data
:
e
.
$message
.
error
(
t
.
data
.
message
)})}},
created
:
function
(){
1
==
this
.
$store
.
state
.
actionAllData
?
this
.
createUserId
:
this
.
createUserId
=
this
.
$store
.
state
.
createUserId
,
this
.
initTicketType
(),
this
.
getall
(),
this
.
getqudao
(),
this
.
getProdect
()}},
r
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"bigBox"
},[
a
(
"breadNav"
,[
e
.
_v
(
"验证核销"
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"box"
},[
a
(
"div"
,{
staticClass
:
"allhead"
},[
a
(
"div"
,{
staticClass
:
"head"
},[
a
(
"span"
,[
e
.
_v
(
"时间:"
)]),
e
.
_v
(
" "
),
a
(
"dates"
,{
on
:{
time
:
e
.
date
}}),
e
.
_v
(
" "
),
a
(
"span"
,[
e
.
_v
(
"条件:"
)]),
e
.
_v
(
" "
),
a
(
"input"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
e
.
old
.
search
,
expression
:
"old.search"
}],
attrs
:{
placeholder
:
"凭证编号/产品名称/渠道名称"
},
domProps
:{
value
:
e
.
old
.
search
},
on
:{
input
:
function
(
t
){
t
.
target
.
composing
||
e
.
$set
(
e
.
old
,
"search"
,
t
.
target
.
value
)}}}),
e
.
_v
(
" "
),
a
(
"button"
,{
staticClass
:
"btn4"
,
staticStyle
:{
"margin-left"
:
"0.3rem"
},
on
:{
click
:
function
(
t
){
e
.
pageIndex
=
1
,
e
.
getall
()}}},[
e
.
_v
(
"查询"
)])],
1
)]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"sai"
},[
a
(
"div"
,[
a
(
"span"
,[
e
.
_v
(
"筛选条件:"
)]),
e
.
_v
(
" "
),
a
(
"el-select"
,{
attrs
:{
multiple
:
""
,
clearable
:
""
},
model
:{
value
:
e
.
old
.
productIds
,
callback
:
function
(
t
){
e
.
$set
(
e
.
old
,
"productIds"
,
t
)},
expression
:
"old.productIds"
}},[
a
(
"el-option"
,{
attrs
:{
label
:
"--产品--"
,
value
:
""
}}),
e
.
_v
(
" "
),
e
.
_l
(
e
.
product
,
function
(
e
,
t
){
return
a
(
"el-option"
,{
key
:
t
,
attrs
:{
label
:
e
.
productName
,
value
:
e
.
productId
}})})],
2
),
e
.
_v
(
" "
),
a
(
"el-select"
,{
model
:{
value
:
e
.
old
.
channelId
,
callback
:
function
(
t
){
e
.
$set
(
e
.
old
,
"channelId"
,
t
)},
expression
:
"old.channelId"
}},[
a
(
"el-option"
,{
attrs
:{
label
:
"--渠道--"
,
value
:
""
}}),
e
.
_v
(
" "
),
e
.
_l
(
e
.
qudao
,
function
(
e
,
t
){
return
a
(
"el-option"
,{
key
:
t
,
attrs
:{
label
:
e
.
companyName
,
value
:
e
.
channelId
}})})],
2
),
e
.
_v
(
" "
),
a
(
"el-select"
,{
model
:{
value
:
e
.
old
.
saleType
,
callback
:
function
(
t
){
e
.
$set
(
e
.
old
,
"saleType"
,
t
)},
expression
:
"old.saleType"
}},[
a
(
"el-option"
,{
attrs
:{
label
:
"--票种--"
,
value
:
""
}}),
e
.
_v
(
" "
),
e
.
_l
(
e
.
saleTypeList
,
function
(
e
){
return
a
(
"el-option"
,{
key
:
e
.
id
,
attrs
:{
label
:
e
.
name
,
value
:
e
.
id
}})})],
2
)],
1
),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"boxs"
},[
a
(
"span"
,[
e
.
_v
(
"已核销数量:"
),
a
(
"i"
,[
e
.
_v
(
e
.
_s
(
e
.
isCheckSum
))]),
e
.
_v
(
"张/"
),
a
(
"i"
,[
e
.
_v
(
e
.
_s
(
e
.
isCheckMoney
))]),
e
.
_v
(
"元"
)]),
e
.
_v
(
" "
),
a
(
"span"
,[
e
.
_v
(
"未核销数量:"
),
a
(
"i"
,[
e
.
_v
(
e
.
_s
(
e
.
noCheckSum
))]),
e
.
_v
(
"张/"
),
a
(
"i"
,[
e
.
_v
(
e
.
_s
(
e
.
noCheckMoney
))]),
e
.
_v
(
"元"
)]),
e
.
_v
(
" "
),
a
(
"span"
,[
e
.
_v
(
"部分未核销:"
),
a
(
"i"
,[
e
.
_v
(
e
.
_s
(
e
.
portionCheckSum
))]),
e
.
_v
(
"张/"
),
a
(
"i"
,[
e
.
_v
(
e
.
_s
(
e
.
portionCheckMoney
))]),
e
.
_v
(
"元"
)])])]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"order"
},[
a
(
"table"
,[
e
.
_m
(
0
),
e
.
_v
(
" "
),
e
.
_l
(
e
.
tableData
,
function
(
t
,
s
){
return
a
(
"tr"
,{
key
:
s
},[
a
(
"td"
,[
e
.
_v
(
e
.
_s
(
t
.
codeNo
))]),
e
.
_v
(
" "
),
a
(
"td"
,{
staticClass
:
"ad"
},[
a
(
"input"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
t
.
productName
,
expression
:
"item.productName"
}],
attrs
:{
readonly
:
"readonly"
},
domProps
:{
value
:
t
.
productName
},
on
:{
input
:
function
(
a
){
a
.
target
.
composing
||
e
.
$set
(
t
,
"productName"
,
a
.
target
.
value
)}}})]),
e
.
_v
(
" "
),
a
(
"td"
,{
staticClass
:
"ad"
},[
a
(
"input"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
t
.
channelName
,
expression
:
"item.channelName"
}],
attrs
:{
readonly
:
"readonly"
},
domProps
:{
value
:
t
.
channelName
},
on
:{
input
:
function
(
a
){
a
.
target
.
composing
||
e
.
$set
(
t
,
"channelName"
,
a
.
target
.
value
)}}})]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
e
.
_s
(
t
.
saleTypeName
))]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
e
.
_s
(
t
.
checkMoney
)
+
"/"
+
e
.
_s
(
t
.
salePricePayTotal
))]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
e
.
_s
(
t
.
checkNum
)
+
"/"
+
e
.
_s
(
t
.
buyNum
))]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
"
\n
\
t
\
t
\
t
\
t
\
t
\
t"
+
e
.
_s
(
t
.
orderStatusName
)
+
"
\n
\
t
\
t
\
t
\
t
\
t"
)]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
e
.
_s
(
t
.
createUserName
))]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
e
.
_s
(
t
.
checkCreateDate
))]),
e
.
_v
(
" "
),
a
(
"td"
,{
staticClass
:
"exam"
},[
a
(
"span"
,{
on
:{
click
:
function
(
a
){
return
e
.
details
(
t
)}}},[
e
.
_v
(
"详情"
)])])])})],
2
)]),
e
.
_v
(
" "
),
a
(
"pages"
,{
attrs
:{
pagesize
:
e
.
query
.
pageSize
,
total
:
e
.
pageTotal
,
whichpage
:
e
.
query
.
pageIndex
},
on
:{
page
:
e
.
pagess
}})],
1
)],
1
)},
staticRenderFns
:[
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"tr"
,[
a
(
"td"
,[
e
.
_v
(
"凭证码"
)]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
"产品"
)]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
"渠道"
)]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
"票种"
)]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
"已验证金额/总金额"
)]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
"已验证数量/总数量"
)]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
"状态"
)]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
"创建人"
)]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
"订单时间"
)]),
e
.
_v
(
" "
),
a
(
"td"
,[
e
.
_v
(
"操作"
)])])}]};
var
c
=
a
(
"VU/8"
)(
l
,
r
,
!
1
,
function
(
e
){
a
(
"mLyp"
)},
"data-v-a75635f8"
,
null
);
t
.
default
=
c
.
exports
},
mLyp
:
function
(
e
,
t
){}});
\ No newline at end of file
nwjs-v0.25.2-win-ia32/Tubida/js/67.b63ffca79b31d66e76b8.js
deleted
100644 → 0
View file @
ec081391
This diff is collapsed.
Click to expand it.
nwjs-v0.25.2-win-ia32/Tubida/js/69.e4c1edc015e3ca318326.js
deleted
100644 → 0
View file @
ec081391
webpackJsonp
([
69
],{
"+2ef"
:
function
(
e
,
t
){},
"8GGD"
:
function
(
e
,
t
,
a
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
s
=
{
data
:
function
(){
return
{
plus
:
!
0
,
files
:
!
1
,
deviceTypeArr
:[],
updateTypeArr
:[],
deviceType
:
""
,
updateType
:
""
,
versionRemark
:
""
,
versionName
:
""
,
updateTag
:
""
,
autoFlag
:
""
,
deviceType2
:
""
,
updateType2
:
""
,
versionRemark2
:
""
,
versionName2
:
""
,
versionInt
:
""
,
updateId
:
""
}},
methods
:{
init1
:
function
(){
var
e
=
this
,
t
=
{
companyId
:
this
.
$store
.
state
.
companyId
,
enumType
:
"deviceType"
};
this
.
axios
.
post
(
this
.
getSystem
(
"systemEnum/drop"
),
t
).
then
(
function
(
t
){
"00"
==
t
.
data
.
code
?
e
.
deviceTypeArr
=
t
.
data
.
data
:
e
.
$message
({
message
:
t
.
data
.
message
,
type
:
"error"
})})},
init2
:
function
(){
var
e
=
this
,
t
=
{
companyId
:
this
.
$store
.
state
.
companyId
,
enumType
:
"updateType"
};
this
.
axios
.
post
(
this
.
getSystem
(
"systemEnum/drop"
),
t
).
then
(
function
(
t
){
"00"
==
t
.
data
.
code
?
e
.
updateTypeArr
=
t
.
data
.
data
:
e
.
$message
({
message
:
t
.
data
.
message
,
type
:
"error"
})})},
next
:
function
(){
var
e
=
this
;
if
(
this
.
updateTag
=
this
.
updateTag
||
"system"
,
""
!=
this
.
deviceType
)
if
(
""
!=
this
.
updateType
)
if
(
""
!=
this
.
versionRemark
)
if
(
""
!=
this
.
versionName
){
if
(
/^
[
0-9a-zA-Z
]
+$/
.
test
(
this
.
updateTag
))
if
(
""
!=
this
.
autoFlag
){
var
t
=
{
deviceType
:
this
.
deviceType
,
updateType
:
this
.
updateType
,
versionRemark
:
this
.
versionRemark
,
versionName
:
this
.
versionName
,
updateTag
:
this
.
updateTag
,
autoFlag
:
this
.
autoFlag
};
this
.
axios
.
post
(
this
.
getSystem
(
"update/updateCreate"
),
t
).
then
(
function
(
t
){
if
(
"00"
==
t
.
data
.
code
){
e
.
plus
=!
1
,
e
.
files
=!
0
,
e
.
updateId
=
t
.
data
.
data
;
var
a
=
{
updateId
:
t
.
data
.
data
};
e
.
axios
.
post
(
e
.
getSystem
(
"update/updateLoad"
),
a
).
then
(
function
(
t
){
"00"
==
t
.
data
.
code
?(
e
.
deviceType2
=
t
.
data
.
data
.
deviceType
,
e
.
updateType2
=
t
.
data
.
data
.
updateType
,
e
.
versionRemark2
=
t
.
data
.
data
.
versionRemark
,
e
.
versionName2
=
t
.
data
.
data
.
versionName
,
e
.
versionInt
=
t
.
data
.
data
.
versionInt
):
e
.
$message
({
message
:
t
.
data
.
message
,
type
:
"error"
})})}
else
e
.
$message
({
message
:
t
.
data
.
message
,
type
:
"error"
})})}
else
this
.
$message
({
message
:
"请选择自动更新"
,
type
:
"error"
});
else
this
.
$message
({
message
:
"只能输入英文或数字"
,
type
:
"error"
})}
else
this
.
$message
({
message
:
"请输入版本名称"
,
type
:
"error"
});
else
this
.
$message
({
message
:
"请输入版本说明"
,
type
:
"error"
});
else
this
.
$message
({
message
:
"请选择版本类型"
,
type
:
"error"
});
else
this
.
$message
({
message
:
"请选择设备类型"
,
type
:
"error"
})},
inputChange
:
function
(){
var
e
=
this
,
t
=
document
.
getElementById
(
"myFile"
).
files
[
0
],
a
=
new
FormData
;
a
.
append
(
"file"
,
t
),
a
.
append
(
"updateId"
,
this
.
updateId
),
this
.
axios
.
create
({
withCredentials
:
!
0
})({
method
:
"post"
,
url
:
this
.
getSystem
(
"update/updateUpload"
)
+
"?token="
+
this
.
$store
.
state
.
token
,
data
:
a
,
onUploadProgress
:
function
(
e
){
var
t
=
(
e
.
loaded
/
e
.
total
*
99
|
0
)
+
"%"
,
a
=
document
.
querySelector
(
"#scale"
);
try
{
a
.
innerText
=
t
}
catch
(
e
){
return
}}}).
then
(
function
(
t
){
"00"
==
t
.
data
.
code
?(
e
.
$message
({
message
:
"上传成功"
,
type
:
"success"
}),
e
.
$router
.
push
(
"/scenic/sMymanagement/versionUpdate"
)):
e
.
$message
({
message
:
t
.
data
.
message
,
type
:
"error"
})})}},
mounted
:
function
(){
this
.
init1
(),
this
.
init2
()}},
i
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"cBody"
},[
a
(
"div"
,{
directives
:[{
name
:
"show"
,
rawName
:
"v-show"
,
value
:
e
.
plus
,
expression
:
"plus"
}],
staticClass
:
"plus"
},[
a
(
"p"
,[
e
.
_v
(
"
\n
\
t
\
t
\
t版本新增
\n
\
t
\
t"
)]),
e
.
_v
(
" "
),
a
(
"div"
,[
a
(
"p"
,[
a
(
"span"
,[
e
.
_v
(
"设备类型:"
)]),
e
.
_v
(
" "
),
a
(
"select"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
e
.
deviceType
,
expression
:
"deviceType"
}],
on
:{
change
:
function
(
t
){
var
a
=
Array
.
prototype
.
filter
.
call
(
t
.
target
.
options
,
function
(
e
){
return
e
.
selected
}).
map
(
function
(
e
){
return
"_value"
in
e
?
e
.
_value
:
e
.
value
});
e
.
deviceType
=
t
.
target
.
multiple
?
a
:
a
[
0
]}}},[
a
(
"option"
,{
staticStyle
:{
display
:
"none"
},
attrs
:{
value
:
""
}},[
e
.
_v
(
"-请选择-"
)]),
e
.
_v
(
" "
),
e
.
_l
(
e
.
deviceTypeArr
,
function
(
t
,
s
){
return
a
(
"option"
,{
key
:
t
.
id
,
domProps
:{
value
:
t
.
id
}},[
e
.
_v
(
e
.
_s
(
t
.
name
))])})],
2
)]),
e
.
_v
(
" "
),
a
(
"p"
,[
a
(
"span"
,[
e
.
_v
(
"版本类型:"
)]),
e
.
_v
(
" "
),
a
(
"select"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
e
.
updateType
,
expression
:
"updateType"
}],
on
:{
change
:
function
(
t
){
var
a
=
Array
.
prototype
.
filter
.
call
(
t
.
target
.
options
,
function
(
e
){
return
e
.
selected
}).
map
(
function
(
e
){
return
"_value"
in
e
?
e
.
_value
:
e
.
value
});
e
.
updateType
=
t
.
target
.
multiple
?
a
:
a
[
0
]}}},[
a
(
"option"
,{
staticStyle
:{
display
:
"none"
},
attrs
:{
value
:
""
}},[
e
.
_v
(
"-请选择-"
)]),
e
.
_v
(
" "
),
e
.
_l
(
e
.
updateTypeArr
,
function
(
t
,
s
){
return
a
(
"option"
,{
key
:
t
.
id
,
domProps
:{
value
:
t
.
id
}},[
e
.
_v
(
e
.
_s
(
t
.
name
))])})],
2
)]),
e
.
_v
(
" "
),
a
(
"p"
,[
a
(
"span"
,[
e
.
_v
(
"自动更新:"
)]),
e
.
_v
(
" "
),
a
(
"select"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
e
.
autoFlag
,
expression
:
"autoFlag"
}],
on
:{
change
:
function
(
t
){
var
a
=
Array
.
prototype
.
filter
.
call
(
t
.
target
.
options
,
function
(
e
){
return
e
.
selected
}).
map
(
function
(
e
){
return
"_value"
in
e
?
e
.
_value
:
e
.
value
});
e
.
autoFlag
=
t
.
target
.
multiple
?
a
:
a
[
0
]}}},[
a
(
"option"
,{
staticStyle
:{
display
:
"none"
},
attrs
:{
value
:
""
}},[
e
.
_v
(
"-请选择-"
)]),
e
.
_v
(
" "
),
a
(
"option"
,{
attrs
:{
value
:
"0"
}},[
e
.
_v
(
"自动"
)]),
e
.
_v
(
" "
),
a
(
"option"
,{
attrs
:{
value
:
"1"
}},[
e
.
_v
(
"手动"
)])])]),
e
.
_v
(
" "
),
a
(
"p"
,[
a
(
"span"
,[
e
.
_v
(
"版本名称:"
)]),
e
.
_v
(
" "
),
a
(
"input"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
e
.
versionName
,
expression
:
"versionName"
}],
domProps
:{
value
:
e
.
versionName
},
on
:{
input
:
function
(
t
){
t
.
target
.
composing
||
(
e
.
versionName
=
t
.
target
.
value
)}}})]),
e
.
_v
(
" "
),
a
(
"p"
,[
a
(
"span"
,[
e
.
_v
(
"更新标记:"
)]),
e
.
_v
(
" "
),
a
(
"input"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
e
.
updateTag
,
expression
:
"updateTag"
}],
attrs
:{
placeholder
:
"选填,只能输入英文或者数字"
},
domProps
:{
value
:
e
.
updateTag
},
on
:{
input
:
function
(
t
){
t
.
target
.
composing
||
(
e
.
updateTag
=
t
.
target
.
value
)}}})]),
e
.
_v
(
" "
),
e
.
_m
(
0
),
e
.
_v
(
" "
),
a
(
"p"
,{
staticStyle
:{
height
:
"auto"
}},[
a
(
"textarea"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
e
.
versionRemark
,
expression
:
"versionRemark"
}],
domProps
:{
value
:
e
.
versionRemark
},
on
:{
input
:
function
(
t
){
t
.
target
.
composing
||
(
e
.
versionRemark
=
t
.
target
.
value
)}}})]),
e
.
_v
(
" "
),
a
(
"p"
,[
a
(
"a"
,{
on
:{
click
:
function
(
t
){
return
e
.
next
()}}},[
e
.
_v
(
"下一步"
)])])])]),
e
.
_v
(
" "
),
a
(
"div"
,{
directives
:[{
name
:
"show"
,
rawName
:
"v-show"
,
value
:
e
.
files
,
expression
:
"files"
}],
staticClass
:
"files"
},[
a
(
"p"
,[
e
.
_v
(
"选择文件"
)]),
e
.
_v
(
" "
),
a
(
"div"
,[
a
(
"p"
,[
a
(
"span"
,[
e
.
_v
(
"设备类型:"
+
e
.
_s
(
e
.
deviceType2
))])]),
e
.
_v
(
" "
),
a
(
"p"
,[
a
(
"span"
,[
e
.
_v
(
"版本序号:"
+
e
.
_s
(
e
.
versionInt
))])]),
e
.
_v
(
" "
),
a
(
"p"
,[
a
(
"span"
,[
e
.
_v
(
"版本名称:"
+
e
.
_s
(
e
.
versionName2
))])]),
e
.
_v
(
" "
),
a
(
"p"
,[
a
(
"span"
,[
e
.
_v
(
"版本类型:"
+
e
.
_s
(
0
==
e
.
updateType2
?
"累计更新"
:
"全新安装"
))])]),
e
.
_v
(
" "
),
a
(
"p"
,{
staticStyle
:{
"line-height"
:
"0.3rem"
}},[
a
(
"span"
,[
e
.
_v
(
"备注:"
+
e
.
_s
(
e
.
versionRemark2
))])]),
e
.
_v
(
" "
),
a
(
"p"
,[
a
(
"input"
,{
attrs
:{
type
:
"file"
,
id
:
"myFile"
},
on
:{
change
:
function
(
t
){
return
e
.
inputChange
()}}}),
e
.
_v
(
" "
),
a
(
"span"
,{
staticStyle
:{
color
:
"#FF0000"
},
attrs
:{
id
:
"scale"
}}),
e
.
_v
(
" "
),
a
(
"span"
,{
staticStyle
:{
"margin-left"
:
"0.2rem"
}},[
e
.
_v
(
"目前仅支持zip和apk文件"
)])]),
e
.
_v
(
" "
),
a
(
"p"
,[
a
(
"a"
,{
staticClass
:
"btn4"
,
on
:{
click
:
function
(
t
){
return
e
.
$router
.
push
(
"/scenic/sMymanagement/versionUpdate"
)}}},[
e
.
_v
(
"关闭"
)])])])])])},
staticRenderFns
:[
function
(){
var
e
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
e
;
return
t
(
"p"
,[
t
(
"span"
,[
this
.
_v
(
"备注:"
)])])}]};
var
n
=
a
(
"VU/8"
)(
s
,
i
,
!
1
,
function
(
e
){
a
(
"+2ef"
)},
"data-v-a0075588"
,
null
);
t
.
default
=
n
.
exports
}});
\ No newline at end of file
nwjs-v0.25.2-win-ia32/Tubida/js/88.35331a49717a68e360db.js
deleted
100644 → 0
View file @
ec081391
webpackJsonp
([
88
],{
WWPn
:
function
(
e
,
t
,
n
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
c
=
{
data
:
function
(){
return
{
maxTime
:{},
whichpage
:
0
,
shijian
:[],
list
:[],
ditch
:{
companyId
:
this
.
$store
.
state
.
companyId
,
pageSize
:
5
,
pageIndex
:
1
},
queryObject
:{
companyId
:
this
.
$store
.
state
.
companyId
,
pageSize
:
5
,
search
:
""
,
beginCreateDate
:
""
,
finishCreateDate
:
""
,
beginPlayDateFrom
:
""
,
finishPlayDateFrom
:
""
},
value
:
"0"
,
userType
:[{
value
:
"0"
,
label
:
"创建时间"
},{
value
:
"1"
,
label
:
"游玩时间"
}],
show
:
!
1
,
screen
:{
order
:
!
1
,
TheTicketCopies
:
!
1
,
TheTicketAmount
:
!
0
,
cancel
:
!
0
,
Amount
:
!
1
,
RefundZhang
:
!
1
},
createUserId
:
""
}},
components
:{
tate
:
n
(
"hBs9"
).
a
},
methods
:{
time
:
function
(){}},
created
:
function
(){}},
a
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
n
=
e
.
_self
.
_c
||
t
;
return
n
(
"div"
,{
staticClass
:
"total"
},[
e
.
_m
(
0
),
e
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"box"
},[
n
(
"div"
,{
staticClass
:
"xl"
},[
n
(
"span"
,[
e
.
_v
(
"日期"
)]),
e
.
_v
(
":
\n
\
t
\
t
\
t
\
t"
),
n
(
"tate"
,{
on
:{
time
:
e
.
time
}})],
1
),
e
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"hezi dis"
},[
n
(
"span"
,[
e
.
_v
(
"查询条件:"
)]),
e
.
_v
(
" "
),
n
(
"input"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
e
.
queryObject
.
search
,
expression
:
"queryObject.search"
}],
staticClass
:
"input"
,
attrs
:{
type
:
"text"
,
placeholder
:
"产品 、 渠道"
},
domProps
:{
value
:
e
.
queryObject
.
search
},
on
:{
input
:
function
(
t
){
t
.
target
.
composing
||
e
.
$set
(
e
.
queryObject
,
"search"
,
t
.
target
.
value
)}}})]),
e
.
_v
(
" "
),
n
(
"span"
,{
staticClass
:
"inquire"
,
staticStyle
:{
"margin-right"
:
"0.2rem"
},
on
:{
click
:
function
(
t
){
return
e
.
inquire
()}}},[
e
.
_v
(
"查询"
)])]),
e
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"table"
},[
n
(
"div"
,{
staticClass
:
"choice"
},[
n
(
"span"
,[
e
.
_v
(
"筛选条件:"
)]),
e
.
_v
(
" "
),
n
(
"el-checkbox"
,{
model
:{
value
:
e
.
screen
.
order
,
callback
:
function
(
t
){
e
.
$set
(
e
.
screen
,
"order"
,
t
)},
expression
:
"screen.order"
}},[
e
.
_v
(
"提供服务公司"
)]),
e
.
_v
(
" "
),
n
(
"el-checkbox"
,{
model
:{
value
:
e
.
screen
.
TheTicketCopies
,
callback
:
function
(
t
){
e
.
$set
(
e
.
screen
,
"TheTicketCopies"
,
t
)},
expression
:
"screen.TheTicketCopies"
}},[
e
.
_v
(
"支付公司"
)]),
e
.
_v
(
" "
),
n
(
"el-checkbox"
,{
model
:{
value
:
e
.
screen
.
TheTicketAmount
,
callback
:
function
(
t
){
e
.
$set
(
e
.
screen
,
"TheTicketAmount"
,
t
)},
expression
:
"screen.TheTicketAmount"
}},[
e
.
_v
(
"发送公司"
)]),
e
.
_v
(
" "
),
n
(
"el-checkbox"
,{
model
:{
value
:
e
.
screen
.
cancel
,
callback
:
function
(
t
){
e
.
$set
(
e
.
screen
,
"cancel"
,
t
)},
expression
:
"screen.cancel"
}},[
e
.
_v
(
"时间"
)]),
e
.
_v
(
" "
),
n
(
"el-checkbox"
,{
model
:{
value
:
e
.
screen
.
Amount
,
callback
:
function
(
t
){
e
.
$set
(
e
.
screen
,
"Amount"
,
t
)},
expression
:
"screen.Amount"
}},[
e
.
_v
(
"类型"
)]),
e
.
_v
(
" "
),
n
(
"el-checkbox"
,{
model
:{
value
:
e
.
screen
.
RefundZhang
,
callback
:
function
(
t
){
e
.
$set
(
e
.
screen
,
"RefundZhang"
,
t
)},
expression
:
"screen.RefundZhang"
}},[
e
.
_v
(
"关键字"
)])],
1
),
e
.
_v
(
" "
),
e
.
_m
(
1
)])])},
staticRenderFns
:[
function
(){
var
e
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
e
;
return
t
(
"div"
,{
staticClass
:
"phead"
},[
t
(
"a"
,{
attrs
:{
href
:
"/#/tubida/statement/OperationBreport"
}},[
this
.
_v
(
"短信报表"
)]),
this
.
_v
(
">"
)])},
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
n
=
e
.
_self
.
_c
||
t
;
return
n
(
"table"
,{
staticStyle
:{
"margin-bottom"
:
"0.3rem"
}},[
n
(
"tr"
,[
n
(
"td"
,[
e
.
_v
(
"提供服务公司"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"支付公司"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"发送公司"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"时间"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"类型"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"关键字"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"条数"
)])]),
e
.
_v
(
" "
),
n
(
"tr"
,[
n
(
"td"
,[
e
.
_v
(
"提供服务公司"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"支付公司"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"发送公司"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"时间"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"类型"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"关键字"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"条数"
)])]),
e
.
_v
(
" "
),
n
(
"tr"
,[
n
(
"td"
,[
e
.
_v
(
"提供服务公司"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"支付公司"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"发送公司"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"时间"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"类型"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"关键字"
)]),
e
.
_v
(
" "
),
n
(
"td"
,[
e
.
_v
(
"条数"
)])])])}]};
var
s
=
n
(
"VU/8"
)(
c
,
a
,
!
1
,
function
(
e
){
n
(
"f3Zu"
)},
"data-v-6c5f7128"
,
null
);
t
.
default
=
s
.
exports
},
f3Zu
:
function
(
e
,
t
){}});
\ No newline at end of file
nwjs-v0.25.2-win-ia32/Tubida/js/89.df3ae20f0657adaf5771.js
deleted
100644 → 0
View file @
ec081391
webpackJsonp
([
89
],{
"4C9a"
:
function
(
e
,
t
){},
OYiz
:
function
(
e
,
t
,
n
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
a
=
{
components
:{
leftSide
:
n
(
"FegP"
).
a
}},
r
=
{
render
:
function
(){
var
e
=
this
.
$createElement
;
return
(
this
.
_self
.
_c
||
e
)(
"leftSide"
)},
staticRenderFns
:[]};
var
c
=
n
(
"VU/8"
)(
a
,
r
,
!
1
,
function
(
e
){
n
(
"4C9a"
)},
"data-v-6c38a4b5"
,
null
);
t
.
default
=
c
.
exports
}});
\ No newline at end of file
nwjs-v0.25.2-win-ia32/Tubida/js/90.acdb7c056b1c4bee8442.js
deleted
100644 → 0
View file @
ec081391
webpackJsonp
([
90
],{
N1b3
:
function
(
t
,
s
,
a
){
"use strict"
;
Object
.
defineProperty
(
s
,
"__esModule"
,{
value
:
!
0
});
var
e
=
{
components
:{
breadNav
:
a
(
"RwQt"
).
default
},
data
:
function
(){
return
{
item
:{}}},
mounted
:
function
(){
this
.
item
=
this
.
$route
.
params
.
item
},
methods
:{}},
n
=
{
render
:
function
(){
var
t
=
this
,
s
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
s
;
return
a
(
"div"
,{
staticClass
:
"bigBox"
},[
a
(
"breadNav"
,[
t
.
_v
(
"额度管理>额度修改"
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"info"
},[
a
(
"div"
,[
a
(
"span"
,{
staticClass
:
"title"
},[
t
.
_v
(
"使用服务公司名称: "
)]),
a
(
"span"
,{
staticClass
:
"name"
},[
t
.
_v
(
t
.
_s
(
t
.
item
.
useCompanyName
))]),
t
.
_v
(
" "
),
a
(
"span"
,{
staticClass
:
"title"
},[
t
.
_v
(
"提供服务公司名称: "
)]),
a
(
"span"
,{
staticClass
:
"name"
},[
t
.
_v
(
t
.
_s
(
t
.
item
.
companyName
))])]),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"span"
,{
staticClass
:
"title"
},[
t
.
_v
(
"服务类型: "
)]),
a
(
"span"
,{
staticClass
:
"name"
},[
t
.
_v
(
t
.
_s
(
t
.
item
.
serviceTypeName
))])]),
t
.
_v
(
" "
),
a
(
"div"
,[
a
(
"span"
,{
staticClass
:
"title"
},[
t
.
_v
(
"授信额度: "
)]),
a
(
"span"
,{
staticClass
:
"name"
},[
t
.
_v
(
t
.
_s
(
t
.
item
.
creditMoney
))]),
t
.
_v
(
" "
),
a
(
"span"
,{
staticClass
:
"title"
},[
t
.
_v
(
"剩余额度: "
)]),
a
(
"span"
,{
staticClass
:
"name"
},[
t
.
_v
(
t
.
_s
(
t
.
item
.
totalMoney
))])])]),
t
.
_v
(
" "
),
t
.
_m
(
0
),
t
.
_v
(
" "
),
t
.
_m
(
1
),
t
.
_v
(
" "
),
a
(
"span"
,{
staticClass
:
"btn4"
,
staticStyle
:{
"margin-top"
:
"15px"
}},[
t
.
_v
(
"保存"
)]),
t
.
_v
(
" "
),
a
(
"span"
,{
staticClass
:
"btn4"
,
staticStyle
:{
"margin-left"
:
"10px"
},
on
:{
click
:
function
(
s
){
return
t
.
$router
.
go
(
-
1
)}}},[
t
.
_v
(
"返回"
)])],
1
)},
staticRenderFns
:[
function
(){
var
t
=
this
.
$createElement
,
s
=
this
.
_self
.
_c
||
t
;
return
s
(
"p"
,{
staticStyle
:{
margin
:
"15px 0"
}},[
this
.
_v
(
"剩余额度通知 "
),
s
(
"span"
,{
staticClass
:
"btn4 span"
},[
this
.
_v
(
"+"
)])])},
function
(){
var
t
=
this
,
s
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
s
;
return
a
(
"table"
,[
a
(
"tr"
,[
a
(
"td"
,[
t
.
_v
(
"剩余条数"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"通知N次"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"通知频率"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"通知人"
)]),
t
.
_v
(
" "
),
a
(
"td"
,[
t
.
_v
(
"操作"
)])]),
t
.
_v
(
" "
),
a
(
"tr"
,[
a
(
"td"
,[
a
(
"input"
,{
attrs
:{
type
:
"text"
}})]),
t
.
_v
(
" "
),
a
(
"td"
,[
a
(
"input"
,{
attrs
:{
type
:
"text"
}})]),
t
.
_v
(
" "
),
a
(
"td"
,[
a
(
"input"
,{
attrs
:{
type
:
"text"
}})]),
t
.
_v
(
" "
),
a
(
"td"
,[
a
(
"input"
,{
attrs
:{
type
:
"text"
}})]),
t
.
_v
(
" "
),
a
(
"td"
,[
a
(
"a"
,[
t
.
_v
(
"删除"
)])])])])}]};
var
i
=
a
(
"VU/8"
)(
e
,
n
,
!
1
,
function
(
t
){
a
(
"kSaX"
)},
"data-v-6a86b614"
,
null
);
s
.
default
=
i
.
exports
},
kSaX
:
function
(
t
,
s
){}});
\ No newline at end of file
nwjs-v0.25.2-win-ia32/Tubida/js/91.6f74a8f698ff8d847cf1.js
deleted
100644 → 0
View file @
ec081391
webpackJsonp
([
91
],{
AAYH
:
function
(
e
,
t
){},
P4PI
:
function
(
e
,
t
,
i
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
n
=
i
(
"RwQt"
),
a
=
i
(
"5XGy"
),
s
=
i
(
"KPn7"
),
r
=
{
components
:{
breadNav
:
n
.
default
,
page
:
a
.
a
,
config
:
s
.
a
},
data
:
function
(){
return
{
configTitle2
:
""
,
configTan2
:
!
1
,
configTitle
:
"是否删除该驱动"
,
configTan
:
!
1
,
pageIndex
:
1
,
pageSize
:
15
,
pageTotal
:
0
,
initDataList
:
""
,
deviceTypeList
:
""
,
deviceType
:
""
,
search
:
""
,
driverId
:
""
,
companyId
:
this
.
$store
.
state
.
companyId
,
driverEnabled
:
""
}},
methods
:{
initData
:
function
(){
var
e
=
this
,
t
=
{
pageIndex
:
this
.
pageIndex
,
pageSize
:
this
.
pageSize
,
deviceType
:
this
.
deviceType
,
search
:
this
.
search
};
this
.
axios
.
post
(
this
.
getSystem
(
"check/driver/list"
),
t
).
then
(
function
(
t
){
"00"
==
t
.
data
.
code
?(
console
.
log
(
t
),
e
.
initDataList
=
t
.
data
.
data
.
list
,
e
.
pageTotal
=
t
.
data
.
data
.
pageTotal
):
e
.
$message
.
error
(
t
.
data
.
message
)})},
getDeviceType
:
function
(){
var
e
=
this
,
t
=
{
companyId
:
this
.
companyId
,
enumType
:
"deviceType"
,
pageIndex
:
1
,
pageSize
:
this
.
pageSize
};
this
.
axios
.
post
(
this
.
getSystem
(
"systemEnum/drop"
),
t
).
then
(
function
(
t
){
"00"
==
t
.
data
.
code
?
e
.
deviceTypeList
=
t
.
data
.
data
:
e
.
$message
.
error
(
t
.
data
.
message
)})},
paging
:
function
(
e
){
this
.
pageIndex
=
e
,
this
.
initData
()},
clickOpenStop
:
function
(
e
,
t
){
this
.
configTan2
=!
0
,
this
.
driverId
=
e
,
this
.
driverEnabled
=
t
,
this
.
configTitle2
=
1
==
t
?
"是否开启该驱动"
:
"是否禁止该驱动"
},
openStop
:
function
(){
var
e
=
this
,
t
=
{
driverId
:
this
.
driverId
,
driverEnabled
:
this
.
driverEnabled
};
this
.
axios
.
post
(
this
.
getSystem
(
"check/driver/enable"
),
t
).
then
(
function
(
t
){
"00"
==
t
.
data
.
code
?(
1
==
e
.
driverEnabled
?
e
.
$message
.
success
(
"开启成功"
):
e
.
$message
.
success
(
"禁用成功"
),
e
.
configTan2
=!
1
,
e
.
initData
()):
e
.
$message
.
error
(
t
.
data
.
message
)})},
clickDel
:
function
(
e
){
this
.
configTan
=!
0
,
this
.
driverId
=
e
},
dele
:
function
(
e
){
var
t
=
this
,
i
=
{
driverId
:
this
.
driverId
};
this
.
axios
.
post
(
this
.
getSystem
(
"check/driver/remove"
),
i
).
then
(
function
(
e
){
"00"
==
e
.
data
.
code
?(
t
.
$message
.
success
(
"删除成功"
),
t
.
configTan
=!
1
,
t
.
initData
()):(
t
.
$message
.
error
(
e
.
data
.
message
),
t
.
configTan
=!
1
)})},
goRevise
:
function
(
e
,
t
){
this
.
$router
.
push
({
path
:
"/scenic/sMymanagement/driveEdit"
,
query
:{
driverId
:
e
,
versonFlag
:
t
}})}},
mounted
:
function
(){
this
.
getDeviceType
(),
this
.
initData
()},
activated
:
function
(){
"true"
==
this
.
$store
.
state
.
refurbish
&&
(
this
.
$store
.
dispatch
(
"getRefurbish"
,
"false"
),
this
.
deviceType
=
""
,
this
.
search
=
""
),
this
.
initData
()}},
c
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
i
=
e
.
_self
.
_c
||
t
;
return
i
(
"div"
,{
staticClass
:
"bigBox"
},[
i
(
"breadNav"
,[
e
.
_v
(
"驱动配置"
)]),
e
.
_v
(
" "
),
i
(
"div"
,{
staticClass
:
"top"
},[
i
(
"a"
,{
staticClass
:
"btn4"
,
on
:{
click
:
function
(
t
){
return
e
.
$router
.
push
(
"/scenic/sMymanagement/driveEdit"
)}}},[
e
.
_v
(
"新增"
)]),
e
.
_v
(
" "
),
i
(
"div"
,[
e
.
_v
(
"
\n
筛选:
\n
"
),
i
(
"section"
,[
i
(
"el-select"
,{
attrs
:{
filterable
:
""
},
model
:{
value
:
e
.
deviceType
,
callback
:
function
(
t
){
e
.
deviceType
=
t
},
expression
:
"deviceType"
}},[
i
(
"el-option"
,{
attrs
:{
label
:
"-请选择-"
,
value
:
""
}}),
e
.
_v
(
" "
),
e
.
_l
(
e
.
deviceTypeList
,
function
(
e
){
return
i
(
"el-option"
,{
key
:
e
.
id
,
attrs
:{
label
:
e
.
name
,
value
:
e
.
id
}})})],
2
)],
1
)]),
e
.
_v
(
" "
),
i
(
"div"
,[
i
(
"input"
,{
directives
:[{
name
:
"model"
,
rawName
:
"v-model"
,
value
:
e
.
search
,
expression
:
"search"
}],
staticStyle
:{
width
:
"2rem"
},
attrs
:{
type
:
"text"
,
placeholder
:
"请输入驱动名称或者配置信息"
},
domProps
:{
value
:
e
.
search
},
on
:{
input
:
function
(
t
){
t
.
target
.
composing
||
(
e
.
search
=
t
.
target
.
value
)}}}),
e
.
_v
(
" "
),
i
(
"a"
,{
staticClass
:
"btn4"
,
staticStyle
:{
"margin-left"
:
"0.3rem"
},
on
:{
click
:
function
(
t
){
e
.
pageIndex
=
1
,
e
.
initData
()}}},[
e
.
_v
(
"查询"
)])])]),
e
.
_v
(
" "
),
i
(
"table"
,{
staticClass
:
"middle"
},[
e
.
_m
(
0
),
e
.
_v
(
" "
),
e
.
_l
(
e
.
initDataList
,
function
(
t
,
n
){
return
i
(
"tr"
,{
key
:
n
},[
i
(
"td"
,[
e
.
_v
(
"
\n
"
+
e
.
_s
(
t
.
driverName
)
+
"
\n
"
)]),
e
.
_v
(
" "
),
i
(
"td"
,[
e
.
_v
(
"
\n
"
+
e
.
_s
(
t
.
driverTypeName
)
+
"
\n
"
)]),
e
.
_v
(
" "
),
i
(
"td"
,[
e
.
_v
(
"
\n
"
+
e
.
_s
(
t
.
deviceTypeName
)
+
"
\n
"
)]),
e
.
_v
(
" "
),
i
(
"td"
,{
staticStyle
:{
"text-align"
:
"left"
,
"line-height"
:
"0.25rem"
,
padding
:
"0 0.1rem"
,
"box-sizing"
:
"border-box"
}},[
e
.
_v
(
"
\n
"
+
e
.
_s
(
t
.
driverConfig
)
+
"
\n
"
)]),
e
.
_v
(
" "
),
i
(
"td"
,[
1
==
t
.
driverEnabled
?
i
(
"span"
,{
staticStyle
:{
color
:
"#00C305"
}},[
e
.
_v
(
"
\n
开启
\n
"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
0
==
t
.
driverEnabled
?
i
(
"span"
,[
e
.
_v
(
"
\n
禁用
\n
"
)]):
e
.
_e
()]),
e
.
_v
(
" "
),
i
(
"td"
,[
1
==
t
.
driverEnabled
?
i
(
"span"
,{
staticStyle
:{
"margin-right"
:
"0.2rem"
},
on
:{
click
:
function
(
i
){
return
e
.
clickOpenStop
(
t
.
driverId
,
0
)}}},[
e
.
_v
(
"
\n
禁用
\n
"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
0
==
t
.
driverEnabled
?
i
(
"span"
,{
staticStyle
:{
"margin-right"
:
"0.2rem"
},
on
:{
click
:
function
(
i
){
return
e
.
clickOpenStop
(
t
.
driverId
,
1
)}}},[
e
.
_v
(
"
\n
开启
\n
"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
i
(
"span"
,{
staticStyle
:{
"margin-right"
:
"0.2rem"
},
on
:{
click
:
function
(
i
){
return
e
.
goRevise
(
t
.
driverId
,
t
.
versonFlag
)}}},[
e
.
_v
(
"
\n
修改
\n
"
)]),
e
.
_v
(
" "
),
i
(
"span"
,{
staticStyle
:{
color
:
"#FF4D51"
},
on
:{
click
:
function
(
i
){
return
e
.
clickDel
(
t
.
driverId
)}}},[
e
.
_v
(
"
\n
删除
\n
"
)])])])})],
2
),
e
.
_v
(
" "
),
i
(
"page"
,{
attrs
:{
pagesize
:
e
.
pageSize
,
total
:
e
.
pageTotal
,
whichpage
:
e
.
pageIndex
},
on
:{
page
:
e
.
paging
}}),
e
.
_v
(
" "
),
i
(
"config"
,{
directives
:[{
name
:
"show"
,
rawName
:
"v-show"
,
value
:
e
.
configTan2
,
expression
:
"configTan2"
}],
attrs
:{
configTitle
:
e
.
configTitle2
},
on
:{
config
:
function
(
t
){
return
e
.
openStop
()},
cancel
:
function
(
t
){
e
.
configTan2
=!
1
}}}),
e
.
_v
(
" "
),
i
(
"config"
,{
directives
:[{
name
:
"show"
,
rawName
:
"v-show"
,
value
:
e
.
configTan
,
expression
:
"configTan"
}],
attrs
:{
configTitle
:
e
.
configTitle
},
on
:{
config
:
function
(
t
){
return
e
.
dele
()},
cancel
:
function
(
t
){
e
.
configTan
=!
1
}}})],
1
)},
staticRenderFns
:[
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
i
=
e
.
_self
.
_c
||
t
;
return
i
(
"tr"
,[
i
(
"td"
,{
staticStyle
:{
width
:
"12%"
}},[
e
.
_v
(
"
\n
驱动名称
\n
"
)]),
e
.
_v
(
" "
),
i
(
"td"
,{
staticStyle
:{
width
:
"12%"
}},[
e
.
_v
(
"
\n
驱动类型
\n
"
)]),
e
.
_v
(
" "
),
i
(
"td"
,{
staticStyle
:{
width
:
"12%"
}},[
e
.
_v
(
"
\n
设备类型
\n
"
)]),
e
.
_v
(
" "
),
i
(
"td"
,{
staticStyle
:{
width
:
"50%"
}},[
e
.
_v
(
"
\n
配置信息
\n
"
)]),
e
.
_v
(
" "
),
i
(
"td"
,{
staticStyle
:{
width
:
"4%"
}},[
e
.
_v
(
"
\n
状态
\n
"
)]),
e
.
_v
(
" "
),
i
(
"td"
,{
staticStyle
:{
width
:
"10%"
}},[
e
.
_v
(
"
\n
操作
\n
"
)])])}]};
var
o
=
i
(
"VU/8"
)(
r
,
c
,
!
1
,
function
(
e
){
i
(
"AAYH"
)},
"data-v-67ceac18"
,
null
);
t
.
default
=
o
.
exports
}});
\ No newline at end of file
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