Commit 27d8df53 authored by zhoumaotao's avatar zhoumaotao

页面调整

parent 8c90ae38
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<view v-if="dminfo.id"> <view v-if="dminfo.id">
<view class="flex flex-wrap padding bg-grey white radio" style="position: relative;"> <view class="flex flex-wrap padding bg-grey white radio" style="position: relative;">
<view class="basis-sm margin-top-xs margin-bottom-xs radius">地码编号:<span>{{dminfo.mapdatacode}}</span></view> <view class="basis-sm margin-top-xs margin-bottom-xs radius">地码编号:<span>{{dminfo.mapdatacode}}</span></view>
<view class="basis-lg margin-top-xs margin-bottom-xs radius">名称:<span>{{dminfo.name}}</span></view> <view class="basis-lg margin-top-xs margin-bottom-xs radius">工位名称:<span>{{dminfo.name}}</span></view>
</view> </view>
</view> </view>
<view class="padding flex align-center bg-white justify-around"> <view class="padding flex align-center bg-white justify-around">
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
</view> </view>
<view v-if="dminfo.id"> <view v-if="dminfo.id">
<view class="flex flex-wrap padding bg-grey white radio" style="position: relative;"> <view class="flex flex-wrap padding bg-grey white radio" style="position: relative;">
<view class="basis-sm margin-top-xs margin-bottom-xs radius">库位编号:<span>{{dminfo.code}}</span></view> <view class="basis-sm margin-top-xs margin-bottom-xs radius">库位编号:<span>{{dminfo.code}}</span></view>
<view class="basis-lg margin-top-xs margin-bottom-xs radius">名称:<span>{{dminfo.name}}</span></view> <view class="basis-lg margin-top-xs margin-bottom-xs radius">库位名称:<span>{{dminfo.name}}</span></view>
</view> </view>
</view> </view>
<view class="padding flex align-center bg-white justify-around"> <view class="padding flex align-center bg-white justify-around">
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
if (this.ysdmcode) { if (this.ysdmcode) {
uni.showModal({ uni.showModal({
title: '提示', title: '提示',
content: '是否清空该位', content: '是否清空该位',
cancelText: "否", // 取消按钮的文字 cancelText: "否", // 取消按钮的文字
confirmText: "是", // 确认按钮的文字 confirmText: "是", // 确认按钮的文字
success: function (res) { success: function (res) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment