From 39c4a02285a051fd4fbcd5e84234f1f9ddda20be Mon Sep 17 00:00:00 2001 From: zcstatham <578322713@qq.com> Date: Wed, 31 Aug 2022 02:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=87=8D=E5=A4=8D=E8=BD=A6?= =?UTF-8?q?=E6=9E=B6=E6=95=B0=E6=8D=AE=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/view/repeat/edit.html | 222 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 app/view/repeat/edit.html diff --git a/app/view/repeat/edit.html b/app/view/repeat/edit.html new file mode 100644 index 0000000..a93410c --- /dev/null +++ b/app/view/repeat/edit.html @@ -0,0 +1,222 @@ +{extend name="public/base" /} +{block name="header"} + +{/block} +{block name="body"} +
+
+
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ {if $info.is_export_bhx == 0 && $info.is_update_bhx == 0 && $info.is_export_bmc == 0 && + $info.is_export_failed == 0 && $info.is_export_none_bmc == 0 && $info.is_export_failed_bmc == 0} + 未处理 + {/if} + {if $info.is_export_bhx > 0 /} + 导出至清洗 + {/if} + {if $info.is_export_bhx > 0 && $info.is_update_bhx > 0 /} + 清洗成功 + {/if} + {if $info.is_export_bhx > 0 && $info.is_update_bhx < 0 /} + 清洗失败 + {/if} + {if $info.is_export_bhx > 0 && $info.is_export_failed > 0 /} + 导出清洗失败 + {/if} + {if $info.is_export_bhx > 0 && $info.is_export_failed_bmc > 0 /} + 导出清洗失败至上传 + {/if} + {if $info.is_export_bhx > 0 && $info.is_update_bhx > 0 && $info.is_export_bmc > 0 /} + 导出清洗成功至上传 + {/if} + {if $info.is_export_none_bmc > 0 /} + 导出未处理至上传 + {/if} +
+
+
+ +
+
+
+{/block} +{block name="script"} + +{/block}