@ -78,7 +78,7 @@
}
},
created() {
this.initData()
methods: {
initData() {
@ -144,8 +144,11 @@
this.$emit('doback')
showAdd() {},
showAdd() {
showEdit(row) {
req.initGoodsShelves(row.sid)
.then(resp => {
if (resp.success) {
@ -90,7 +90,7 @@
@ -171,8 +171,11 @@
req.initWarehousearea(row.sid)
@ -204,7 +204,7 @@
@ -307,8 +307,11 @@
req.initTypes(row.sid)
@ -850,7 +850,7 @@
@ -880,6 +880,7 @@
this.hideUploadBtn = this.imgList.length != 0
console.log('this.hideUploadBtn', this.hideUploadBtn)
saveOrUpdate() {
@ -934,6 +935,7 @@
this.$nextTick(() => {
this.$refs['form_obj'].clearValidate()
})
@ -946,6 +948,7 @@
return index + 1