Browse Source

no message

FengChaoYu 3 năm trước cách đây
mục cha
commit
50bca43392

+ 3 - 2
src/views/supply/engin/components/commerce_form.vue

@@ -435,7 +435,7 @@ export default {
       salesmanList: [],
     }
   },
-  
+
   computed: {
     isDealer() {
       return JSON.parse(localStorage.getItem("supply_user")).isCustomer
@@ -624,7 +624,8 @@ export default {
     // 选择工程登录
     chooseItem(id) {
       getComLoginDetail({
-        recordNo: id
+        recordNo: id,
+        enginOrderId: this.mainForm.orderNum
       }).then(res => {
         this.isShowDialog = false;
         let data = res.data;

+ 2 - 1
src/views/supply/engin/components/home_form.vue

@@ -729,7 +729,8 @@ export default {
       getHomeLoginDetail({
         recordNo: id,
         saleTypeId: this.mainForm.saleType,
-        userId: uid
+        userId: uid,
+        enginOrderId: this.mainForm.orderNum
       }).then(res => {
         this.isShowDialog = false;
         let data = res.data;