半成品入库
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
<td>{{e.material_spec}}</td>
|
||||
<td>{{e.material_code}}</td>
|
||||
<td>{{e.material_name}}</td>
|
||||
<td>{{e.product_name}}</td>
|
||||
<td>{{e.net_weight}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -90,8 +89,8 @@
|
||||
/** grid查询 */
|
||||
async _getMaterial (e) {
|
||||
let res = await getMaterial(e, this.pageNum + '', this.pageSize + '')
|
||||
this.totalCount = res.size
|
||||
if (res.size > 0) {
|
||||
this.totalCount = res.totalCount
|
||||
if (res.totalCount > 0) {
|
||||
const dataMap = res.data
|
||||
this.dataList = this.reload ? dataMap : this.dataList.concat(dataMap)
|
||||
this.reload = false
|
||||
|
||||
Reference in New Issue
Block a user