|
@@ -221,7 +221,7 @@ export default {
|
|
|
|
|
|
return {
|
|
|
supplier_name: "",
|
|
|
- accountNames:"",
|
|
|
+ accountNames: "",
|
|
|
loading: false,
|
|
|
title: "添加仓库",
|
|
|
showModelThis: this.showModel,
|
|
@@ -415,7 +415,7 @@ export default {
|
|
|
} = res.data;
|
|
|
|
|
|
this.supplier_name = supplier_name;
|
|
|
- this.accountNames = contactor_name
|
|
|
+ this.accountNames = contactor_name;
|
|
|
this.ruleForm = {
|
|
|
name: name, // 仓库名称
|
|
|
supplierNo: [supplierNo], //供应商编码
|
|
@@ -451,19 +451,19 @@ export default {
|
|
|
this.supplier_name = "";
|
|
|
this.accountNames = "";
|
|
|
this.ruleForm = {
|
|
|
- name: "测试测试", // 仓库名称
|
|
|
+ name: "", // 仓库名称
|
|
|
supplierNo: [], //供应商编码
|
|
|
// wsmtype: "", //仓库类型 目前随便填
|
|
|
addr_code: [], //仓库省市区
|
|
|
- addr: "测试地址测试地址", //仓库详细地址
|
|
|
+ addr: "", //仓库详细地址
|
|
|
contactor: [], //仓库联系人
|
|
|
- mobile: "1989898977", //仓库联系方式
|
|
|
+ mobile: "", //仓库联系方式
|
|
|
// position: "", //联系人职位 目前随便填
|
|
|
// wsm_type: "", //目前随便填
|
|
|
|
|
|
- wsm_name: "张三", //收发货联系人
|
|
|
- wsm_mobile: "19888888888", //收发货联系方式
|
|
|
- wsm_addr: "测试1", //收发货地址详细
|
|
|
+ wsm_name: "", //收发货联系人
|
|
|
+ wsm_mobile: "", //收发货联系方式
|
|
|
+ wsm_addr: "", //收发货地址详细
|
|
|
addrs_code: [], //收发货省市区
|
|
|
};
|
|
|
}
|