Jelajahi Sumber

Merge branch 'master' of http://36.137.93.232:3000/hf/byte-sailing-vue

cz 2 tahun lalu
induk
melakukan
96e2493d3f

+ 1 - 0
src/components/form-test/index.vue

@@ -9,6 +9,7 @@
     :model="insideData"
     :rules="insideRules"
     label-width="auto"
+    @submit.native.prevent
   >
     <el-row>
       <el-col

+ 1 - 1
src/views/product-material/product/index.vue

@@ -138,7 +138,7 @@
             top="60px"
           >
             <div class="search-box">
-              <el-form :form="req" label-position="top" label-width="100px">
+              <el-form :form="req" label-position="top" label-width="100px" @submit.native.prevent>
                 <el-form-item
                   :label="$t('product_material.product.productType')"
                 >

+ 1 - 1
src/views/purchase-management/purchase/index.vue

@@ -238,7 +238,7 @@ export default {
       });
     },
     isSelectable(row) {
-      if (row.status != 10) {
+      if (row.status != 30) {
         return false;
       } else {
         return true;