|
|
|
@ -107,8 +107,8 @@
|
|
|
|
|
<el-button type="primary" text icon="el-icon-edit" @click="handleEdit(row)">编辑</el-button> |
|
|
|
|
<el-button type="primary" text icon="el-icon-edit" @click="addAllocation(row)">编 辑 货 位</el-button> |
|
|
|
|
<el-button type="primary" text icon="el-icon-edit" @click="locationList(row)">货 位 列 表</el-button> |
|
|
|
|
<el-button type="primary" text icon="el-icon-delete" v-if="row.enableStatus=='启用'" @click="rowDis(row)">禁用</el-button> |
|
|
|
|
<el-button type="primary" text icon="el-icon-delete" v-if="row.enableStatus=='禁用'" @click="rowEna(row)">启用</el-button> |
|
|
|
|
<!-- <el-button type="primary" text icon="el-icon-delete" v-if="row.enableStatus=='启用'" @click="rowDis(row)">禁用</el-button>--> |
|
|
|
|
<!-- <el-button type="primary" text icon="el-icon-delete" v-if="row.enableStatus=='禁用'" @click="rowEna(row)">启用</el-button>--> |
|
|
|
|
<!-- <el-button type="primary" text icon="el-icon-edit" @click="enableStatus(row)">--> |
|
|
|
|
<!-- <span v-if="row.enableStatus === '启用'">禁用</span>--> |
|
|
|
|
<!-- <span v-else>启用</span>--> |
|
|
|
@ -304,11 +304,11 @@
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
import { getList, getDetail, add, update, remove,getQRCodeImg,getShowTemplate,getPrintTemplate,addAllocation } from "@/api/basicdata/basicdataGoodsShelf"; |
|
|
|
|
import { getList, getDetail, add, update, remove,getQRCodeImg,getShowTemplate,getPrintTemplate,addAllocation,disable,enable } from "@/api/basicdata/basicdataGoodsShelf"; |
|
|
|
|
import {getList as allgetList,update as allupdate} from "@/api/basicdata/basicdataGoodsAllocation"; |
|
|
|
|
import option from "@/option/basicdata/basicdataGoodsShelf"; |
|
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
|
import { disable, enable, getGoodsAreaNodeList } from '@/api/basicdata/basicdataGoodsArea'; |
|
|
|
|
import { getGoodsAreaNodeList } from '@/api/basicdata/basicdataGoodsArea'; |
|
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
|
import { getTemplateData} from '@/api/basic/basicPrintTemplate' |
|
|
|
|
import { getLodop } from '@/utils/LodopFuncs.js' |
|
|
|
|