Commit 672d7414 authored by pengyunqian's avatar pengyunqian

Merge branch 'dev' of https://git.yidian-inc.com:8021/bp/op-web-service into pyq_goods

parents 23edc78a 19293041
...@@ -259,7 +259,7 @@ export default { ...@@ -259,7 +259,7 @@ export default {
name: null, // 企业名称(!) name: null, // 企业名称(!)
entterprise_image_url: null, // 金山云图片地址(!) entterprise_image_url: null, // 金山云图片地址(!)
/* *********身份认证信息********* */ /* *********身份认证信息********* */
record_id: null, // 企业认证id enterprise_auth_record_id: null, // 企业认证id
front_img: "", // 身份证正面照的金山云objectid(!) front_img: "", // 身份证正面照的金山云objectid(!)
bak_img: "", // 身份证反面照的尖山云objeid(!) bak_img: "", // 身份证反面照的尖山云objeid(!)
idcard_number: "", // 身份证号(!) idcard_number: "", // 身份证号(!)
...@@ -406,7 +406,7 @@ export default { ...@@ -406,7 +406,7 @@ export default {
}; };
postBusiness(enterpriseQuery).then(res => { postBusiness(enterpriseQuery).then(res => {
if (res.code !== 0) return this.$message.error(res.reason); if (res.code !== 0) return this.$message.error(res.reason);
this.establishForm.enterprise_id = this.establishForm.enterprise_auth_record_id =
res.result.enterprise_auth_record_id; res.result.enterprise_auth_record_id;
// 提交法人信息 // 提交法人信息
this.uploadLegal(); this.uploadLegal();
......
...@@ -627,7 +627,7 @@ import { ...@@ -627,7 +627,7 @@ import {
checkGoodsName, checkGoodsName,
getShopsList, getShopsList,
postAddShop, postAddShop,
// editGoods editGoods
} from "@/service/Goods/goods"; } from "@/service/Goods/goods";
import { GOODS_URI } from "../../../../server/config.js"; import { GOODS_URI } from "../../../../server/config.js";
...@@ -1276,12 +1276,12 @@ export default { ...@@ -1276,12 +1276,12 @@ export default {
console.log(query); console.log(query);
// const res = await editGoods(query); const res = await editGoods(query);
// if (res.code !== 0) { if (res.code !== 0) {
// return this.$message.error(res.reason); return this.$message.error(res.reason);
// } }
// this.$message.success("商品编辑成功!"); this.$message.success("商品编辑成功!");
// this.$router.replace({ name: "GoodsList" }); this.$router.replace({ name: "GoodsList" });
} }
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment