diff --git a/src/views/inventory/supInoutSearchOrder.vue b/src/views/inventory/supInoutSearchOrder.vue
index 0ba6c12e..8133fcef 100644
--- a/src/views/inventory/supInoutSearchOrder.vue
+++ b/src/views/inventory/supInoutSearchOrder.vue
@@ -266,6 +266,11 @@ export default {
getList() {
this.loading = true;
this.filterQuery.actionType = this.actionType;
+ if(this.filterQuery.actionType=='preInDetail'){
+ this.filterQuery.invCode='1000001'
+ }else if(this.filterQuery.actionType=='preDetail'){
+ this.filterQuery.invCode='1000002'
+ }
getResultOrderList(this.filterQuery)
.then((response) => {
if (response.code === 20000) {
diff --git a/src/views/purchase/company/supCompanyAdd.vue b/src/views/purchase/company/supCompanyAdd.vue
index 0b5d4c20..963bcd44 100644
--- a/src/views/purchase/company/supCompanyAdd.vue
+++ b/src/views/purchase/company/supCompanyAdd.vue
@@ -73,7 +73,7 @@
>
diff --git a/src/views/purchase/company/supCompanyEditDialog.vue b/src/views/purchase/company/supCompanyEditDialog.vue
index 887b9786..6a0befef 100644
--- a/src/views/purchase/company/supCompanyEditDialog.vue
+++ b/src/views/purchase/company/supCompanyEditDialog.vue
@@ -259,7 +259,7 @@ export default {
type: Function,
required: true,
},
- inputQuery: {
+ inputEdit: {
type: Object,
required: true,
},
@@ -279,6 +279,13 @@ export default {
imgViewerVisible: false,
imgList: [],
options: regionDataPlus,
+ inputQuery:{
+ customerId: null,
+ companyName: null,
+ contacts: null,
+ mobile: null,
+ detailAddr: null,
+ },
rules: {
companyName: [
{
@@ -417,6 +424,7 @@ export default {
ADMIN_ID: store.getters.adminId,
ADMIN_TOKEN: store.getters.token,
};
+ this.inputQuery=this.inputEdit
if (this.inputQuery.areaCode != null)
this.selectedOptions = this.inputQuery.areaCode.split(",");
}
@@ -512,12 +520,13 @@ export default {
,
getCompanyId(){
var row=this.maintainsList.find(item => item.id == this.inputQuery.companyName);
- this.inputQuery.customerId= row.erpId
- this.inputQuery.companyName= row.name
- this.inputQuery.contacts=row.contact
- this.inputQuery.mobile=row.mobile
- this.inputQuery.detailAddr=row.addr
+ this.$set(this.inputQuery,"mobile",row.mobile);
+ this.$set(this.inputQuery,"customerId",row.erpId);
+ this.$set(this.inputQuery,"companyName",row.name);
+ this.$set(this.inputQuery,"contacts",row.contact);
+ this.$set(this.inputQuery,"detailAddr",row.addr);
this.customerId=this.inputQuery.customerId;
+ console.log(this.inputQuery)
this.getCompanyCertList();
},
diff --git a/src/views/remind/invRemindMsg.vue b/src/views/remind/invRemindMsg.vue
index 54c30611..5062d49c 100644
--- a/src/views/remind/invRemindMsg.vue
+++ b/src/views/remind/invRemindMsg.vue
@@ -252,7 +252,7 @@
diff --git a/src/views/userManage/bindPlatform.vue b/src/views/userManage/bindPlatform.vue
index 2b85c3d6..f0ed7334 100644
--- a/src/views/userManage/bindPlatform.vue
+++ b/src/views/userManage/bindPlatform.vue
@@ -8,7 +8,7 @@
-
+
diff --git a/src/views/userManage/platform.vue b/src/views/userManage/platform.vue
index d78ef1da..7dd120a9 100644
--- a/src/views/userManage/platform.vue
+++ b/src/views/userManage/platform.vue
@@ -8,7 +8,7 @@
-
+