弹窗名称

master
Mr.sun 2 years ago
parent 198258fdce
commit 9236f0488c
  1. 13
      src/views/libraryManage/warehouseMap/index.vue
  2. 2
      src/views/taskManagement/index.vue

@ -23,23 +23,16 @@
<span
class="marginLeft"
style="font-size:18px;font-weight:600"
>物料编号</span>
>商品编码</span>
<span style="float:right;margin-right:40px;font-size:18px">{{tableData.ptPart}}</span>
</p>
<p style="border-bottom:1px solid #ccc;height: 40px;line-height:40px">
<span
class="marginLeft"
style="font-size:18px;font-weight:600"
>物料名称</span>
>商品名称</span>
<span style="float:right;margin-right:40px;font-size:18px">{{tableData.ptName}}</span>
</p>
<p style="border-bottom:1px solid #ccc;height: 40px;line-height:40px">
<span
class="marginLeft"
style="font-size:18px;font-weight:600"
>机种</span>
<span style="float:right;margin-right:40px;font-size:18px">{{tableData.ptBreakCat}}</span>
</p>
<p style="border-bottom:1px solid #ccc;height: 40px;line-height:40px">
<span
class="marginLeft"
@ -51,7 +44,7 @@
<span
class="marginLeft"
style="font-size:18px;font-weight:600"
>台车编号</span>
>托盘编号</span>
<span style="float:right;margin-right:40px;font-size:18px">{{tableData.containerCode}}</span>
</p>
<p style="border-bottom:1px solid #ccc;height: 40px;line-height:40px">

@ -201,7 +201,6 @@
</el-option> -->
</el-select>
</el-form-item>
<el-form-item
label="是否可用"
prop="isActive"
@ -221,7 +220,6 @@
</el-select>
</el-form-item>
<el-form-item
label="选择设备"
prop="devName"

Loading…
Cancel
Save