Browse Source

Merge branch 'dev' into pre-production

pre-production
pref_mail@163.com 2 months ago
parent
commit
25b7b405c2
  1. 4
      src/views/distribution/inventory/CreateOrder.vue

4
src/views/distribution/inventory/CreateOrder.vue

@ -532,7 +532,7 @@
:key="item"
>
<!-- 加减按钮 -->
<template v-if="details.submitType === 'notaveData'">
<template v-if="details.submitType === 'notHaveData'">
<div style="width: 55px; flex: none" class="flex-c-c">
<el-button
v-if="index === 0"
@ -616,7 +616,7 @@
<el-form-item label="件数:" label-width="fit-content" prop="num" class="el-times">
<el-input-number
disabled
:disabled="details.submitType === 'haveData'"
:controls="false"
v-model="item.num"
controls-position="right"

Loading…
Cancel
Save