Compare commits

..

No commits in common. '105b50b13beec267162aae4129548ce38703e6a7' and '97f65c17a9c0f54a5d05320808a8b986cbacd72c' have entirely different histories.

@ -142,7 +142,7 @@ export default class LoginPage extends BasePage {
// console.log('Version////', this.Version); // console.log('Version////', this.Version);
} }
///****************** ///******************
version = '0.0.183'; // version = '0.0.182'; //
//version = '0.0.14'; // //version = '0.0.14'; //
//*************** false true **************** //*************** false true ****************
//isTest = true; //isTest = true;

@ -34,7 +34,6 @@
</u-col> </u-col>
</u-row> </u-row>
</view> </view>
<u-toast ref="uToast" />
</view> </view>
</template> </template>
@ -123,14 +122,6 @@ export default class sapStockPo extends BasePage {
getList() { getList() {
getSapStockList(this.queryParams).then((res) => { getSapStockList(this.queryParams).then((res) => {
if (res.total === 0) {
uni.showModal({
title: '提示',
content: '未查询到该物料或该物料库存为0',
confirmText: '确认',
showCancel: false,
});
}
this.sapStockList = res.rows; this.sapStockList = res.rows;
this.total = res.total; this.total = res.total;
}); });

Loading…
Cancel
Save