瀏覽代碼

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

ccjgmwz 3 年之前
父節點
當前提交
b05ebbe658
共有 2 個文件被更改,包括 304 次插入98 次删除
  1. 303 97
      components/uview-ui/libs/util/area.js
  2. 1 1
      pageD/warehousings/warehousings.vue

文件差異過大導致無法顯示
+ 303 - 97
components/uview-ui/libs/util/area.js


+ 1 - 1
pageD/warehousings/warehousings.vue

@@ -97,7 +97,7 @@
 				<view class="c-row b-b">
 					<text class="tit">入库日期</text>
 					
-					<view class="con-list" @click="show = true">{{WarehouseInOutInfo.inOutDate!=''?WarehouseInOutInfo.inOutDate:time1}}</view>
+					<view class="con-list" @click="show = true">{{WarehouseInOutInfo.inOutDate!=null?WarehouseInOutInfo.inOutDate:time1}}</view>
 					<u-picker  :params='params' :default-time='time' @confirm="DateChange" v-model="show" mode="time"></u-picker>
 					
 				</view>

部分文件因文件數量過多而無法顯示