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

调整

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