|
@@ -59,10 +59,8 @@
|
|
},
|
|
},
|
|
|
|
|
|
onLoad(options) {
|
|
onLoad(options) {
|
|
- debugger
|
|
|
|
this.status = options.status
|
|
this.status = options.status
|
|
this.sgId = options.id
|
|
this.sgId = options.id
|
|
- console.log("this.status", this.status)
|
|
|
|
},
|
|
},
|
|
// #ifndef MP
|
|
// #ifndef MP
|
|
onNavigationBarButtonTap(e) {
|
|
onNavigationBarButtonTap(e) {
|
|
@@ -123,7 +121,6 @@
|
|
}
|
|
}
|
|
this.$api.doRequest('get', '/acquisitionInfo/getInfo', _obj).then(res => {
|
|
this.$api.doRequest('get', '/acquisitionInfo/getInfo', _obj).then(res => {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
- debugger
|
|
|
|
if (res.data.data) {
|
|
if (res.data.data) {
|
|
this.isEdit = true
|
|
this.isEdit = true
|
|
this.value = res.data.data.checkFlag == '0' ? false : true
|
|
this.value = res.data.data.checkFlag == '0' ? false : true
|
|
@@ -189,7 +186,6 @@
|
|
})
|
|
})
|
|
},
|
|
},
|
|
alertBtn1() {
|
|
alertBtn1() {
|
|
- debugger
|
|
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
title: "加载中...",
|
|
title: "加载中...",
|
|
mask: true
|
|
mask: true
|
|
@@ -200,7 +196,6 @@
|
|
} else {
|
|
} else {
|
|
_flag = 0
|
|
_flag = 0
|
|
}
|
|
}
|
|
- debugger
|
|
|
|
let _obj = {
|
|
let _obj = {
|
|
warehouseName: this.warehouseName,
|
|
warehouseName: this.warehouseName,
|
|
acquisitionInformation: this.textareaValue,
|
|
acquisitionInformation: this.textareaValue,
|