Showing
1 changed file
with
4 additions
and
2 deletions
| @@ -97,7 +97,7 @@ | @@ -97,7 +97,7 @@ | ||
| 97 | </uni-list> | 97 | </uni-list> |
| 98 | </view> | 98 | </view> |
| 99 | <view class="dialog_footer"> | 99 | <view class="dialog_footer"> |
| 100 | - <button class="btn confirm" type="primary" @click="onApplyDelaySave">保存</button> | 100 | + <button class="btn confirm" type="primary" @click="onApplyDelaySave">提交</button> |
| 101 | </view> | 101 | </view> |
| 102 | </view> | 102 | </view> |
| 103 | </uni-popup> | 103 | </uni-popup> |
| @@ -211,6 +211,7 @@ export default { | @@ -211,6 +211,7 @@ export default { | ||
| 211 | uni.showToast({ title: (e && e.msg) || '保存失败', icon: 'none' }) | 211 | uni.showToast({ title: (e && e.msg) || '保存失败', icon: 'none' }) |
| 212 | } | 212 | } |
| 213 | }, | 213 | }, |
| 214 | + // 申请延期 | ||
| 214 | applyDelayFun(id) { | 215 | applyDelayFun(id) { |
| 215 | getShipmentPlanDetailApi(id).then(res => { | 216 | getShipmentPlanDetailApi(id).then(res => { |
| 216 | if (res && res.data) { | 217 | if (res && res.data) { |
| @@ -254,7 +255,8 @@ export default { | @@ -254,7 +255,8 @@ export default { | ||
| 254 | } catch (e) { | 255 | } catch (e) { |
| 255 | uni.showToast({ title: (e && e.msg) || '保存失败', icon: 'none' }) | 256 | uni.showToast({ title: (e && e.msg) || '保存失败', icon: 'none' }) |
| 256 | } | 257 | } |
| 257 | - } | 258 | + }, |
| 259 | + // 拆分 | ||
| 258 | } | 260 | } |
| 259 | } | 261 | } |
| 260 | </script> | 262 | </script> |