fix(emptyOrder): 空单注册是否激活默认为否

This commit is contained in:
woody 2025-06-23 09:26:23 +08:00
parent 759e4b9dd8
commit a23a945213
2 changed files with 8 additions and 4 deletions

View File

@ -788,7 +788,7 @@
<div v-else>{{ scope.row.recAddress }}</div> <div v-else>{{ scope.row.recAddress }}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
align="center" align="center"
width="150" width="150"
prop="autoFlag" prop="autoFlag"
@ -825,7 +825,7 @@
</el-select> </el-select>
<div v-else>{{ scope.row.autoFlagVal }}</div> <div v-else>{{ scope.row.autoFlagVal }}</div>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column <el-table-column
align="center" align="center"
width="150" width="150"
@ -1975,6 +1975,8 @@ export default {
parentCode: '', parentCode: '',
placeParentCode: '', placeParentCode: '',
placeDept: '', placeDept: '',
autoFlag: 1,
autoFlagVal: '否',
// pkSettleCountry: this.userPkCountry, // pkSettleCountry: this.userPkCountry,
// pkSettleCountryName: this.userPkCountryName, // pkSettleCountryName: this.userPkCountryName,
pkCountry: this.userPkCountry, pkCountry: this.userPkCountry,

View File

@ -894,7 +894,7 @@
<div v-else>{{ scope.row.recAddress }}</div> <div v-else>{{ scope.row.recAddress }}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
align="center" align="center"
width="150" width="150"
prop="autoFlag" prop="autoFlag"
@ -935,7 +935,7 @@
</el-select> </el-select>
<div v-else>{{ scope.row.autoFlagVal }}</div> <div v-else>{{ scope.row.autoFlagVal }}</div>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column <el-table-column
align="center" align="center"
width="150" width="150"
@ -2112,6 +2112,8 @@ export default {
parentCode: '', parentCode: '',
placeParentCode: '', placeParentCode: '',
placeDept: '', placeDept: '',
autoFlag: 1,
autoFlagVal: '否',
// pkSettleCountry: this.userPkCountry, // pkSettleCountry: this.userPkCountry,
// pkSettleCountryName: this.userPkCountryName, // pkSettleCountryName: this.userPkCountryName,
pkCountry: this.userPkCountry, pkCountry: this.userPkCountry,