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