|
|
|
@ -51,6 +51,8 @@
|
|
|
|
|
<div class="avue-crud__left"> |
|
|
|
|
<el-button type="primary" icon="el-icon-plus" @click="handleAdd">新 增</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleDelete" plain>删 除</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleDisable" plain>禁 用</el-button> |
|
|
|
|
<el-button type="danger" icon="el-icon-delete" @click="handleEnable" plain>启 用</el-button> |
|
|
|
|
<!-- <el-button type="danger" icon="el-icon-delete" @click="aaa" plain>导出二维码</el-button>--> |
|
|
|
|
<!-- <el-button type="danger" icon="el-icon-delete" @click="viewQrCode" plain>查看二维码</el-button>--> |
|
|
|
|
|
|
|
|
@ -105,6 +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-edit" @click="enableStatus(row)">--> |
|
|
|
|
<!-- <span v-if="row.enableStatus === '启用'">禁用</span>--> |
|
|
|
|
<!-- <span v-else>启用</span>--> |
|
|
|
@ -144,31 +148,31 @@
|
|
|
|
|
<!-- 表单字段 --> |
|
|
|
|
|
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="12" v-if="idShowStatus && !allocation" > |
|
|
|
|
<el-form-item label="启用状态:" prop="enableStatus" label-width="100px" > |
|
|
|
|
<!-- <el-input v-model="form.areaStatus" placeholder="请输入货区状态;1-启用,2-禁用"/>--> |
|
|
|
|
<el-select v-model="form.enableStatus" clearable placeholder="请选择货区状态" style="width: 88%" > |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in enableStatusData" |
|
|
|
|
:key="item.dictKey" |
|
|
|
|
:label="item.dictValue" |
|
|
|
|
:value="item.dictKey"> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="12" v-if="idShowStatus && !allocation" > |
|
|
|
|
<el-form-item label="货架状态:" prop="goodsShelfStatus" label-width="100px" > |
|
|
|
|
<el-select v-model="form.goodsShelfStatus" clearable placeholder="请选择货架状态" style="width: 88%" > |
|
|
|
|
<el-option |
|
|
|
|
v-for="item in goodsShelfStatusData" |
|
|
|
|
:key="item.dictKey" |
|
|
|
|
:label="item.dictValue" |
|
|
|
|
:value="item.dictKey"> |
|
|
|
|
</el-option> |
|
|
|
|
</el-select> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
|
<!-- <el-col :span="12" v-if="idShowStatus && !allocation" >--> |
|
|
|
|
<!-- <el-form-item label="启用状态:" prop="enableStatus" label-width="100px" >--> |
|
|
|
|
<!-- <!– <el-input v-model="form.areaStatus" placeholder="请输入货区状态;1-启用,2-禁用"/>–>--> |
|
|
|
|
<!-- <el-select v-model="form.enableStatus" clearable placeholder="请选择货区状态" style="width: 88%" >--> |
|
|
|
|
<!-- <el-option--> |
|
|
|
|
<!-- v-for="item in enableStatusData"--> |
|
|
|
|
<!-- :key="item.dictKey"--> |
|
|
|
|
<!-- :label="item.dictValue"--> |
|
|
|
|
<!-- :value="item.dictKey">--> |
|
|
|
|
<!-- </el-option>--> |
|
|
|
|
<!-- </el-select>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-col>--> |
|
|
|
|
<!-- <el-col :span="12" v-if="idShowStatus && !allocation" >--> |
|
|
|
|
<!-- <el-form-item label="货架状态:" prop="goodsShelfStatus" label-width="100px" >--> |
|
|
|
|
<!-- <el-select v-model="form.goodsShelfStatus" clearable placeholder="请选择货架状态" style="width: 88%" >--> |
|
|
|
|
<!-- <el-option--> |
|
|
|
|
<!-- v-for="item in goodsShelfStatusData"--> |
|
|
|
|
<!-- :key="item.dictKey"--> |
|
|
|
|
<!-- :label="item.dictValue"--> |
|
|
|
|
<!-- :value="item.dictKey">--> |
|
|
|
|
<!-- </el-option>--> |
|
|
|
|
<!-- </el-select>--> |
|
|
|
|
<!-- </el-form-item>--> |
|
|
|
|
<!-- </el-col>--> |
|
|
|
|
<el-col :span="12" v-if="!allocation"> |
|
|
|
|
<el-form-item label="货架名称:" prop="goodsShelfName" label-width="100px" > |
|
|
|
|
<el-input v-model="form.goodsShelfName" placeholder="请输入货架名称" style="width: 88%;"/> |
|
|
|
@ -304,7 +308,7 @@ import { getList, getDetail, add, update, remove,getQRCodeImg,getShowTemplate,ge
|
|
|
|
|
import {getList as allgetList,update as allupdate} from "@/api/basicdata/basicdataGoodsAllocation"; |
|
|
|
|
import option from "@/option/basicdata/basicdataGoodsShelf"; |
|
|
|
|
import { mapGetters } from "vuex"; |
|
|
|
|
import { getGoodsAreaNodeList } from '@/api/basicdata/basicdataGoodsArea'; |
|
|
|
|
import { disable, enable, getGoodsAreaNodeList } from '@/api/basicdata/basicdataGoodsArea'; |
|
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
|
import { getTemplateData} from '@/api/basic/basicPrintTemplate' |
|
|
|
|
import { getLodop } from '@/utils/LodopFuncs.js' |
|
|
|
@ -399,7 +403,7 @@ export default {
|
|
|
|
|
type: "cascader", |
|
|
|
|
labelWidth:'100', |
|
|
|
|
clearable:true, |
|
|
|
|
placeholder:'仓库/货区/货架', |
|
|
|
|
placeholder:'仓库/货区', |
|
|
|
|
dicUrl: '/api/logpm-basicdata/goodsAllocation/getNode', |
|
|
|
|
// dicData:dicData , |
|
|
|
|
props: { |
|
|
|
@ -619,12 +623,8 @@ export default {
|
|
|
|
|
this.goodsShelfStatusData = res.data.data; |
|
|
|
|
}); |
|
|
|
|
getGoodsAreaNodeList().then(res=>{ |
|
|
|
|
console.log("res>>>>>>>>>>>>>>",res); |
|
|
|
|
|
|
|
|
|
const data = this.formatCascaderData(res.data.data); |
|
|
|
|
console.log("data>>>>>>>>>>>>>>",data); |
|
|
|
|
this.optioner = data |
|
|
|
|
console.log(">>>>>>>>>>>>>>>>optioner",this.optioner); |
|
|
|
|
}) |
|
|
|
|
getTemplateData("9").then(res=>{ |
|
|
|
|
console.log(res.data.data); |
|
|
|
@ -812,7 +812,7 @@ export default {
|
|
|
|
|
this.$message.warning("请选择至少一条数据"); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
this.$confirm("确定将选择数据删除?", { |
|
|
|
|
this.$confirm("确定将选择货架删除?", { |
|
|
|
|
confirmButtonText: "确定", |
|
|
|
|
cancelButtonText: "取消", |
|
|
|
|
type: "warning" |
|
|
|
@ -829,6 +829,84 @@ export default {
|
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
handleDisable () { |
|
|
|
|
if (this.selectionList.length === 0) { |
|
|
|
|
this.$message.warning("请选择至少一条数据"); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
this.$confirm("确定将选择数据禁用?", { |
|
|
|
|
confirmButtonText: "确定", |
|
|
|
|
cancelButtonText: "取消", |
|
|
|
|
type: "warning" |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
return disable(this.ids); |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
this.selectionClear(); |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: "success", |
|
|
|
|
message: "操作成功!" |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
handleEnable () { |
|
|
|
|
if (this.selectionList.length === 0) { |
|
|
|
|
this.$message.warning("请选择至少一条数据"); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
this.$confirm("确定将选择货架启用?", { |
|
|
|
|
confirmButtonText: "确定", |
|
|
|
|
cancelButtonText: "取消", |
|
|
|
|
type: "warning" |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
return enable(this.ids); |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
this.selectionClear(); |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: "success", |
|
|
|
|
message: "操作成功!" |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
rowDis (row) { |
|
|
|
|
this.$confirm("确定将选择货架禁用?", { |
|
|
|
|
confirmButtonText: "确定", |
|
|
|
|
cancelButtonText: "取消", |
|
|
|
|
type: "warning" |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
return disable(row.id); |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: "success", |
|
|
|
|
message: "操作成功!" |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
rowEna (row) { |
|
|
|
|
this.$confirm("确定将选择货架启用?", { |
|
|
|
|
confirmButtonText: "确定", |
|
|
|
|
cancelButtonText: "取消", |
|
|
|
|
type: "warning" |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
return enable(row.id); |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
this.$message({ |
|
|
|
|
type: "success", |
|
|
|
|
message: "操作成功!" |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
//结合模板生成二维码 |
|
|
|
|
viewQrCode(){ |
|
|
|
|
if (this.selectionList.length === 0) { |
|
|
|
@ -968,14 +1046,14 @@ export default {
|
|
|
|
|
} |
|
|
|
|
Object.assign(this.query,ids) |
|
|
|
|
} |
|
|
|
|
getList(page.currentPage, page.pageSize, Object.assign(params, this.query )).then(res=>{ |
|
|
|
|
getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res=>{ |
|
|
|
|
const data = res.data.data; |
|
|
|
|
console.log(">>>>>",data); |
|
|
|
|
data.records.forEach((item,index)=>{ |
|
|
|
|
if (item.enableStatus===1){ |
|
|
|
|
item.enableState=true; |
|
|
|
|
if (item.enableStatus==1){ |
|
|
|
|
item.enableStatus='启用'; |
|
|
|
|
}else { |
|
|
|
|
item.enableState=false; |
|
|
|
|
item.enableStatus='禁用'; |
|
|
|
|
} |
|
|
|
|
this.goodsShelfStatusData.forEach(goodsShelfStatus=>{ |
|
|
|
|
if (item.goodsShelfStatus === goodsShelfStatus.sort){ |
|
|
|
|