uniapp-cli版本检查问题修复

master
hou 3 years ago
parent 89d4867fe2
commit dd88df3da8

@ -6,6 +6,9 @@
"versionCode": 1,
"transformPx": false,
"app-plus": {
"compatible": {
"ignoreVersion": true //trueHBuilderX1.9.0
},
/* 5+App */
"modules": {},
/* */

@ -92,8 +92,8 @@ export default class rawMaterialInventory extends BasePage {
return;
}
await this.model.rawMaterialInventoryCheckRaw(this.pddNo);
this.allNum = 0;
if (this.model.InventoryList.length != 0) {
this.allNum = 0;
this.model.InventoryList.forEach((item: any) => {
this.allNum += parseFloat(item.spQty);
});

Loading…
Cancel
Save