@ -595,7 +595,6 @@ export default {
submit() {
debugger
let tQuery = Object.assign(JSON.parse(JSON.stringify(this.orderFormData)));
tQuery.orderId = this.orderFormData.billNo;
if (this.viewType == 2) {
@ -24,15 +24,6 @@
<el-table-column label="生产厂家" width="150" prop="manufacturer" show-overflow-tooltip></el-table-column>
<el-table-column label="注册/备案凭证号" width="150" prop="certCode" show-overflow-tooltip></el-table-column>
</el-table>
<div class="block">
<pagination
v-show="total>0"
:total="total"
:page.sync="query.page"
:limit.sync="query.limit"
@pagination="getOrderDetails"
/>
</div>
</template>