@layout("/common/_container.html"){
|
<style>
|
.newWidth, .single-line{
|
max-width:150px !important;display: initial !important;
|
}
|
</style>
|
<div class="ibox float-e-margins">
|
<div class="ibox-content">
|
<div class="form-horizontal">
|
<input hidden id="id" value="${item.id}">
|
<div class="row">
|
<div class="col-sm-11">
|
<div class="form-group">
|
<div class="col-sm-10">
|
|
@if(language==1){
|
活动名称: <input type="text" value="${item.name}" name="zc1" id="zc1" class="form-control newWidth" readonly /> 有效为:<input type="text" value="${startTime}${endTime}" name="createTime" id="createTime" class="form-control newWidth" readonly />
|
@}
|
@if(language==2){
|
Activity nameActivity name: <input type="text" value="${item.name}" name="zc1" id="zc1" class="form-control newWidth" readonly /> Expiry to :<input type="text" value="${startTime}${endTime}" name="createTime" id="createTime" class="form-control newWidth" readonly />
|
@}
|
@if(language==3){
|
Nama aktivitas: <input type="text" value="${item.name}" name="zc1" id="zc1" class="form-control newWidth" readonly /> Kedaluwarsa:<input type="text" value="${startTime}${endTime}" name="createTime" id="createTime" class="form-control newWidth" readonly />
|
@}
|
<br/>
|
<br/>
|
@if(language==1){
|
司机邀请司机注册
|
@}
|
@if(language==2){
|
Invite drivers to register
|
@}
|
@if(language==3){
|
Undang driver untuk mendaftar
|
@}
|
<br/>
|
<br/>
|
@if(language==1){
|
司机注册既赠送 <input type="text" @if(isNotEmpty(regist1)){
|
value="${regist1.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@}
|
@if(language==2){
|
The driver will be given for registration <input type="text" @if(isNotEmpty(regist1)){
|
value="${regist1.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@}
|
@if(language==3){
|
Pengemudi akan diberikan untuk pendaftaran <input type="text" @if(isNotEmpty(regist1)){
|
value="${regist1.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@}
|
<br/>
|
<br/>
|
@if(language==1){
|
司机邀请用户注册
|
@}
|
@if(language==2){
|
Drivers invite users to register
|
@}
|
@if(language==3){
|
Driver mengundang pengguna untuk mendaftar
|
@}
|
<br/>
|
<br/>
|
@if(language==1){
|
用户注册既赠送 <input type="text" @if(isNotEmpty(regist2)){
|
value="${regist2.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@}
|
@if(language==2){
|
The user is given <input type="text" @if(isNotEmpty(regist2)){
|
value="${regist2.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp for registration
|
@}
|
@if(language==3){
|
Pengguna diberikan <input type="text" @if(isNotEmpty(regist2)){
|
value="${regist2.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp untuk pendaftaran
|
@}
|
<br/>
|
<br/>
|
@if(language==1){
|
司机APP每天累计在线奖励
|
@}
|
@if(language==2){
|
APP accumulates online rewards every day.
|
@}
|
@if(language==3){
|
Aplikasi mengumpulkan hadiah online setiap hari.
|
@}
|
<br/>
|
<br/>
|
@if(language==1){
|
摩托车累计在线 <input type="text" @if(isNotEmpty(online1)){
|
value="${online1.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> 小时奖励
|
<input type="text" @if(isNotEmpty(online1)){
|
value="${online1.num2}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@}
|
@if(language==2){
|
Motocycle keeping online <input type="text" @if(isNotEmpty(online1)){
|
value="${online1.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> hours accumulatively will be reward
|
<input type="text" @if(isNotEmpty(online1)){
|
value="${online1.num2}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@}
|
@if(language==3){
|
MOTOCYCLE Menjaga jam online <input type="text" @if(isNotEmpty(online1)){
|
value="${online1.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> secara akumulatif akan menjadi hadiah
|
<input type="text" @if(isNotEmpty(online1)){
|
value="${online1.num2}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@}
|
<br/>
|
<br/>
|
@if(language==1){
|
同城快送累计在线 <input type="text" @if(isNotEmpty(online3)){
|
value="${online3.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> 小时奖励
|
<input type="text" @if(isNotEmpty(online3)){
|
value="${online3.num2}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@}
|
@if(language==2){
|
Intra-city express delivery keeping online <input type="text" @if(isNotEmpty(online3)){
|
value="${online3.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> hours accumulatively will be reward
|
<input type="text" @if(isNotEmpty(online3)){
|
value="${online3.num2}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@}
|
@if(language==3){
|
Intra-City Express Delivery Keep Online <input type="text" @if(isNotEmpty(online3)){
|
value="${online3.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> jam secara akumulatif akan menjadi hadiah
|
<input type="text" @if(isNotEmpty(online3)){
|
value="${online3.num2}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@}
|
<br/>
|
<br/>
|
|
@if(language==1){
|
司机累计达到规定订单数奖励
|
@for(o in order){
|
<br/>
|
<br/>
|
每天
|
<input type="text" @if(isNotEmpty(o)){
|
value="${o.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> 司机接单完成
|
|
<br/>
|
<br/>
|
<input type="text" @if(isNotEmpty(o)){
|
value="${o.num2[0].num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> 单既奖励
|
<input type="text" @if(isNotEmpty(o)){
|
value="${o.num2[0].num2}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@for(var i = 0;i< o.number; i++){
|
@if(i>0){
|
<br/>
|
<br/>
|
司机累计接单完成 <input type="text" name="num12" id="num12" class="form-control newWidth" value="${o.num2[i].num1}" readonly/>单既奖励 <input type="text" name="num13" id="num13" value="${o.num2[i].num2}" class="form-control newWidth" readonly/> Rp
|
@}
|
@}
|
|
@}
|
@}
|
@if(language==2){
|
Reward for drivers to reach the specified number of orders.
|
@for(o in order){
|
<br/>
|
<br/>
|
Every Day
|
<input type="text" @if(isNotEmpty(o)){
|
value="${o.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> the driver will be rewarded with
|
|
<br/>
|
<br/>
|
<input type="text" @if(isNotEmpty(o)){
|
value="${o.num2[0].num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp for completing the () order.
|
<input type="text" @if(isNotEmpty(o)){
|
value="${o.num2[0].num2}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@for(var i = 0;i< o.number; i++){
|
@if(i>0){
|
<br/>
|
<br/>
|
The driver will be rewarded with <input type="text" name="num12" id="num12" class="form-control newWidth" value="${o.num2[i].num1}" readonly/>Rp for completing () orders cumulatively. <input type="text" name="num13" id="num13" value="${o.num2[i].num2}" class="form-control newWidth" readonly/> Rp
|
@}
|
@}
|
|
@}
|
@}
|
@if(language==3){
|
Hadiah bagi pengemudi untuk mencapai jumlah pesanan yang ditentukan.
|
@for(o in order){
|
<br/>
|
<br/>
|
Setiap hari
|
<input type="text" @if(isNotEmpty(o)){
|
value="${o.num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> pengemudi akan dihargai dengan
|
|
<br/>
|
<br/>
|
<input type="text" @if(isNotEmpty(o)){
|
value="${o.num2[0].num1}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp untuk menyelesaikan pesanan
|
<input type="text" @if(isNotEmpty(o)){
|
value="${o.num2[0].num2}"
|
@}else{
|
value=""
|
@}
|
name="zc7" class="form-control newWidth" readonly/> Rp
|
@for(var i = 0;i< o.number; i++){
|
@if(i>0){
|
<br/>
|
<br/>
|
Pengemudi akan dihargai dengan <input type="text" name="num12" id="num12" class="form-control newWidth" value="${o.num2[i].num1}" readonly/> Rp untuk menyelesaikan <input type="text" name="num13" id="num13" value="${o.num2[i].num2}" class="form-control newWidth" readonly/> pesanan secara kumulatif
|
@}
|
@}
|
|
@}
|
@}
|
</div>
|
</div>
|
</div>
|
</div>
|
@if(type==2){
|
<div class="form-group">
|
<div class="col-sm-2 col-sm-offset-1" style="left:-135px">
|
@if(language==1){
|
<#SelectCon id="check" name="审核结果:" >
|
<option value="3">审核通过</option>
|
<option value="2">驳回</option>
|
</#SelectCon>
|
@}
|
@if(language==2){
|
<#SelectCon id="check" name="Aaudit result:" >
|
<option value="3">Pass the aduit</option>
|
<option value="2">Reject</option>
|
</#SelectCon>
|
@}
|
@if(language==3){
|
<#SelectCon id="check" name="Hasil aaudit:" >
|
<option value="3">Lulus adiit</option>
|
<option value="2">Menolak</option>
|
</#SelectCon>
|
@}
|
</div>
|
</div>
|
|
<div class="form-group">
|
<div class="col-sm-2 col-sm-offset-1" style="left:-135px">
|
|
@if(language==1){
|
备注:<textarea id="text" style="width: 454px; height: 126px;"></textarea>
|
@}
|
@if(language==2){
|
Remarks:<textarea id="text" style="width: 454px; height: 126px;"></textarea>
|
@}
|
@if(language==3){
|
Catatan:<textarea id="text" style="width: 454px; height: 126px;"></textarea>
|
@}
|
</div>
|
@}
|
</div>
|
|
<div class="row btn-group-m-t">
|
<div class="col-sm-10">
|
@if(type==2){
|
|
@if(language==1){
|
<#button btnCss="info" name="提交" id="cancel" icon="fa-eraser" clickFun="DriverActivityInfoDlg.submitInfo()"/>
|
@}
|
@if(language==2){
|
<#button btnCss="info" name="Submit" id="cancel" icon="fa-eraser" clickFun="DriverActivityInfoDlg.submitInfo()"/>
|
@}
|
@if(language==3){
|
<#button btnCss="info" name="Kirim" id="cancel" icon="fa-eraser" clickFun="DriverActivityInfoDlg.submitInfo()"/>
|
@}
|
@}
|
|
@if(language==1){
|
<#button btnCss="danger" name="关闭" id="cancel" icon="fa-eraser" clickFun="DriverActivityInfoDlg.close()"/>
|
@}
|
@if(language==2){
|
<#button btnCss="danger" name="Close" id="cancel" icon="fa-eraser" clickFun="DriverActivityInfoDlg.close()"/>
|
@}
|
@if(language==3){
|
<#button btnCss="danger" name="Tutup" id="cancel" icon="fa-eraser" clickFun="DriverActivityInfoDlg.close()"/>
|
@}
|
</div>
|
</div>
|
</div>
|
|
</div>
|
</div>
|
<script src="${ctxPath}/modular/system/driverActivity/driverActivity_info.js"></script>
|
@}
|