提交 e3104ef4 编写于 作者: shuang.zhou's avatar shuang.zhou

Merge branch 'feature/finance-zs' into 'testing/finance'

去除业务类型

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!418
...@@ -901,7 +901,7 @@ ...@@ -901,7 +901,7 @@
import { openLoading, closeLoading, signFigures } from "../../utils/utils"; import { openLoading, closeLoading, signFigures } from "../../utils/utils";
import { isEmptyUtils } from "@/utils/index"; import { isEmptyUtils } from "@/utils/index";
import { doUpload, getFilePath, createFilePath } from "../../utils/qiniu-util"; import { doUpload, getFilePath, createFilePath } from "../../utils/qiniu-util";
import { updateGoods ,updateStock,dosageAll,getDeparts,getGoodsList, getGoodDetails, updateGoodsV2, getHospitalInfoByStoreId, getCheckPackageIdList, getTypeCodeList,getBusinessCategory,getContractList, getCooperationProjectList} from '@/utils/goods'; import { updateGoods ,updateStock,dosageAll,getDeparts,getGoodsList, getGoodDetails, updateGoodsV2, getHospitalInfoByStoreId, getCheckPackageIdList, getTypeCodeList,getContractList, getCooperationProjectList} from '@/utils/goods';
import { getStoreAdressRepot } from "@/utils/shop"; import { getStoreAdressRepot } from "@/utils/shop";
import Cropper from '@/components/common/cropper.vue' import Cropper from '@/components/common/cropper.vue'
import { originRules1, originRules2, originRules, originRules3 } from './rules'; import { originRules1, originRules2, originRules, originRules3 } from './rules';
...@@ -1080,7 +1080,7 @@ ...@@ -1080,7 +1080,7 @@
this.curmbThird = this.title; this.curmbThird = this.title;
this.formData.storeId = Number(storeId) || ''; this.formData.storeId = Number(storeId) || '';
this.getTypeCodeList(); this.getTypeCodeList();
this.getBusinessCategory(); // this.getBusinessCategory();
this.getLever(0,1) this.getLever(0,1)
this.getCooperationProjectList(); this.getCooperationProjectList();
this.getContractList(); this.getContractList();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册