Commit e68f7f34 authored by 李苏's avatar 李苏 💬

调整

parent 8f81d4df
......@@ -508,7 +508,7 @@ export const powerRoutes = [
"icon": "",
"noCache": false,
"link": null,
"mkid": 920031100,
"mkid": 920031200,
},
name: 'slk',
path: "slk",
......@@ -521,7 +521,7 @@ export const powerRoutes = [
"icon": "",
"noCache": false,
"link": null,
"mkid": 920031200,
"mkid": 920031100,
},
name: 'spk',
path: "spk",
......
......@@ -91,7 +91,7 @@
{
title: "耗时",
field: "timespan",
width: 240,
width: 180,
formatter(a, b, duration) {
if (duration == 0 || !duration) {
return "0";
......
......@@ -50,14 +50,14 @@
mixins: [editMixin, editMixin_expand],
methods: {
save() {
this.$refs['form'].validate((valid)=>{
if(valid){
this.$post('lxyl/rkgl/sjrw/lkrk/save',{
...this.form,
datas:this.formDetail
}).then(res=>{
if(res.data.success){
console.log(res)
if(res.success){
this.$success('操作成功')
this.$refs.RelDialog.closeAll()
this.app.refresh()
......
......@@ -101,7 +101,7 @@
{
title: "耗时",
field: "timespan",
width: 240,
width: 180,
formatter(a, b, duration) {
if (duration == 0 || !duration) {
return "0";
......
......@@ -61,19 +61,25 @@
width: 140
},
{
title: "位",
title: "起始位",
field: "gwName",
width: 140
},
{
title: "库位",
field: "kwCode",
width: 140
width: 140,
formatter(a,b,v){
return a.gwName||a.kwName
}
},
// {
// title: "库位",
// field: "kwCode",
// width: 140
// },
{
title: "目标库位",
field: "mbkwCode",
width: 140
width: 140,
// formatter(a,b,v){
// return a.gwName||a.kwName
// }
},
{
title: "容器",
......@@ -108,7 +114,7 @@
{
title: "耗时",
field: "timespan",
width: 240,
width: 180,
formatter(a, b, duration) {
if (duration == 0 || !duration) {
return "0";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment