jf 5 ani în urmă
părinte
comite
bf3723d4f6
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      ghs/src/views/order/add.vue

+ 3 - 0
ghs/src/views/order/add.vue

@@ -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)){