|
@@ -5,7 +5,7 @@
|
|
|
<div class="form">
|
|
|
<div class="form_box">
|
|
|
<dil-form :formId="287" v-model="form1" ref="from1"></dil-form>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
<div class="liulan">
|
|
|
<el-button type="primary" class="btn" @click="oilPriceFormulaClick">浏览</el-button>
|
|
|
<el-button type="primary" class="btn1" @click="ondrawerOut">选择</el-button>
|
|
@@ -55,7 +55,7 @@
|
|
|
</div>
|
|
|
<div class="LineTable">
|
|
|
<vue-scroll :ops="ops" style="width:100%;height:100%">
|
|
|
- <dilTable
|
|
|
+ <dilTable
|
|
|
v-bind.sync="oilPriceFormula"
|
|
|
@radio-change="currentRadioChange"
|
|
|
:isKuang="isKuang"
|
|
@@ -172,6 +172,7 @@ export default {
|
|
|
priceDate:new Date(),
|
|
|
oilTypeId:10,
|
|
|
capacityTypeId:1,
|
|
|
+ type: "销售钢材"
|
|
|
},
|
|
|
//提交给后端的数据
|
|
|
// map:{},
|
|
@@ -318,7 +319,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
//以上是收货地址边输边查搜索
|
|
|
-
|
|
|
+
|
|
|
//选定联动公式确定
|
|
|
addoilPriceFormula(){
|
|
|
let mapvalue = {
|
|
@@ -394,7 +395,7 @@ export default {
|
|
|
type: "success",
|
|
|
message: "新增运输单价成功!",
|
|
|
});
|
|
|
- });
|
|
|
+ });
|
|
|
},
|
|
|
// 取消
|
|
|
cancel() {
|
|
@@ -447,13 +448,14 @@ export default {
|
|
|
margin-top: 30px;
|
|
|
.el-button{
|
|
|
width: 100px !important;
|
|
|
- margin: auto;
|
|
|
+ //margin: auto;
|
|
|
}
|
|
|
.btn{
|
|
|
- margin-top: 105px;
|
|
|
+ margin-top: 110px;
|
|
|
}
|
|
|
.btn1{
|
|
|
margin-top: 13px;
|
|
|
+ margin-left: 0px;
|
|
|
}
|
|
|
.btn2{
|
|
|
margin-top: 67px;
|
|
@@ -483,4 +485,4 @@ export default {
|
|
|
/deep/.__bar-is-horizontal {
|
|
|
display: none !important;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|