|
|
|
@ -327,13 +327,13 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
<pagination
|
|
|
|
|
v-show="bizTotal>0"
|
|
|
|
|
:total="bizTotal"
|
|
|
|
|
:page.sync="bizQuery.page"
|
|
|
|
|
:limit.sync="bizQuery.limit"
|
|
|
|
|
@pagination="getBizDetailList"
|
|
|
|
|
/>
|
|
|
|
|
<!-- <pagination-->
|
|
|
|
|
<!-- v-show="bizTotal>0"-->
|
|
|
|
|
<!-- :total="bizTotal"-->
|
|
|
|
|
<!-- :page.sync="bizQuery.page"-->
|
|
|
|
|
<!-- :limit.sync="bizQuery.limit"-->
|
|
|
|
|
<!-- @pagination="getBizDetailList"-->
|
|
|
|
|
<!-- />-->
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|
|
|
|
|
|
<!--单据扫码明细-->
|
|
|
|
@ -953,6 +953,8 @@ export default {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.bizDetailLoading = true;
|
|
|
|
|
this.bizQuery.page = null;
|
|
|
|
|
this.bizQuery.limit = null;
|
|
|
|
|
this.bizQuery.orderIdFk = this.currentRow.billNo;
|
|
|
|
|
getBizDetailList(this.bizQuery).then((res) => {
|
|
|
|
|
this.bizDetailLoading = false;
|
|
|
|
|