Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
7039a88beb
5 changed files with 8 additions and 8 deletions
  1. 2
      app.js
  2. 2
      pages/process/check-list/index.wxml
  3. 4
      pages/process/outside-list/index.wxml
  4. 4
      pages/process/payment-list/index.wxml
  5. 4
      pages/process/payment/index.wxml

2
app.js

@ -2,7 +2,7 @@
const storage = require('./utils/storage') const storage = require('./utils/storage')
App({ App({
evn: 1, // 0: 开发版本;1:测试版本;2:生产版本
evn: 2, // 0: 开发版本;1:测试版本;2:生产版本
tmplIds: ['AFoM5TOfsgERsfcetNSB0UlmEixnLF1ySXr54Bqno2M', 'lOQ8Gvyy_dTk68bYGpRVnVA0M7DsYYrV81Gd39GUPBA'], tmplIds: ['AFoM5TOfsgERsfcetNSB0UlmEixnLF1ySXr54Bqno2M', 'lOQ8Gvyy_dTk68bYGpRVnVA0M7DsYYrV81Gd39GUPBA'],
version: '2.1.0', version: '2.1.0',
xAppId: '503258978847953926', xAppId: '503258978847953926',

2
pages/process/check-list/index.wxml

@ -18,7 +18,7 @@
</view> </view>
<view class="flex flex-justify item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem"> <view class="flex flex-justify item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem">
<view style="height: 88rpx"> <view style="height: 88rpx">
<view class="flex flex-center text-sg text-black">
<view class="flex text-sg text-black van-ellipsis" style="max-width: 360rpx">
<text>客户名称:{{item.factoryCustomerName}}</text> <text>客户名称:{{item.factoryCustomerName}}</text>
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">({{item.factoryCustomerMobile}})</text> <text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">({{item.factoryCustomerMobile}})</text>
</view> </view>

4
pages/process/outside-list/index.wxml

@ -22,8 +22,8 @@
</view> </view>
<view class="item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem"> <view class="item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem">
<view class="flex flex-justify"> <view class="flex flex-justify">
<view class="flex flex-center">
<text>客户名称:{{item.factoryCustomerName}}</text>
<view class="flex flex-center van-ellipsis" style="max-width:560rpx;justify-content: flex-start">
<text>{{item.factoryCustomerName}}</text>
<text wx:if="{{item.factoryCustomerMobile}}">({{item.factoryCustomerMobile}})</text> <text wx:if="{{item.factoryCustomerMobile}}">({{item.factoryCustomerMobile}})</text>
</view> </view>
<view class="flex" > <view class="flex" >

4
pages/process/payment-list/index.wxml

@ -19,8 +19,8 @@
</view> </view>
<view class="flex flex-justify item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem"> <view class="flex flex-justify item-content" data-page="{{pageIndex}}" data-index="{{index}}" bindtap="lookItem">
<view style="height: 88rpx"> <view style="height: 88rpx">
<view class="flex text-sg text-black" style="align-items: center">
<text>客户名称:{{item.factoryCustomerName}}</text>
<view class="flex flex-center van-ellipsis" style="max-width:560rpx;justify-content: flex-start">
<text>{{item.factoryCustomerName}}</text>
<text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">({{item.factoryCustomerMobile}})</text> <text wx:if="{{item.status != 1 && item.factoryCustomerMobile}}">({{item.factoryCustomerMobile}})</text>
</view> </view>
<view class="text-sm text-gray" style="margin-top:12rpx"> <view class="text-sm text-gray" style="margin-top:12rpx">

4
pages/process/payment/index.wxml

@ -55,8 +55,8 @@
shape="square" bind:change="onChange"></van-checkbox> shape="square" bind:change="onChange"></van-checkbox>
<view style="flex:1;margin-left:16rpx" data-index="{{index}}" catchtap="lookItem"> <view style="flex:1;margin-left:16rpx" data-index="{{index}}" catchtap="lookItem">
<view class="flex flex-justify"> <view class="flex flex-justify">
<view class="text-black text-lg">{{item.factoryCustomerName}} {{item.factoryCustomerMobile || ''}}</view>
<view class="text-sm text-gray">{{item.inspectionTime}}</view>
<view class="text-black text-lg van-ellipsis" style="max-width:320rpx;">{{item.factoryCustomerName}} {{item.factoryCustomerMobile || ''}}</view>
<view class="text-sm text-gray">{{item.inspectionTime || item.predictDeliveryToFactoryTime}}</view>
</view> </view>
<view class="text-sm text-gray" style="line-height:54rpx"> <view class="text-sm text-gray" style="line-height:54rpx">
<text>品类:{{item.productName}}</text> <text>品类:{{item.productName}}</text>

Loading…
Cancel
Save