diff --git a/src/views/Pricesystem/ListOfPriceSystems.vue b/src/views/Pricesystem/ListOfPriceSystems.vue index 6c123435..befb4399 100644 --- a/src/views/Pricesystem/ListOfPriceSystems.vue +++ b/src/views/Pricesystem/ListOfPriceSystems.vue @@ -94,10 +94,10 @@ label-width="100px" v-model="details.popUpShow.basicVisted" title="基础配置" - width="40%" + width="60%" :before-close="handleClose" > - + @@ -774,8 +774,17 @@ const handleSubmitBasic = () => { } // 基础配置样式 -.el-dialog-basicVisted .el-form-item { +.el_from_basicVisted{ +.el-form-item{ width: 40%; + :deep( .el-date-editor){ + width: 100% !important; + } + :deep(.el-select){ + width: 100% !important; + } +} + } :deep(.el-date-editor) { diff --git a/src/views/distribution/inventory/distributionStockArticleDetails.vue b/src/views/distribution/inventory/distributionStockArticleDetails.vue index 6663d868..222bc287 100644 --- a/src/views/distribution/inventory/distributionStockArticleDetails.vue +++ b/src/views/distribution/inventory/distributionStockArticleDetails.vue @@ -522,8 +522,12 @@ export default { this.page.currentPage = 1; this.pageId = this.$route.query.id; this.onLoad(this.page); - this.onLoadOwn(this.page); - this.package(); + console.log(this.$route.query,'this.$route.query'); + if(this.$route.query.isZero ==1){ + this.onLoadOwn(this.page); + }else{ + this.package(); + } } }, deep: true,