|
@@ -248,7 +248,7 @@
|
|
|
},
|
|
},
|
|
|
onUnitPriceChange: function () {
|
|
onUnitPriceChange: function () {
|
|
|
let price = this.sayPriceObj.unitPrice
|
|
let price = this.sayPriceObj.unitPrice
|
|
|
- if (price >= 9999) {
|
|
|
|
|
|
|
+ if (price >= 10000) {
|
|
|
this.sayPriceObj.unitPrice = price.substring(0, 4)
|
|
this.sayPriceObj.unitPrice = price.substring(0, 4)
|
|
|
} else if (price.indexOf('.') > -1) {
|
|
} else if (price.indexOf('.') > -1) {
|
|
|
let arr = price.split('.')
|
|
let arr = price.split('.')
|
|
@@ -597,7 +597,7 @@
|
|
|
input {
|
|
input {
|
|
|
width: 32px;
|
|
width: 32px;
|
|
|
height: 26px;
|
|
height: 26px;
|
|
|
- padding: 0 0 0 3px;
|
|
|
|
|
|
|
+ padding: 0 0 0 6px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
&:nth-child(4) {
|
|
&:nth-child(4) {
|