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