成品入库
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
<td>{{e.material_code}}</td>
|
<td>{{e.material_code}}</td>
|
||||||
<td>{{e.material_name}}</td>
|
<td>{{e.material_name}}</td>
|
||||||
<td>{{e.material_spec}}</td>
|
<td>{{e.material_spec}}</td>
|
||||||
<td>{{e.sale_qty}}</td>
|
<td><input type="number" class="input" v-model="e.sale_qty"></td>
|
||||||
<td>{{e.qty_unit_name}}</td>
|
<td>{{e.qty_unit_name}}</td>
|
||||||
<td>{{e.bucketunique}}</td>
|
<td>{{e.bucketunique}}</td>
|
||||||
<td>{{e.sale_code}}</td>
|
<td>{{e.sale_code}}</td>
|
||||||
@@ -115,7 +115,7 @@ export default {
|
|||||||
options3: [],
|
options3: [],
|
||||||
value3: '',
|
value3: '',
|
||||||
remark: '',
|
remark: '',
|
||||||
dataList: [],
|
dataList: [{material_code: '1'}],
|
||||||
pkId: '',
|
pkId: '',
|
||||||
pkObj: {},
|
pkObj: {},
|
||||||
disabled2: false
|
disabled2: false
|
||||||
@@ -225,4 +225,6 @@ export default {
|
|||||||
width calc(100% - 45px)
|
width calc(100% - 45px)
|
||||||
.search-label_1
|
.search-label_1
|
||||||
width 45px
|
width 45px
|
||||||
|
.filter-table th, .filter-table td
|
||||||
|
line-height 24px
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user