ソースを参照

Merge branch 'develop_szhj07' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_szhj07

lilei 2 年 前
コミット
e14c5eb985

+ 1 - 1
src/views/numsGoodsShelves/recallStockManagement/editStock.vue

@@ -124,7 +124,7 @@ export default {
   methods: {
     handleBack (val) {
       const flag = this.loadDataList.every(con => con.putCost != null && con.putCost != '')
-      if (!flag) {
+      if (!flag && val == 1) {
         this.$message.warning('入库单价不能为空!')
         return
       }