Commit 535eed41 authored by 李苏's avatar 李苏 💬

修改Url

parent df89ba77
......@@ -25,7 +25,7 @@
</div>
<script type="text/javascript">
/* 通用代码 */
const pdfUr="kmes/gpfk/queryPdfByWoidAndZpgx"
const pdfUr="kmes/gpfkfj/queryFjBybzgx"
var urlo="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/O"
var urlt="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/T"
var urlm="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/M"
......@@ -144,6 +144,9 @@
}
csfk_wrz(that,"正在查询序列号:"+that.xlh)
csfk_apicsfk(that).then(function(s){
if(that.isShow==false){
that.scroll(s)
}
csfk_pdfshow(that,s)
csfk_apigetjs(that)
})
......@@ -278,7 +281,6 @@
dbenlarge('kwrkbcs',1,this.isFocus())
// this.sivpdf=
this.initpage()
this.scroll()
this.gettime()
this.appdestory()
},
......@@ -291,6 +293,7 @@
},
data:function(){
return{
isShow:false,
urlm:urlm,
fksl:0,
isok:"",
......@@ -316,15 +319,19 @@
}
},
methods:{
scroll(){
scroll(e){
let newUrlo="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/O"
let newUrlt="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/T"
this.urlm="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/M"
/* test */
// pdfshow(urlo,'gpjypdf', 10000).then(e => {
// that.sivpdf = e
// })
pdfshow(newUrlo,'gpjypdf', 10000).then(e => {
that.sivpdf = e
})
/* test */
pdfshow(urlt,'csfkpdf', 10000).then(e => {
pdfshow(newUrlt,'csfkpdf', 10000).then(e => {
that.sivrpdf = e
})
this.isShow=true
const mainData=this.$refs.scrollmain
const divData =this.$refs.scroll
this.sivscroll=setInterval(() => {
......
......@@ -183,6 +183,9 @@
return
}
zpfk_apizpfk(that).then(function(s){
if(that.isShow==false){
that.scroll(s)
}
zpfk_pdfshow(that,s)
zpfk_queryWoBomByWoid(that,s)
zpfk_apigetjs(that)
......@@ -493,7 +496,6 @@
this.initpage()
dbenlarge('kwrkb01', 1, this.initpage)
$(this.el).dblclick()
this.scroll()
this.gettime()
this.isFocus()
this.appdestory()
......@@ -507,6 +509,7 @@
},
data: function() {
return {
isShow:false,
urlm:urlm,
fksl:0,
username:localStorage.getItem("username"),
......@@ -531,15 +534,18 @@
}
},
methods: {
scroll(){
/* test */
// pdfshow(urlo,'kwrkb01pdf', 10000).then(e => {
// that.sivpdf = e
// })
/* test */
pdfshow(urlt,'kwrkb01rpdf', 10000).then(e => {
scroll(e){
let newUrlo="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/O"
let newUrlt="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/T"
this.urlm="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/M"
pdfshow(newUrlo,'kwrkb01pdf', 10000).then(e => {
that.sivpdf = e
})
pdfshow(newUrlt,'kwrkb01rpdf', 10000).then(e => {
that.sivrpdf = e
})
this.isShow=true
/* test */
const mainData=this.$refs.scrollmain
const divData =this.$refs.scroll
this.sivscroll=setInterval(() => {
......
......@@ -41,7 +41,7 @@
})
/* 通用代码 */
const pdfUr="kmes/gpfk/queryPdfByWoidAndZpgx"
const pdfUr="kmes/gpfkfj/queryFjBybzgx"
var urlo="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/O"
var urlt="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/T"
var urlm="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/M"
......@@ -155,6 +155,9 @@
}
jyfk_wrz(that,"正在查询序列号:"+that.xlh)
jyfk_apijyfk(that).then(function(s){
if(that.isShow==false){
that.scroll(s)
}
jyfk_pdfshow(that,s)
jyfk_apigetjs(that)
})
......@@ -446,7 +449,6 @@
dbenlarge('kwrkb04',1,this.isFocus())
// this.sivpdf=
this.initpage()
this.scroll()
this.gettime()
this.appdestory()
},
......@@ -459,6 +461,7 @@
},
data:function(){
return{
isShow:false,
urlm:urlm,
fksl:0,
isok:"",
......@@ -484,15 +487,18 @@
}
},
methods:{
scroll(){
/* test */
// pdfshow(urlo,'gpjypdf', 10000).then(e => {
// that.sivpdf = e
// })
/* test */
pdfshow(urlt,'gpjyrpdf', 10000).then(e => {
scroll(e){
let newUrlo="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/O"
let newUrlt="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/T"
this.urlm="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/M"
pdfshow(newUrlo,'gpjypdf', 10000).then(e => {
that.sivpdf = e
})
pdfshow(newUrlt,'gpjyrpdf', 10000).then(e => {
that.sivrpdf = e
})
this.isShow=true
/* test */
const mainData=this.$refs.scrollmain
const divData =this.$refs.scroll
this.sivscroll=setInterval(() => {
......
......@@ -172,6 +172,9 @@
wxfk_wrz(that,"正在查询序列号:"+that.xlh)
wxfk_apiwxfk(that).then(function(s){
if(that.isShow==false){
that.scroll(s)
}
wxfk_pdfshow(that,s)
wxfk_apigetjs(that)
})
......@@ -448,7 +451,6 @@
// this.sivpdf=
this.initpage()
this.gettime()
this.scroll()
this.appdestory()
},
destroyed() {
......@@ -460,6 +462,7 @@
},
data:function(){
return{
isShow:false,
urlm:urlm,
fksl:0,
isok:"",
......@@ -485,15 +488,17 @@
}
},
methods:{
scroll(){
/* test */
// pdfshow(urlo,'gpwxpdf', 10000).then(e => {
// that.sivpdf = e
// })
/* test */
pdfshow(urlt,'gpwxrpdf', 10000).then(e => {
scroll(e){
let newUrlo="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/O"
let newUrlt="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/T"
this.urlm="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/M"
pdfshow(newUrlo,'gpwxpdf', 10000).then(e => {
that.sivpdf = e
})
pdfshow(newUrlt,'gpwxrpdf', 10000).then(e => {
that.sivrpdf = e
})
this.isShow=true
const mainData=this.$refs.scrollmain
const divData =this.$refs.scroll
this.sivscroll=setInterval(() => {
......
......@@ -20,7 +20,7 @@
</style>
<script type="text/javascript">
/* 通用代码 */
const pdfUr="kmes/gpfk/queryPdfByWoidAndZpgx"
const pdfUr="kmes/gpfkfj/queryFjBybzgx"
var urlo="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/O"
var urlt="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/T"
var urlm="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/M"
......@@ -145,6 +145,9 @@
gzfk_wrz(that,"正在查询序列号:"+that.xlh)
gzfk_apigzfk(that).then(function(s){
if(that.isShow==false){
that.scroll(s)
}
gzfk_pdfshow(that,s)
gzfk_apigetjs(that)
})
......@@ -421,7 +424,6 @@
// this.sivpdf=
this.initpage()
this.gettime()
this.scroll()
this.appdestory()
},
destroyed() {
......@@ -458,15 +460,18 @@
}
},
methods:{
scroll(){
/* test */
// pdfshow(urlo,'gpgzpdf', 10000).then(e => {
// that.sivpdf = e
// })
scroll(e){
let newUrlo="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/O"
let newUrlt="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/T"
this.urlm="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/M"
pdfshow(newUrlo,'gpgzpdf', 10000).then(e => {
that.sivpdf = e
})
/* test */
pdfshow(urlt,'gpgzrpdf', 10000).then(e => {
pdfshow(newUrlt,'gpgzrpdf', 10000).then(e => {
that.sivrpdf = e
})
this.isShow=true
const mainData=this.$refs.scrollmain
const divData =this.$refs.scroll
this.sivscroll=setInterval(() => {
......@@ -529,6 +534,7 @@
},
data:function(){
return{
isShow:false,
fksl:0,
isok:"",
username:localStorage.getItem("username"),
......
......@@ -31,7 +31,7 @@
/* 通用代码 */
/* 通用pdf参数 */
const pdfUr="kmes/gpfk/queryPdfByWoidAndZpgx"
const pdfUr="kmes/gpfkfj/queryFjBybzgx"
var urlo="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/O"
var urlt="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/T"
var urlm="kmes/gpfkfj/queryFjBybzgx/"+window.bzlx+"/M"
......@@ -167,6 +167,9 @@
}
jgfk_apijgfk(that).then(function(s){
if(that.isShow==false){
that.scroll(s)
}
jgfk_pdfshow(that,s)
jgfk_apigetjs(that)
jgfk_queryWoBomByWoid(that,s)
......@@ -345,7 +348,6 @@
this.initpage()
dbenlarge('jgfkkb', 1, this.initpage)
$(this.el).dblclick()
this.scroll()
this.gettime()
this.isFocus()
this.appdestory()
......@@ -359,6 +361,7 @@
},
data: function() {
return {
isShow:false,
ng:0,
hg:0,
urlm:urlm,
......@@ -385,15 +388,19 @@
}
},
methods: {
scroll(){
scroll(e){
let newUrlo="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/O"
let newUrlt="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/T"
this.urlm="kmes/gpfkfj/queryFjBybzgx/"+e+"/"+window.bzlx+"/M"
/* test */
pdfshow(urlo,'jgfkkbpdf', 10000).then(e => {
pdfshow(newUrlo,'jgfkkbpdf', 10000).then(e => {
that.sivpdf = e
})
/* test */
pdfshow(urlt,'jgfkkbrpdf', 10000).then(e => {
pdfshow(newUrlt,'jgfkkbrpdf', 10000).then(e => {
that.sivrpdf = e
})
this.isShow=true
const mainData=this.$refs.scrollmain
const divData =this.$refs.scroll
this.sivscroll=setInterval(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment