更新编程记录相关
This commit is contained in:
@@ -35,7 +35,7 @@ class sf_programming_reason(models.TransientModel):
|
||||
'current_programming_count': cloud_programming['reprogramming_num'],
|
||||
'target_production_id': cloud_programming['production_order_no'],
|
||||
'apply_time': self._context.get('default_apply_time'),
|
||||
'send_time': cloud_programming['send_time'],
|
||||
'send_time': False,
|
||||
})
|
||||
|
||||
# 返回弹窗提示“已下达编程任务和消息,请等待编程单下发”
|
||||
|
||||
@@ -25,10 +25,11 @@
|
||||
<field name="arch" type="xml">
|
||||
<form>
|
||||
<p>已下达编程任务和消息,请等待编程单下发!</p>
|
||||
<footer>
|
||||
<button string="关闭" special="cancel" class="btn-secondary"/>
|
||||
</footer>
|
||||
</form>
|
||||
<footer>
|
||||
<button string="关闭" special="cancel" class="btn-secondary"/>
|
||||
</footer>
|
||||
|
||||
</field>
|
||||
</record>
|
||||
<!-- 重新编程原因弹窗 -->
|
||||
|
||||
Reference in New Issue
Block a user