|
@@ -177,10 +177,10 @@ export default {
|
|
|
this.queryParam.code = ''
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|
|
|
- pageInit (buyerSn, warehouseName, goodFlag) {
|
|
|
+ pageInit (buyerSn, warehouseSn, goodFlag) {
|
|
|
this.buyerSn = buyerSn
|
|
|
this.goodFlag = goodFlag
|
|
|
- this.queryParam.warehouseName = warehouseName
|
|
|
+ this.queryParam.warehouseSn = warehouseSn
|
|
|
const arr = [
|
|
|
{ title: '序号', dataIndex: 'no', width: '6%', align: 'center' },
|
|
|
{ title: '产品编码', dataIndex: 'code', width: '16%', align: 'center', customRender: function (text) { return text || '--' } },
|