|
@@ -95,7 +95,7 @@
|
|
|
</avue-crud>
|
|
|
</trade-card>
|
|
|
<!-- 费用信息组件-->
|
|
|
- <box-cost v-model="dataListTwo" activeName="second" :codeValue="245.2" ref="boxCost"
|
|
|
+ <box-cost v-model="dataListTwo" type="ZR" activeName="second" :codeValue="245.2" ref="boxCost"
|
|
|
@resetTrigger="resetTrigger"></box-cost>
|
|
|
<trade-card title="附件明细">
|
|
|
<c-upload
|
|
@@ -185,7 +185,9 @@ export default {
|
|
|
onLoad: Object,
|
|
|
detailData: Object
|
|
|
},
|
|
|
- components:{checkSchedule},
|
|
|
+ components:{
|
|
|
+ checkSchedule
|
|
|
+ },
|
|
|
data() {
|
|
|
return {
|
|
|
excelOption: {
|
|
@@ -393,11 +395,7 @@ export default {
|
|
|
dialogTop: 25,
|
|
|
dialogWidth: "80%",
|
|
|
showSummary: true,
|
|
|
- sumColumnList: [{
|
|
|
- name: 'amount',
|
|
|
- type: 'sum',
|
|
|
- decimals: 2
|
|
|
- },{
|
|
|
+ sumColumnList: [,{
|
|
|
name: 'emptyWeight',
|
|
|
type: 'sum',
|
|
|
decimals: 2
|
|
@@ -813,8 +811,8 @@ export default {
|
|
|
}
|
|
|
this.disabledVisible = true
|
|
|
statusUpdate({
|
|
|
- ...this.formState,
|
|
|
...this.form,
|
|
|
+ ...this.formState,
|
|
|
tradingBoxItemsList: this.selectionList,
|
|
|
rentType: this.title === "起租" ? 1 : 2
|
|
|
}).then(res => {
|
|
@@ -1140,10 +1138,10 @@ export default {
|
|
|
beforeOpen(done,type){
|
|
|
if (this.formTwo.count > 0){
|
|
|
this.findObject(this.option.column, "price").disabled = true
|
|
|
- this.findObject(this.option.column, "amount").disabled = true
|
|
|
+ // this.findObject(this.option.column, "amount").disabled = true
|
|
|
}else {
|
|
|
this.findObject(this.option.column, "price").disabled = false
|
|
|
- this.findObject(this.option.column, "amount").disabled = false
|
|
|
+ // this.findObject(this.option.column, "amount").disabled = false
|
|
|
}
|
|
|
done();
|
|
|
},
|