Browse Source

修复商品管理中待审核bug以及增加默认选择通过

wzy 8 months ago
parent
commit
5ae311c10c

+ 27 - 6
package-lock.json

@@ -12,6 +12,7 @@
         "@amap/amap-jsapi-loader": "^1.0.1",
         "axios": "0.18.1",
         "core-js": "3.6.5",
+        "countup.js": "^2.8.0",
         "echarts": "^4.9.0",
         "element-ui": "^2.15.12",
         "es6-promise": "^4.2.8",
@@ -27,6 +28,7 @@
         "swiper": "^5.4.5",
         "vue": "^2.6.14",
         "vue-awesome-swiper": "^4.1.1",
+        "vue-countup-v2": "^4.0.0",
         "vue-lang": "^0.2.5",
         "vue-quill-editor": "^3.0.6",
         "vue-router": "3.0.6",
@@ -6745,6 +6747,11 @@
         "node": ">=4"
       }
     },
+    "node_modules/countup.js": {
+      "version": "2.8.0",
+      "resolved": "https://registry.npmmirror.com/countup.js/-/countup.js-2.8.0.tgz",
+      "integrity": "sha512-f7xEhX0awl4NOElHulrl4XRfKoNH3rB+qfNSZZyjSZhaAoUk6elvhH+MNxMmlmuUJ2/QNTWPSA7U4mNtIAKljQ=="
+    },
     "node_modules/create-ecdh": {
       "version": "4.0.4",
       "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz",
@@ -20795,6 +20802,19 @@
         "vue": "2.x"
       }
     },
+    "node_modules/vue-countup-v2": {
+      "version": "4.0.0",
+      "resolved": "https://registry.npmmirror.com/vue-countup-v2/-/vue-countup-v2-4.0.0.tgz",
+      "integrity": "sha512-XjKeHo1ndRlJtXvHd6B1eWOpbrJDdNU3rdYZwVPv2YlUXbvthsBT4kms5Fc/mn9RdXPrMX2H/ktAAQtKjWFisw==",
+      "engines": {
+        "node": ">=8",
+        "npm": ">=5"
+      },
+      "peerDependencies": {
+        "countup.js": "latest",
+        "vue": "latest"
+      }
+    },
     "node_modules/vue-eslint-parser": {
       "version": "9.4.2",
       "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-9.4.2.tgz",
@@ -27721,7 +27741,7 @@
     },
     "countup.js": {
       "version": "2.8.0",
-      "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.8.0.tgz",
+      "resolved": "https://registry.npmmirror.com/countup.js/-/countup.js-2.8.0.tgz",
       "integrity": "sha512-f7xEhX0awl4NOElHulrl4XRfKoNH3rB+qfNSZZyjSZhaAoUk6elvhH+MNxMmlmuUJ2/QNTWPSA7U4mNtIAKljQ=="
     },
     "create-ecdh": {
@@ -28480,7 +28500,7 @@
       "dependencies": {
         "entities": {
           "version": "2.2.0",
-          "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
+          "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz",
           "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
           "dev": true
         }
@@ -29915,7 +29935,7 @@
       "dependencies": {
         "debug": {
           "version": "2.6.9",
-          "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+          "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
           "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
           "dev": true,
           "requires": {
@@ -36509,7 +36529,7 @@
       "dependencies": {
         "debug": {
           "version": "2.6.9",
-          "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+          "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
           "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
           "dev": true,
           "requires": {
@@ -38900,8 +38920,9 @@
     },
     "vue-countup-v2": {
       "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/vue-countup-v2/-/vue-countup-v2-4.0.0.tgz",
-      "integrity": "sha512-XjKeHo1ndRlJtXvHd6B1eWOpbrJDdNU3rdYZwVPv2YlUXbvthsBT4kms5Fc/mn9RdXPrMX2H/ktAAQtKjWFisw=="
+      "resolved": "https://registry.npmmirror.com/vue-countup-v2/-/vue-countup-v2-4.0.0.tgz",
+      "integrity": "sha512-XjKeHo1ndRlJtXvHd6B1eWOpbrJDdNU3rdYZwVPv2YlUXbvthsBT4kms5Fc/mn9RdXPrMX2H/ktAAQtKjWFisw==",
+      "requires": {}
     },
     "vue-eslint-parser": {
       "version": "9.4.2",

+ 11 - 3
src/views/renovation/commoditySystem/components/ProductReview.vue

@@ -3,6 +3,7 @@
     :visible.sync="visible"
     v-bind="modalOptions"
     append-to-body
+    @close="diaClose""
   >
     <el-form
       ref="formData"
@@ -53,7 +54,7 @@ export default {
       visible: false,
       formData: {
         productId: '',
-        shelveState: '',
+        shelveState: 1,
         reject: ''
       },
       formRules: {
@@ -89,11 +90,14 @@ export default {
     },
     handleOpen(params = {}) {
       this.modalOptions.title = '上架审核'
+      //  重置表单
+      this.$refs.formData && this.$refs.formData.resetFields()
       this.formData.productId = params.productId
+      console.log(params.productId,this.formData.productId);
       // this.formData = Object.assign(this.$options.data().formData, params)
       this.visible = true
-      this.initList()
-      this.$refs.formData && this.$refs.formData.resetFields()
+      // this.initList()
+      // this.$refs.formData && 
     },
     handleSubmit() {
       this.$refs.formData.validate(async (valid) => {
@@ -123,6 +127,10 @@ export default {
           return false
         }
       })
+    },
+    //  关闭弹框 重置 id
+    diaClose(){
+      // this.formData.productId = ''
     }
   }
 }