盘点入库-加大可入库的限制数量
This commit is contained in:
parent
ff11afe15f
commit
ed6530ee52
|
|
@ -203,7 +203,7 @@
|
||||||
placeholder="请输入待入库总数"
|
placeholder="请输入待入库总数"
|
||||||
clearable
|
clearable
|
||||||
:min="1"
|
:min="1"
|
||||||
:max="99"
|
:max="99999"
|
||||||
:controls="false"
|
:controls="false"
|
||||||
style="width: 13vw"
|
style="width: 13vw"
|
||||||
/>
|
/>
|
||||||
|
|
@ -738,7 +738,7 @@
|
||||||
clearable
|
clearable
|
||||||
:controls="false"
|
:controls="false"
|
||||||
:min="1"
|
:min="1"
|
||||||
:max="99"
|
:max="99999"
|
||||||
style="width: 10vw"
|
style="width: 10vw"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue