Browse Source

修改bug

qukaidi 3 năm trước cách đây
mục cha
commit
2c3576c9d3
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      src/views/purchase/contract/detailsPage.vue

+ 3 - 2
src/views/purchase/contract/detailsPage.vue

@@ -1281,8 +1281,9 @@ export default {
       res.data.forEach(item => {
         const params = {
           ...item,
-          price: this.form.salesPrice,
-          cntrNum: 1,
+          itemType:item.specificationAndModel,
+          cntrNo:item.containerNo,
+          orderQuantity:item.number,
         }
         this.$refs.crudContact.rowCellAdd(params)
       })