Add custom serials

This commit is contained in:
Swift
2024-02-09 22:04:14 +03:30
parent ddb290241d
commit 7438a95166
9 changed files with 48 additions and 22 deletions
+3 -1
View File
@@ -132,6 +132,7 @@ export default {
inquiryType: 'guaranteeSerial',
checkingSerial: false,
brands:[],
g: 1
}
},
head() {
@@ -178,7 +179,8 @@ export default {
this.checkingSerial = true
const data = {
serial: this.serial,
type: this.inquiryType
type: this.inquiryType,
g: this.g
}
const loading = this.$loading({
lock: true,