成品入库

This commit is contained in:
2023-07-26 15:27:31 +08:00
parent eb2c670285
commit 2a9957aece

View File

@@ -64,8 +64,6 @@
<th>物料名称</th> <th>物料名称</th>
<th>物料规格</th> <th>物料规格</th>
<th>入库数量</th> <th>入库数量</th>
<th>单位</th>
<th>箱号</th>
<th>订单号</th> <th>订单号</th>
<th>客户</th> <th>客户</th>
</tr> </tr>
@@ -78,10 +76,8 @@
<td>{{e.material_spec}}</td> <td>{{e.material_spec}}</td>
<td><input type="number" class="input" v-model="e.sale_qty"></td> <td><input type="number" class="input" v-model="e.sale_qty"></td>
<!-- <td><input type="number" class="input" :min="0" v-model="el.sale_qty" @blur="e => {if (e.target.value === '') {el.sale_qty=0}}" v-enter-number></td> --> <!-- <td><input type="number" class="input" :min="0" v-model="el.sale_qty" @blur="e => {if (e.target.value === '') {el.sale_qty=0}}" v-enter-number></td> -->
<td>{{e.qty_unit_name}}</td>
<td>{{e.bucketunique}}</td>
<td>{{e.sale_code}}</td> <td>{{e.sale_code}}</td>
<td>{{e.cust_name}}</td> <td>{{e.remark}}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -116,7 +112,7 @@ export default {
options3: [], options3: [],
value3: '', value3: '',
remark: '', remark: '',
dataList: [], dataList: [{material_code: '24007845L', material_spec: '23xcds', material_name: '垫片活接直通\DPHJS22\EHJA0703009B', sale_qty: '1000', sale_code: '0022060927', remark: '222'}],
pkId: '', pkId: '',
pkObj: {}, pkObj: {},
disabled2: false disabled2: false
@@ -241,4 +237,8 @@ export default {
width 45px width 45px
.filter-table th, .filter-table td .filter-table th, .filter-table td
line-height 22px line-height 22px
.input
width auto
text-indent 0
text-align center
</style> </style>