|
@@ -616,6 +616,9 @@ export default {
|
|
|
minusSelectBig(){
|
|
minusSelectBig(){
|
|
|
let selectList = this.tableData[this.tableDataIndex];
|
|
let selectList = this.tableData[this.tableDataIndex];
|
|
|
if(this.tableData[this.tableDataIndex].big==1){
|
|
if(this.tableData[this.tableDataIndex].big==1){
|
|
|
|
|
+ setTimeout(()=>{
|
|
|
|
|
+ this.seekVal = '';
|
|
|
|
|
+ },100)
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
// if(Number(selectList.stock)<Number(selectList.big-1) + Number(selectList.small) / Number(selectList.ratio)){
|
|
// if(Number(selectList.stock)<Number(selectList.big-1) + Number(selectList.small) / Number(selectList.ratio)){
|