@extends('layouts.base') @section('content') @section('title', trans('发货单模版编辑'))
发货单模版编辑
发货单名称
单据宽度
mm(毫米) 单据高度
mm(毫米)
发货单底图
选择图片 清除图片
{{--
快递类型
--}}
@include('Yunshop\Exhelper::admin.print.print_tpl_items')
bg)) style="display: none;"@endif /> @foreach($panel_datas as $key => $value)
@if($value['cate']==1)
{{$value['pre']}}{{$value['string']}}{{$value['last']}}
@elseif($value['cate']==2)
@foreach($value['strings'] as $titleItem) @endforeach @foreach($panelDataLoopCount as $index=> $item) @foreach($value['virtuals'] as $itemIndex => $virtualItem) @if($value['strings'][$itemIndex] === "运费"||$value['strings'][$itemIndex] === "实付费") @if($index==0) @endif @else @endif @endforeach @endforeach
 {{ $titleItem }} 
{{ $virtualItem }}{{ $itemIndex }}{{ $item }}{{ $virtualItem }}{{ $itemIndex }}{{ $item }}
提示: 以上表格数据为虚拟数据,打印时将替换为订单数据且打印时此行不会出现。
@endif
@endforeach
返回列表
@if($item->isdefault == 1)默认模版@endif
{{----}} @endsection