|
@@ -587,11 +587,8 @@
|
|
|
},
|
|
},
|
|
|
//获取委托编号
|
|
//获取委托编号
|
|
|
getLhwtdh() {
|
|
getLhwtdh() {
|
|
|
- let smsParams = {
|
|
|
|
|
- alias: "lhwtdh"
|
|
|
|
|
- };
|
|
|
|
|
let this_ = this
|
|
let this_ = this
|
|
|
- this.$http.post("/ibps/business/v3/jc/sys/getNextIdByAlias", smsParams).then(res => {
|
|
|
|
|
|
|
+ this.$http.get("/ibps/platform/v3/identity/getNextIdByAlias?alias=lhwtdh").then(res => {
|
|
|
if (res.data.state == 200) {
|
|
if (res.data.state == 200) {
|
|
|
const data = res.data.data
|
|
const data = res.data.data
|
|
|
this_.form.weiTuoBianHao = data
|
|
this_.form.weiTuoBianHao = data
|
|
@@ -604,11 +601,8 @@
|
|
|
title: '生成样品编号中',
|
|
title: '生成样品编号中',
|
|
|
mask: true
|
|
mask: true
|
|
|
})
|
|
})
|
|
|
- let smsParams = {
|
|
|
|
|
- alias: "lhypbh"
|
|
|
|
|
- };
|
|
|
|
|
let this_ = this
|
|
let this_ = this
|
|
|
- this.$http.post("/ibps/business/v3/jc/sys/getNextIdByAlias", smsParams).then(res => {
|
|
|
|
|
|
|
+ this.$http.get("/ibps/platform/v3/identity/getNextIdByAlias?alias=lhypbh").then(res => {
|
|
|
if (res.data.state == 200) {
|
|
if (res.data.state == 200) {
|
|
|
const data = res.data.data
|
|
const data = res.data.data
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|