Browse Source

采购申请录入添加默认值

caojunjie 3 years ago
parent
commit
2e8c3decde
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/purchaseRequest/index.vue

+ 3 - 3
src/views/purchaseRequest/index.vue

@@ -1556,14 +1556,14 @@ export default {
         case '录入明细':
           this.contentList.push({
             fFeeid: '',
-            fUnitprice: '',
             fPurchase: '',
-            fQty: '',
             fFeeunitid: '',
-            fAmount: '',
             fStltypeid: '',
             remark: '',
             createTime: '',
+            fAmount:0,
+            fQty:0,
+            fUnitprice:0,
             createBy: Cookies.get('userName'),
             fReviewDate: '',
             operation: ''