no message
This commit is contained in:
@@ -281,12 +281,12 @@
|
|||||||
} else {
|
} else {
|
||||||
this.index ='FStockId'
|
this.index ='FStockId'
|
||||||
}
|
}
|
||||||
this._getStructCount()
|
this._getStructCount(e)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async _getStructCount () {
|
async _getStructCount (e) {
|
||||||
try {
|
try {
|
||||||
let res = await getStructCount()
|
let res = await getStructCount(e)
|
||||||
if (res) {
|
if (res) {
|
||||||
this.kwData = res
|
this.kwData = res
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -175,12 +175,12 @@
|
|||||||
handleChange (e) {
|
handleChange (e) {
|
||||||
if (e) {
|
if (e) {
|
||||||
this._queryMaterByVehicleCode(e)
|
this._queryMaterByVehicleCode(e)
|
||||||
this._getStructCount()
|
this._getStructCount(e)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async _getStructCount () {
|
async _getStructCount (e) {
|
||||||
try {
|
try {
|
||||||
let res = await getStructCount()
|
let res = await getStructCount(e)
|
||||||
if (res) {
|
if (res) {
|
||||||
this.kwData = res
|
this.kwData = res
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -82,12 +82,12 @@
|
|||||||
methods: {
|
methods: {
|
||||||
handleChange (e) {
|
handleChange (e) {
|
||||||
if (e) {
|
if (e) {
|
||||||
this._getStructCount()
|
this._getStructCount(e)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async _getStructCount () {
|
async _getStructCount (e) {
|
||||||
try {
|
try {
|
||||||
let res = await getStructCount()
|
let res = await getStructCount(e)
|
||||||
if (res) {
|
if (res) {
|
||||||
this.kwData = res
|
this.kwData = res
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -151,7 +151,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (this.currentData.vehicle_code) {
|
if (this.currentData.vehicle_code) {
|
||||||
this._getStructCount()
|
this._getStructCount(this.currentData.vehicle_code)
|
||||||
} else {
|
} else {
|
||||||
this.kwData = {}
|
this.kwData = {}
|
||||||
}
|
}
|
||||||
@@ -183,12 +183,12 @@
|
|||||||
} else {
|
} else {
|
||||||
this.index ='FStockId'
|
this.index ='FStockId'
|
||||||
}
|
}
|
||||||
this._getStructCount()
|
this._getStructCount(e)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async _getStructCount () {
|
async _getStructCount (e) {
|
||||||
try {
|
try {
|
||||||
let res = await getStructCount()
|
let res = await getStructCount(e)
|
||||||
if (res) {
|
if (res) {
|
||||||
this.kwData = res
|
this.kwData = res
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -162,12 +162,12 @@
|
|||||||
} else {
|
} else {
|
||||||
this.index ='FStockId'
|
this.index ='FStockId'
|
||||||
}
|
}
|
||||||
this._getStructCount()
|
this._getStructCount(e)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async _getStructCount () {
|
async _getStructCount (e) {
|
||||||
try {
|
try {
|
||||||
let res = await getStructCount()
|
let res = await getStructCount(e)
|
||||||
if (res) {
|
if (res) {
|
||||||
this.kwData = res
|
this.kwData = res
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user