|
@@ -1058,26 +1058,26 @@
|
|
</el-collapse>
|
|
</el-collapse>
|
|
</span>
|
|
</span>
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
- <el-button type="primary" @click="submitForm('acceptDate')"
|
|
|
|
|
|
+ <el-button type="primary" @click="submitForm('acceptDate')" v-hasPermi="['fleet:vehicleStatus:edit']"
|
|
>接 单</el-button
|
|
>接 单</el-button
|
|
>
|
|
>
|
|
- <el-button type="primary" @click="submitForm('loadDate')"
|
|
|
|
|
|
+ <el-button type="primary" @click="submitForm('loadDate')" v-hasPermi="['fleet:vehicleStatus:edit']"
|
|
>提 箱</el-button
|
|
>提 箱</el-button
|
|
>
|
|
>
|
|
- <el-button type="primary" @click="submitForm('mdLoadDate')"
|
|
|
|
|
|
+ <el-button type="primary" @click="submitForm('mdLoadDate')" v-hasPermi="['fleet:vehicleStatus:edit']"
|
|
>装卸货</el-button
|
|
>装卸货</el-button
|
|
>
|
|
>
|
|
- <el-button type="primary" @click="submitForm('unLoadDate')"
|
|
|
|
|
|
+ <el-button type="primary" @click="submitForm('unLoadDate')" v-hasPermi="['fleet:vehicleStatus:edit']"
|
|
>还卸柜</el-button
|
|
>还卸柜</el-button
|
|
>
|
|
>
|
|
- <el-button type="primary" @click="submitForm('waybillDate')"
|
|
|
|
|
|
+ <el-button type="primary" @click="submitForm('waybillDate')" v-hasPermi="['fleet:vehicleStatus:edit']"
|
|
>回 单</el-button
|
|
>回 单</el-button
|
|
>
|
|
>
|
|
- <el-button type="primary" @click="driversubmitForm"
|
|
|
|
|
|
+ <el-button type="primary" @click="driversubmitForm" v-hasPermi="['fleet:vehicleStatus:edit']"
|
|
>提 交</el-button
|
|
>提 交</el-button
|
|
>
|
|
>
|
|
- <el-button type="success" @click="submitAllowChanges">修 改</el-button>
|
|
|
|
- <el-button type="info" @click="submitSave">保 存</el-button>
|
|
|
|
|
|
+ <el-button type="success" @click="submitAllowChanges" v-hasPermi="['fleet:vehicleStatus:edit']">修 改</el-button>
|
|
|
|
+ <el-button type="info" @click="submitSave" v-hasPermi="['fleet:vehicleStatus:edit']">保 存</el-button>
|
|
<!-- <el-button type="warning" @click="submitRetreat">撤 回</el-button> -->
|
|
<!-- <el-button type="warning" @click="submitRetreat">撤 回</el-button> -->
|
|
<el-button @click="showDialog = false">取 消</el-button>
|
|
<el-button @click="showDialog = false">取 消</el-button>
|
|
</span>
|
|
</span>
|
|
@@ -1330,7 +1330,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.oilAmt,
|
|
fAmount: this.form.oilAmt,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costRemarks,
|
|
|
|
|
|
+ remarks: null,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
if (this.form.driverbonus > 0) {
|
|
if (this.form.driverbonus > 0) {
|
|
@@ -1346,7 +1346,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.driverbonus,
|
|
fAmount: this.form.driverbonus,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costRemarks,
|
|
|
|
|
|
+ remarks: null,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
if (this.form.costOth > 0) {
|
|
if (this.form.costOth > 0) {
|
|
@@ -1362,7 +1362,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costOth,
|
|
fAmount: this.form.costOth,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costRemarks,
|
|
|
|
|
|
+ remarks: null,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
if (this.form.costomAmt03 > 0) {
|
|
if (this.form.costomAmt03 > 0) {
|
|
@@ -1379,7 +1379,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt03,
|
|
fAmount: this.form.costomAmt03,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr02,
|
|
|
|
|
|
+ remarks: null,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
actId: "1080",
|
|
actId: "1080",
|
|
@@ -1393,7 +1393,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt03,
|
|
fAmount: this.form.costomAmt03,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr02,
|
|
|
|
|
|
+ remarks: null,
|
|
}
|
|
}
|
|
);
|
|
);
|
|
}
|
|
}
|
|
@@ -1411,7 +1411,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt04,
|
|
fAmount: this.form.costomAmt04,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr02,
|
|
|
|
|
|
+ remarks: null,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
actId: "1080",
|
|
actId: "1080",
|
|
@@ -1425,7 +1425,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt04,
|
|
fAmount: this.form.costomAmt04,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr02,
|
|
|
|
|
|
+ remarks: null,
|
|
}
|
|
}
|
|
);
|
|
);
|
|
}
|
|
}
|
|
@@ -1443,7 +1443,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt02,
|
|
fAmount: this.form.costomAmt02,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr02,
|
|
|
|
|
|
+ remarks: null,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
actId: "1080",
|
|
actId: "1080",
|
|
@@ -1457,7 +1457,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt02,
|
|
fAmount: this.form.costomAmt02,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr02,
|
|
|
|
|
|
+ remarks: null,
|
|
}
|
|
}
|
|
);
|
|
);
|
|
}
|
|
}
|
|
@@ -1475,7 +1475,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt05,
|
|
fAmount: this.form.costomAmt05,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr01,
|
|
|
|
|
|
+ remarks: null,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
actId: "1080",
|
|
actId: "1080",
|
|
@@ -1489,7 +1489,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt05,
|
|
fAmount: this.form.costomAmt05,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr01,
|
|
|
|
|
|
+ remarks: null,
|
|
}
|
|
}
|
|
);
|
|
);
|
|
}
|
|
}
|
|
@@ -1507,7 +1507,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt06,
|
|
fAmount: this.form.costomAmt06,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr01,
|
|
|
|
|
|
+ remarks: null,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
actId: "1080",
|
|
actId: "1080",
|
|
@@ -1521,7 +1521,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt06,
|
|
fAmount: this.form.costomAmt06,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr01,
|
|
|
|
|
|
+ remarks: null,
|
|
}
|
|
}
|
|
);
|
|
);
|
|
}
|
|
}
|
|
@@ -1539,7 +1539,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt01,
|
|
fAmount: this.form.costomAmt01,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr01,
|
|
|
|
|
|
+ remarks: null,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
actId: "1080",
|
|
actId: "1080",
|
|
@@ -1553,7 +1553,7 @@ export default {
|
|
fTaxrate: 3,
|
|
fTaxrate: 3,
|
|
fAmount: this.form.costomAmt01,
|
|
fAmount: this.form.costomAmt01,
|
|
fExrate: 1,
|
|
fExrate: 1,
|
|
- remarks: this.form.costomStr01,
|
|
|
|
|
|
+ remarks: null,
|
|
}
|
|
}
|
|
);
|
|
);
|
|
}
|
|
}
|