...
|
...
|
@@ -32,7 +32,7 @@ |
|
|
<div class="grid-content">
|
|
|
<el-col :span="9" class="pub">
|
|
|
<div class="grid-content">
|
|
|
<el-input v-model="defaultQuery.awba" placeholder="请输入主单号" style="width: 200px">
|
|
|
<el-input v-model="defaultQuery.awba" placeholder="请输入主单号" style="width: 250px">
|
|
|
<template slot="prepend">主单号</template>
|
|
|
</el-input>
|
|
|
</div>
|
...
|
...
|
@@ -249,7 +249,9 @@ |
|
|
</el-input>
|
|
|
</div>
|
|
|
<div v-else>
|
|
|
<el-input v-model="ruleForm.awba" style="width: 200px"></el-input>
|
|
|
<el-input v-model="ruleForm.awba" style="width: 200px">
|
|
|
<template slot="prepend">运单号</template>
|
|
|
</el-input>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
...
|
...
|
|