|
|
|
|
@ -65,7 +65,7 @@
|
|
|
|
|
<template v-slot:rukushuliang>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>入库数量:
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>库数量:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
{{form.rukushuliang}}
|
|
|
|
|
@ -76,7 +76,7 @@
|
|
|
|
|
<template v-slot:zaikushuliang>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>在库数量:
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>实盘数量:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-input v-model="form.zaikushuliang" placeholder="请填写在库数量" clearable style="width: 300px;"></el-input>
|
|
|
|
|
|