浏览代码

bug 修复

lilei 2 年之前
父节点
当前提交
b12deeddd5
共有 2 个文件被更改,包括 3 次插入9 次删除
  1. 1 1
      public/version.json
  2. 2 8
      src/views/purchasingManagement/purchaseReturnApplyForm/creatPurchaseReutn.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1661400696117
+  "version": 1661406078515
 }

+ 2 - 8
src/views/purchasingManagement/purchaseReturnApplyForm/creatPurchaseReutn.vue

@@ -115,15 +115,9 @@ export default {
         if (res.status == 200) {
           if (res.data && res.data.length) {
             this.$info({
-              title: '提示',
+              title: '以下产品库存不足',
               centered: true,
-              content: (h) => {
-                const content = []
-                res.data.map(item => {
-                  content.push(h('div', item))
-                })
-                return h('div', content)
-              }
+              content: res.data.toString()
             })
           } else {
             this.$emit('creatOk')