|
@@ -20,34 +20,33 @@
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="matching">
|
|
|
|
- <span class="text">是否知道采购订单号:</span>
|
|
|
|
- <el-switch
|
|
|
|
- v-model="matching"
|
|
|
|
- active-color="#27d452"
|
|
|
|
- inactive-color="#e1e3e6"
|
|
|
|
- >
|
|
|
|
- </el-switch>
|
|
|
|
- <span class="span"></span>
|
|
|
|
|
|
+ <div class="matching item">
|
|
|
|
+ <span class="text">是否知道采购订单号:</span>
|
|
|
|
+ <el-switch
|
|
|
|
+ v-model="matching"
|
|
|
|
+ active-color="#27d452"
|
|
|
|
+ inactive-color="#e1e3e6"
|
|
|
|
+ >
|
|
|
|
+ </el-switch>
|
|
</div>
|
|
</div>
|
|
- <div class="material from">
|
|
|
|
|
|
+ <div class="material item">
|
|
<span class="text">物资:</span>
|
|
<span class="text">物资:</span>
|
|
<el-input v-model="materialName" disabled> </el-input>
|
|
<el-input v-model="materialName" disabled> </el-input>
|
|
<el-button type="primary" @click="ondrawer(1)">浏览</el-button>
|
|
<el-button type="primary" @click="ondrawer(1)">浏览</el-button>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="forwardingUnit from">
|
|
|
|
|
|
+ <div class="forwardingUnit item">
|
|
<span class="text">发货单位:</span>
|
|
<span class="text">发货单位:</span>
|
|
<el-input v-model="supplierName" disabled> </el-input>
|
|
<el-input v-model="supplierName" disabled> </el-input>
|
|
<el-button type="primary" @click="ondrawer(2)">浏览</el-button>
|
|
<el-button type="primary" @click="ondrawer(2)">浏览</el-button>
|
|
</div>
|
|
</div>
|
|
- <div class="forwardingUnit from" v-if="matching">
|
|
|
|
|
|
+ <div class="forwardingUnit item" v-if="matching">
|
|
<span class="text">卸货点:</span>
|
|
<span class="text">卸货点:</span>
|
|
<el-input v-model="unloadPointName" disabled> </el-input>
|
|
<el-input v-model="unloadPointName" disabled> </el-input>
|
|
<el-button type="primary" @click="ondrawer(3)">浏览</el-button>
|
|
<el-button type="primary" @click="ondrawer(3)">浏览</el-button>
|
|
</div>
|
|
</div>
|
|
<div class="fromOther">
|
|
<div class="fromOther">
|
|
- <el-form :inline="true" class="demo-form-inline" label-width="80px" style="margin-left:550px;">
|
|
|
|
|
|
+ <el-form :inline="true" class="demo-form-inline" label-width="80px" style="margin-left:500px;">
|
|
<el-form-item label="发站:">
|
|
<el-form-item label="发站:">
|
|
<el-autocomplete
|
|
<el-autocomplete
|
|
class="inline-input"
|
|
class="inline-input"
|
|
@@ -63,7 +62,7 @@
|
|
</el-autocomplete>
|
|
</el-autocomplete>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
- <el-form :inline="true" class="demo-form-inline" label-width="80px" style="margin-left:550px;">
|
|
|
|
|
|
+ <el-form :inline="true" class="demo-form-inline" label-width="80px" style="margin-left:500px;">
|
|
<el-form-item label="到站:">
|
|
<el-form-item label="到站:">
|
|
<el-autocomplete
|
|
<el-autocomplete
|
|
class="inline-input"
|
|
class="inline-input"
|
|
@@ -90,7 +89,7 @@
|
|
</el-input>
|
|
</el-input>
|
|
<span class="span"></span>
|
|
<span class="span"></span>
|
|
</div>
|
|
</div>
|
|
- <div class="purchaseOrder from" v-if="matching" style="width:330px;margin-left:544px;padding-bottom:15px">
|
|
|
|
|
|
+ <div class="purchaseOrder from" v-if="matching" >
|
|
<span class="text" style="width:140px">采购订单号:</span>
|
|
<span class="text" style="width:140px">采购订单号:</span>
|
|
<el-input
|
|
<el-input
|
|
v-model="purchaseOrderNo"
|
|
v-model="purchaseOrderNo"
|
|
@@ -560,12 +559,12 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.matching {
|
|
.matching {
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 20rem;
|
|
height: 3.125rem;
|
|
height: 3.125rem;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
- margin-left: 160px;
|
|
|
|
|
|
+ margin-left: 24rem;
|
|
.text {
|
|
.text {
|
|
width: 8.75rem;
|
|
width: 8.75rem;
|
|
}
|
|
}
|
|
@@ -580,7 +579,7 @@ export default {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
height: 3.75rem;
|
|
height: 3.75rem;
|
|
- margin-left: 27rem;
|
|
|
|
|
|
+ margin-left: 24rem;
|
|
width: 20rem;
|
|
width: 20rem;
|
|
.text {
|
|
.text {
|
|
text-align: right;
|
|
text-align: right;
|
|
@@ -592,7 +591,7 @@ export default {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
height: 3.75rem;
|
|
height: 3.75rem;
|
|
- margin-left: 27rem;
|
|
|
|
|
|
+ margin-left: 24rem;
|
|
width: 20rem;
|
|
width: 20rem;
|
|
.text {
|
|
.text {
|
|
text-align: right;
|
|
text-align: right;
|
|
@@ -604,6 +603,8 @@ export default {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
height: 3.75rem;
|
|
height: 3.75rem;
|
|
|
|
+ margin-left: 24rem;
|
|
|
|
+ width: 22rem;
|
|
.text {
|
|
.text {
|
|
text-align: right;
|
|
text-align: right;
|
|
width: 5.625rem;
|
|
width: 5.625rem;
|
|
@@ -622,6 +623,9 @@ export default {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ margin-left: 24rem;
|
|
|
|
+ width: 22rem;
|
|
|
|
+ margin-bottom: 15px;
|
|
.span {
|
|
.span {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 1.875rem;
|
|
width: 1.875rem;
|
|
@@ -629,11 +633,12 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.form {
|
|
.form {
|
|
- display: flex;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ width: 340px;
|
|
|
|
+ margin-left:25rem;
|
|
|
|
+ margin-right: 20px;
|
|
.form_box {
|
|
.form_box {
|
|
- width: 340px;
|
|
|
|
- margin-left: 37%;
|
|
|
|
- margin-right: 20px;
|
|
|
|
|
|
+
|
|
.el-form {
|
|
.el-form {
|
|
.preview-group {
|
|
.preview-group {
|
|
.el-form-item {
|
|
.el-form-item {
|