Merge branch 'develop'
This commit is contained in:
commit
88e9d90ae8
@ -159,9 +159,9 @@ Page({
|
|||||||
});
|
});
|
||||||
return false
|
return false
|
||||||
};
|
};
|
||||||
console.log(typeof this.data.prescription_num);
|
// console.log(typeof this.data.prescription_num);
|
||||||
console.log(typeof this.data.select_drug_stock)
|
// console.log(typeof this.data.select_drug_stock)
|
||||||
if(Number(this.data.prescription_num)>Number(this.data.select_drug_stock)){
|
if(Number(save_durg_prescription_product_num)>Number(this.data.select_drug_stock)){
|
||||||
Dialog.alert({
|
Dialog.alert({
|
||||||
message: '输入药品数量不能大于库存',
|
message: '输入药品数量不能大于库存',
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user