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

页面修改

parent f5e6da13
......@@ -393,7 +393,7 @@
<script>
export default {
props: ["postConfig", "OtherPrice", "dayCostPrice", "LineList", "CostNumberList", "CurrencyNumberListExt",
"CostCurrencyList", "teamPrice", "IsEdit"
"CostCurrencyList", "teamPrice", "IsEdit", "loading"
],
data() {
return {
......@@ -401,7 +401,6 @@
AduitMsg: {
},
}
},
methods: {
......
......@@ -115,7 +115,7 @@
<el-form label-width="100px" ref="currentOfferFrom">
<div class="switchDiv clearfix" style="width:98%;">
<div class="DirectPriceCenter">
<div class="singlePrice clearfix" :loading="loading">
<div class="singlePrice clearfix" v-loading="loading">
<CostNewPrice ref="CostNewPrice" :postConfig="postData" :OtherPrice="OtherPrice"
:dayCostPrice="dayCostPriceList" :LineList="LineList" :CostCurrencyList="CostCurrencyList"
:CostNumberList="CostNumberList" :CurrencyNumberListExt="CurrencyNumberListExt" :teamPrice="teamPrice"
......@@ -132,7 +132,6 @@
export default {
props: ['ConfigId', 'OfferId'],
data() {
return {
CheckedVaule: 2,
UnCheckedVaule: 1,
......@@ -175,7 +174,7 @@
SaleOfferPayType: 0, //售价付款方式
},
dayCostPriceList: [], //报价列表
isSubmit: true,
OtherPrice: {
CostId: 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