fix(emptyOrder): 空单注册是否激活默认为否
This commit is contained in:
parent
759e4b9dd8
commit
a23a945213
|
@ -788,7 +788,7 @@
|
|||
<div v-else>{{ scope.row.recAddress }}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
<!-- <el-table-column
|
||||
align="center"
|
||||
width="150"
|
||||
prop="autoFlag"
|
||||
|
@ -825,7 +825,7 @@
|
|||
</el-select>
|
||||
<div v-else>{{ scope.row.autoFlagVal }}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column> -->
|
||||
<el-table-column
|
||||
align="center"
|
||||
width="150"
|
||||
|
@ -1975,6 +1975,8 @@ export default {
|
|||
parentCode: '',
|
||||
placeParentCode: '',
|
||||
placeDept: '',
|
||||
autoFlag: 1,
|
||||
autoFlagVal: '否',
|
||||
// pkSettleCountry: this.userPkCountry,
|
||||
// pkSettleCountryName: this.userPkCountryName,
|
||||
pkCountry: this.userPkCountry,
|
||||
|
|
|
@ -894,7 +894,7 @@
|
|||
<div v-else>{{ scope.row.recAddress }}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
<!-- <el-table-column
|
||||
align="center"
|
||||
width="150"
|
||||
prop="autoFlag"
|
||||
|
@ -935,7 +935,7 @@
|
|||
</el-select>
|
||||
<div v-else>{{ scope.row.autoFlagVal }}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column> -->
|
||||
<el-table-column
|
||||
align="center"
|
||||
width="150"
|
||||
|
@ -2112,6 +2112,8 @@ export default {
|
|||
parentCode: '',
|
||||
placeParentCode: '',
|
||||
placeDept: '',
|
||||
autoFlag: 1,
|
||||
autoFlagVal: '否',
|
||||
// pkSettleCountry: this.userPkCountry,
|
||||
// pkSettleCountryName: this.userPkCountryName,
|
||||
pkCountry: this.userPkCountry,
|
||||
|
|
Loading…
Reference in New Issue