Commit 9a8e4513 by liangjianmin

js

parent 363e801d
Showing with 6 additions and 1 deletions
......@@ -33,7 +33,7 @@
</view>
<view class="pp row verCenter mb0">
<text class="t1">采购备注:</text>
<text class="t2">--</text>
<text class="t2">{{ form.checkIn.remark || '--' }}</text>
</view>
</view>
<view class="receiving-information">
......@@ -274,6 +274,11 @@ export default {
title: res.err_msg,
icon: 'success'
});
setTimeout(() => {
uni.navigateBack({
delta: 1
});
}, 2000);
} else {
uni.showModal({
title: '提示',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment