diff --git a/yxt-as-ui/src/views/goods/goods/goodsAdd.vue b/yxt-as-ui/src/views/goods/goods/goodsAdd.vue index 21f6d6b11c..020db07e0a 100644 --- a/yxt-as-ui/src/views/goods/goods/goodsAdd.vue +++ b/yxt-as-ui/src/views/goods/goods/goodsAdd.vue @@ -135,7 +135,7 @@
是否上架
- + 上架 下架 @@ -373,7 +373,7 @@
是否原厂
- + @@ -387,7 +387,7 @@
是否库存警戒
- + @@ -473,7 +473,7 @@
是否积分兑换
- + @@ -494,7 +494,7 @@
锁定销售价格
- + @@ -567,7 +567,7 @@
是否原厂
- + @@ -581,7 +581,7 @@
是否库存警戒
- + @@ -676,7 +676,7 @@
是否积分兑换
- + @@ -698,7 +698,7 @@
锁定销售价格
- + diff --git a/yxt-as-ui/src/views/goods/goods/goodsAdd2.vue b/yxt-as-ui/src/views/goods/goods/goodsAdd2.vue index 8362e0b26c..ef7f954d8b 100644 --- a/yxt-as-ui/src/views/goods/goods/goodsAdd2.vue +++ b/yxt-as-ui/src/views/goods/goods/goodsAdd2.vue @@ -117,8 +117,8 @@
原厂标志
- + @@ -170,7 +170,7 @@
锁定销售定价
- @@ -343,11 +343,11 @@ }, initData() { - var parpams = { - orgPath: window.sessionStorage.getItem('defaultOrgPath'), - userSid: window.sessionStorage.getItem('userSid'), - menuUrl: this.$route.path - } + var parpams = { + orgPath: window.sessionStorage.getItem('defaultOrgPath'), + userSid: window.sessionStorage.getItem('userSid'), + menuUrl: this.$route.path + } req2.getAllBrand(parpams).then(resp => { this.brandList = resp.data }) @@ -443,11 +443,11 @@ if (resp.success) { this.formobj = resp.data - for (var i = 0; i < resp.data.picPath.length; i++) { - var item = resp.data.picPath[i] - this.imgList.push({ - url:item.url - }) + for (var i = 0; i < resp.data.picPath.length; i++) { + var item = resp.data.picPath[i] + this.imgList.push({ + url: item.url + }) } } }) @@ -516,4 +516,10 @@ justify-content: space-between; align-items: center; } + + .el-radio /deep/ .el-radio__label { + + font-size: 14px !important; + + } diff --git a/yxt-as-ui/src/views/goods/goods/goodsInfo.vue b/yxt-as-ui/src/views/goods/goods/goodsInfo.vue index 15ec78ebf9..7e77ed6194 100644 --- a/yxt-as-ui/src/views/goods/goods/goodsInfo.vue +++ b/yxt-as-ui/src/views/goods/goods/goodsInfo.vue @@ -120,7 +120,7 @@
是否上架
- + 上架 下架 @@ -272,7 +272,7 @@
是否原厂
- + @@ -286,7 +286,7 @@
是否库存警戒
- + @@ -372,7 +372,7 @@
是否积分兑换
- + @@ -393,7 +393,7 @@
锁定销售价格
- + diff --git a/yxt-as-ui/src/views/goods/goods/goodsInfo2.vue b/yxt-as-ui/src/views/goods/goods/goodsInfo2.vue index ca1b1f963c..05854d1f71 100644 --- a/yxt-as-ui/src/views/goods/goods/goodsInfo2.vue +++ b/yxt-as-ui/src/views/goods/goods/goodsInfo2.vue @@ -100,7 +100,7 @@
原厂标志
- + @@ -150,7 +150,7 @@
锁定销售定价
- + diff --git a/yxt-as-ui/src/views/storage/upShelf/index.vue b/yxt-as-ui/src/views/storage/upShelf/index.vue index ac47a29e10..a17755c865 100644 --- a/yxt-as-ui/src/views/storage/upShelf/index.vue +++ b/yxt-as-ui/src/views/storage/upShelf/index.vue @@ -25,7 +25,7 @@ - + @@ -139,7 +139,15 @@ size: 10, total: 0, params: { - name: '' + name: '', + billNo: "", + sourceBillNo: "", + createTimestart: '', + createTimeEnd: '', + billstate: '', + menuUrl: '', + orgPath: '', + usersid: "" } }, sids: [], @@ -149,7 +157,7 @@ sid: "0" }, { - name: "完成", + name: "已完成", sid: "1" } ], @@ -251,6 +259,9 @@ }, loadList() { this.tableLoading = true + this.queryParams.params.userSid = window.sessionStorage.getItem('userSid') + this.queryParams.params.orgPath = window.sessionStorage.getItem('defaultOrgPath') + this.queryParams.params.menuUrl = this.$route.path req.listPage(this.queryParams).then((resp) => { this.tableLoading = false if (resp.success) { @@ -283,7 +294,15 @@ size: 10, total: 0, params: { - name: '' + name: '', + billNo: "", + sourceBillNo: "", + createTimestart: '', + createTimeEnd: '', + billstate: '', + menuUrl: '', + orgPath: '', + usersid: "" } } this.loadList() diff --git a/yxt-as-ui/src/views/storage/upShelf/upShelfInfo.vue b/yxt-as-ui/src/views/storage/upShelf/upShelfInfo.vue index 5062e4631a..fa4a4d1232 100644 --- a/yxt-as-ui/src/views/storage/upShelf/upShelfInfo.vue +++ b/yxt-as-ui/src/views/storage/upShelf/upShelfInfo.vue @@ -48,7 +48,7 @@
上架人
- {{ formobj.billState }} + {{ formobj.upShelfName }}
@@ -69,7 +69,7 @@ - + @@ -78,7 +78,7 @@ --> - +