|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="app-container">
|
|
|
- <el-form :model="queryParamsCost" ref="queryCostRef" :inline="true" v-show="showSearch" label-width="100px">
|
|
|
+ <el-form :model="queryParamsCost" ref="queryCostRef" :inline="true" label-width="100px">
|
|
|
<el-form-item label="运单号" prop="externalWaybillNo">
|
|
|
<el-input
|
|
|
v-model="queryParamsCost.externalWaybillNo"
|