|
|
@ -1,5 +1,7 @@ |
|
|
<!--pages/process/order-check/index.wxml--> |
|
|
<!--pages/process/order-check/index.wxml--> |
|
|
<wxs module="formate" src="../../formate.wxs"></wxs> |
|
|
<wxs module="formate" src="../../formate.wxs"></wxs> |
|
|
|
|
|
<import src="../template/index.wxml" /> |
|
|
|
|
|
|
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}"> |
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}"> |
|
|
<view slot="content">厂外收货</view> |
|
|
<view slot="content">厂外收货</view> |
|
|
</cu-custom> |
|
|
</cu-custom> |
|
|
@ -32,6 +34,7 @@ |
|
|
<!-- <image style="height:42rpx;width:42rpx" src="/assets/image/icon_close.png"></image> --> |
|
|
<!-- <image style="height:42rpx;width:42rpx" src="/assets/image/icon_close.png"></image> --> |
|
|
<view class="text-white text-sg" style="margin-left:12rpx">已取消</view> |
|
|
<view class="text-white text-sg" style="margin-left:12rpx">已取消</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<template is="agent-info" data="{{form}}" wx:if="{{true}}"></template> |
|
|
<van-cell clickable center> |
|
|
<van-cell clickable center> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view slot="title" class="flex flex-justify"> |
|
|
<view class="text-black">客户姓名</view> |
|
|
<view class="text-black">客户姓名</view> |
|
|
|