提交 eafe4b2c 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [后台服务,演示应用]

上级 7bd6bea4
......@@ -1078,6 +1078,20 @@ export default class UI_0007Base extends Vue implements ControlInterface {
if(Object.is(name, 'ibizuniproductname')){
const details: string[] = ['unit', 'unitprice'];
if(await this.checkItem('ibizuniproductname')){
this.updateFormItems('GetUnitAndPrice', this.data, details, true);
}
}
if(Object.is(name, 'quantity')){
const details: string[] = ['amount'];
if(await this.checkItem('quantity')){
this.updateFormItems('CountMoney', this.data, details, true);
}
}
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册