Commit 4b0f8344 authored by 黄奎's avatar 黄奎

页面修改

parent f5e6da13
...@@ -393,7 +393,7 @@ ...@@ -393,7 +393,7 @@
<script> <script>
export default { export default {
props: ["postConfig", "OtherPrice", "dayCostPrice", "LineList", "CostNumberList", "CurrencyNumberListExt", props: ["postConfig", "OtherPrice", "dayCostPrice", "LineList", "CostNumberList", "CurrencyNumberListExt",
"CostCurrencyList", "teamPrice", "IsEdit" "CostCurrencyList", "teamPrice", "IsEdit", "loading"
], ],
data() { data() {
return { return {
...@@ -401,7 +401,6 @@ ...@@ -401,7 +401,6 @@
AduitMsg: { AduitMsg: {
}, },
} }
}, },
methods: { methods: {
......
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
<el-form label-width="100px" ref="currentOfferFrom"> <el-form label-width="100px" ref="currentOfferFrom">
<div class="switchDiv clearfix" style="width:98%;"> <div class="switchDiv clearfix" style="width:98%;">
<div class="DirectPriceCenter"> <div class="DirectPriceCenter">
<div class="singlePrice clearfix" :loading="loading"> <div class="singlePrice clearfix" v-loading="loading">
<CostNewPrice ref="CostNewPrice" :postConfig="postData" :OtherPrice="OtherPrice" <CostNewPrice ref="CostNewPrice" :postConfig="postData" :OtherPrice="OtherPrice"
:dayCostPrice="dayCostPriceList" :LineList="LineList" :CostCurrencyList="CostCurrencyList" :dayCostPrice="dayCostPriceList" :LineList="LineList" :CostCurrencyList="CostCurrencyList"
:CostNumberList="CostNumberList" :CurrencyNumberListExt="CurrencyNumberListExt" :teamPrice="teamPrice" :CostNumberList="CostNumberList" :CurrencyNumberListExt="CurrencyNumberListExt" :teamPrice="teamPrice"
...@@ -132,7 +132,6 @@ ...@@ -132,7 +132,6 @@
export default { export default {
props: ['ConfigId', 'OfferId'], props: ['ConfigId', 'OfferId'],
data() { data() {
return { return {
CheckedVaule: 2, CheckedVaule: 2,
UnCheckedVaule: 1, UnCheckedVaule: 1,
...@@ -175,7 +174,7 @@ ...@@ -175,7 +174,7 @@
SaleOfferPayType: 0, //售价付款方式 SaleOfferPayType: 0, //售价付款方式
}, },
dayCostPriceList: [], //报价列表 dayCostPriceList: [], //报价列表
isSubmit: true,
OtherPrice: { OtherPrice: {
CostId: 0, //主键编号 CostId: 0, //主键编号
ConfigID: 0, //配置编号 ConfigID: 0, //配置编号
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment