|
@@ -90,7 +90,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item
|
|
|
- v-if="dataShowcar == '0'"
|
|
|
+ v-if="dataShowcar == '1'"
|
|
|
label="结算方式"
|
|
|
prop="fStltypeid"
|
|
|
>
|
|
@@ -112,7 +112,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item
|
|
|
- v-if="dataShowcar == '1'"
|
|
|
+ v-if="dataShowcar == '0'"
|
|
|
label="计费单位"
|
|
|
prop="fFeetUnit"
|
|
|
>
|
|
@@ -419,7 +419,7 @@
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item
|
|
|
- v-if="dataShowcar == '0'"
|
|
|
+ v-if="dataShowcar == '1'"
|
|
|
label="计费单位"
|
|
|
prop="fFeetUnit"
|
|
|
>
|
|
@@ -439,7 +439,7 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
<el-form-item
|
|
|
- v-if="dataShowcar == '1'"
|
|
|
+ v-if="dataShowcar == '0'"
|
|
|
label="结算方式"
|
|
|
prop="fStltypeid"
|
|
|
>
|
|
@@ -562,7 +562,7 @@
|
|
|
? (detailsHidden2 = false)
|
|
|
: (detailsHidden2 = true)
|
|
|
"
|
|
|
- v-if="this.dataShowcar == 1"
|
|
|
+ v-if="dataShowcar == 0"
|
|
|
>{{ detailsHidden2 ? "隐藏" : "更多" }}
|
|
|
</el-button>
|
|
|
<el-button
|
|
@@ -3088,7 +3088,7 @@ export default {
|
|
|
});
|
|
|
this.getConfigKey("data_showcar").then((response) => {
|
|
|
this.dataShowcar = response.msg;
|
|
|
- if (this.dataShowcar == "1") {
|
|
|
+ if (this.dataShowcar == "0") {
|
|
|
this.detailsHidden2 = false;
|
|
|
this.form.fBusinessType = "0";
|
|
|
}
|
|
@@ -3240,7 +3240,7 @@ export default {
|
|
|
this.warehouseDrList = [];
|
|
|
this.CntrTable = [];
|
|
|
this.sumMum = 0;
|
|
|
- if (this.dataShowcar == "1") {
|
|
|
+ if (this.dataShowcar == "0") {
|
|
|
this.detailsHidden2 = false;
|
|
|
}
|
|
|
if (this.$route.query.id) {
|