Commit 9c0666ee authored by 李苏's avatar 李苏 💬

查询序列号接口,参数变更 传递事务类型

parent 574d7667
......@@ -52,8 +52,9 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
xlh:this.xlh
this.$post('jcsj/u_wpgl/queryCKXlh',{
xlh:this.xlh,
swlx:7
}).then(res=>{
if(res.data.records){
if(res.data.records.length!=0){
......
......@@ -56,7 +56,7 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
this.$post('jcsj/u_wpgl/queryZKXlh',{
xlh:this.xlh
}).then(res=>{
if(res.data.records){
......
......@@ -55,7 +55,7 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
this.$post('jcsj/u_wpgl/queryZKXlh',{
xlh:this.xlh
}).then(res=>{
if(res.data.records){
......
......@@ -56,7 +56,7 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
this.$post('jcsj/u_wpgl/queryZKXlh',{
xlh:this.xlh
}).then(res=>{
if(res.data.records){
......
......@@ -55,7 +55,7 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
this.$post('jcsj/u_wpgl/queryZKXlh',{
xlh:this.xlh
}).then(res=>{
if(res.data.records){
......
......@@ -56,8 +56,10 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
xlh:this.xlh
this.$post('jcsj/u_wpgl/queryZKXlh',{
xlh:this.xlh,
swlx:5
}).then(res=>{
if(res.data.records){
if(res.data.records.length!=0){
......
......@@ -55,7 +55,7 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
this.$post('jcsj/u_wpgl/queryZKXlh',{
xlh:this.xlh
}).then(res=>{
if(res.data.records){
......
......@@ -55,7 +55,7 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
this.$post('jcsj/u_wpgl/queryZKXlh',{
xlh:this.xlh
}).then(res=>{
if(res.data.records){
......
......@@ -55,8 +55,9 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
xlh:this.xlh
this.$post('jcsj/u_wpgl/queryZKXlh',{
xlh:this.xlh,
swlx:4
}).then(res=>{
if(res.data.records){
if(res.data.records.length!=0){
......
......@@ -90,8 +90,9 @@
},
cxxlh() {
if (this.xlh) {
this.$post('jcsj/u_wpgl/queryXlh', {
xlh: this.xlh
this.$post('jcsj/u_wpgl/queryZKXlh', {
xlh: this.xlh,
swlx:5
}).then(res => {
if (res.data.records) {
if (res.data.records.length != 0) {
......
......@@ -51,8 +51,9 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
this.$post('jcsj/u_wpgl/queryWRKXlh',{
xlh:this.xlh
}).then(res=>{
if(res.data.records){
if(res.data.records.length!=0){
......
......@@ -90,8 +90,9 @@
},
cxxlh() {
if (this.xlh) {
this.$post('jcsj/u_wpgl/queryXlh', {
xlh: this.xlh
this.$post('jcsj/u_wpgl/queryZKXlh', {
xlh: this.xlh,
swlx:4
}).then(res => {
if (res.data.records) {
if (res.data.records.length != 0) {
......
......@@ -51,7 +51,7 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
this.$post('jcsj/u_wpgl/queryWRKXlh',{
xlh:this.xlh
}).then(res=>{
if(res.data.records){
......
......@@ -51,7 +51,7 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
this.$post('jcsj/u_wpgl/queryWRKXlh',{
xlh:this.xlh
}).then(res=>{
if(res.data.records){
......
......@@ -90,8 +90,9 @@
},
cxxlh() {
if (this.xlh) {
this.$post('jcsj/u_wpgl/queryXlh', {
xlh: this.xlh
this.$post('jcsj/u_wpgl/queryZKXlh', {
xlh: this.xlh,
swlx:1
}).then(res => {
if (res.data.records) {
if (res.data.records.length != 0) {
......
......@@ -54,7 +54,7 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
this.$post('jcsj/u_wpgl/queryWRKXlh',{
xlh:this.xlh
}).then(res=>{
if(res.data.records){
......
......@@ -51,7 +51,7 @@
},
cxxlh(){
if(this.xlh){
this.$post('jcsj/u_wpgl/queryXlh',{
this.$post('jcsj/u_wpgl/queryWRKXlh',{
xlh:this.xlh
}).then(res=>{
if(res.data.records){
......
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