-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
+ {{ form.kcdw }}
+
-
@@ -77,7 +59,7 @@ import { mapGetters } from 'vuex'
import SelectList from "./SelectList";
export default {
- name: "MjyBj",
+ name: "SjXgkc",
components: { SelectList },
data() {
return {
@@ -119,7 +101,7 @@ export default {
ids: null,
mc: null,
bh: null,
- qmyy: '申请解档',
+ qmyy: '修改库存',
sdrmm: null
}
this.resetForm("form")
@@ -132,6 +114,7 @@ export default {
this.form.id = row.id
this.form.mc = row.mc
this.form.bh = row.bh
+ this.form.kcdw = row.kcdw
this.open = true
},
save() {
diff --git a/src/views/business/resource/sj/list.vue b/src/views/business/resource/sj/list.vue
index 5f057e7..c657b48 100644
--- a/src/views/business/resource/sj/list.vue
+++ b/src/views/business/resource/sj/list.vue
@@ -135,59 +135,39 @@
{{
- $t('page.business.zykgl.mjy.detail') }}
-
- {{
- $t('page.business.zykgl.mjy.fafang') }}
-
+ $t('page.business.zykgl.sj.detail') }}
+
{{
$t('page.business.zykgl.sj.cz') }}
-
- {{
- $t('page.business.zykgl.mjy.czrq') }}
{{
$t('form.edit') }}
-
- {{
- $t('page.business.zykgl.mjy.shbj') }}
{{
- $t('page.business.zykgl.mjy.xgkc') }}
-
- {{
- $t('page.business.zykgl.mjy.shxgkc') }}
+ $t('page.business.zykgl.sj.xgkc') }}
{{
- $t('page.business.zykgl.mjy.lock') }}
+ $t('page.business.zykgl.sj.lock') }}
{{
- $t('page.business.zykgl.mjy.unlock') }}
+ $t('page.business.zykgl.sj.unlock') }}
{{
- $t('page.business.zykgl.mjy.guidang') }}
+ $t('page.business.zykgl.sj.guidang') }}
{{
- $t('page.business.zykgl.mjy.jiedang') }}
+ $t('page.business.zykgl.sj.jiedang') }}
{{
- $t('page.business.zykgl.mjy.jieyue') }}
-
- {{
- $t('page.business.zykgl.mjy.guihuan') }}
+ $t('page.business.zykgl.sj.jieyue') }}
@@ -205,12 +185,8 @@
-
-
-
-
@@ -221,10 +197,6 @@
-
-
-
-
@@ -237,21 +209,16 @@ import Gd from "./comps/Gd";
import Jd from "./comps/Jd";
import Xq from "./comps/Xq";
import Bj from "./comps/Bj";
-import Shbj from "./comps/Shbj";
import Xgkc from "./comps/Xgkc";
-import Shxgkc from "./comps/Shxgkc";
import Jy from "./comps/Jy";
import Gh from "./comps/Gh";
import Ff from "./comps/Ff";
-import Czrq from "./comps/Czrq";
import Cz from "./comps/Cz";
import CzBatch from "./comps/CzBatch";
-import Czyj from "./comps/Czyj";
-import Ysff from "./comps/Ysff";
export default {
name: "Sj",
- components: { Sd, Js, Gd, Xq, Jd, Bj, Shbj, Xgkc, Shxgkc, Jy, Gh,Czyj,Czrq, Cz, CzBatch, Ff,Ysff },
+ components: { Sd, Js, Gd, Xq, Jd, Bj, Xgkc, Jy, Gh, Cz, CzBatch, Ff },
data() {
return {
showDetail: false,
@@ -280,22 +247,6 @@ export default {
this.getList()
},
methods: {
- //钥匙发放
- handleYsff() {
- this.$refs.Ysff.showBatch(this.selectList)
- },
- //批量发放
- handlePlff(row) {
- this.$refs.Ff.showBatch(this.selectList)
- },
- //处置容器
- handleCzrq(row) {
- this.$refs.Czrq.show(row)
- },
- //批量处置容器
- handlePlczrq() {
- this.$refs.Czrq.showBatch(this.selectList)
- },
//处置
handleCz(row) {
this.$refs.Cz.show(row)
@@ -308,18 +259,10 @@ export default {
handleBj(row) {
this.$refs.Bj.show(row)
},
- //审核编辑
- handleShbj(row) {
- this.$refs.Shbj.show(row)
- },
//修改库存
handleXgkc(row) {
this.$refs.Xgkc.show(row)
},
- //审核修改库存
- handleShxgkc(row) {
- this.$refs.Shxgkc.show(row)
- },
//借阅
handleJy(row) {
this.$refs.Jy.show(row)