提交 84fd4118 编写于 作者: 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!420
......@@ -1470,13 +1470,6 @@
},
updateStock(){
let r = /^\+?[1-9][0-9]*$/;
const {cooperationProjectId, contractId} = this.formData3;
if ((cooperationProjectId && !contractId) || (!cooperationProjectId && contractId)) {
return this.$message({
message: '请选择项目-合同名称',
type: 'warning'
});
}
//造假 接口来了删掉
if(this.stock.num <= 0){
return this.$message({
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册