Commit c9347998 authored by 周毅's avatar 周毅

修改包装作业url到定制

parent 4295eeb1
......@@ -35,7 +35,7 @@
const {
id
} = _.cloneDeep(this.app.singleItem)
this.$post('wms/rkgl/bzzy/query/detail', {
this.$post('lxyl/rkgl/bzzy/query/detail', {
mid: id
}).then(res => {
let source = _.cloneDeep(res.data.records[0])
......@@ -133,7 +133,7 @@
return nitem
})
}
this.$post('wms/rkgl/bzzy/split', params).then(res => {
this.$post('lxyl/rkgl/bzzy/split', params).then(res => {
if (res.success) {
this.$success('操作成功')
this.app.showDialog = false
......
......@@ -250,7 +250,7 @@
"value": "",
readonly:true,
"typeConfig": {
"src": "wms/rkgl/bzzy/init/zt",
"src": "lxyl/rkgl/bzzy/init/zt",
"match": {
"value": "id",
"label": "name"
......
......@@ -43,15 +43,15 @@
config: {
queryDetail: true,
/* 基本配置*/
url: 'wms/rkgl/bzzy',
// addUrl:'wms/rkgl/bzdj/install',
url: 'lxyl/rkgl/bzzy',
// addUrl:'lxyl/rkgl/bzdj/install',
tableTitle: [
// {
// title: "类型",
// field: "djlx",
// width: 80,
// "transform": {
// "url": "wms/rkgl/bzzy/init/djlx",
// "url": "lxyl/rkgl/bzzy/init/djlx",
// "label": "name",
// "value": "id"
// }
......@@ -92,7 +92,7 @@
title: "单据来源",
field: "djly",
"transform": {
"url": "wms/rkgl/bzzy/init/djly",
"url": "lxyl/rkgl/bzzy/init/djly",
"label": "name",
"value": "id"
},
......@@ -108,7 +108,7 @@
title: "状态",
field: "zt",
"transform": {
"url": "wms/rkgl/bzzy/init/zt",
"url": "lxyl/rkgl/bzzy/init/zt",
"label": "name",
"value": "id"
},
......@@ -174,7 +174,7 @@
methods: {
qxwc(ctx){
if(ctx.singleItem&&ctx.singleItem.id){
this.$post('wms/rkgl/bzzy/cancelComplete',{
this.$post('lxyl/rkgl/bzzy/cancelComplete',{
id:ctx.singleItem.id
}).then(res=>{
if(res.success){
......@@ -190,7 +190,7 @@
},
mpwc(ctx){
if(ctx.singleItem&&ctx.singleItem.id){
this.$post('wms/rkgl/bzzy/complete',{
this.$post('lxyl/rkgl/bzzy/complete',{
id:ctx.singleItem.id
}).then(res=>{
if(res.success){
......
......@@ -260,18 +260,6 @@
field: "wlxxGg",
width: 140
},
{
title: "批号",
field: "wlph",
type: 'inputText',
width: 180,
},
{
title: "制令号",
field: "zlh",
type: 'inputText',
width: 180,
},
{
title: "应入库数量",
allowEdit: false,
......@@ -298,6 +286,19 @@
width: 100,
allowEdit: false
},
{
title: "批号",
field: "wlph",
type: 'inputText',
width: 180,
},
{
title: "制令号",
field: "zlh",
type: 'inputText',
width: 180,
},
{ show: JSON.parse(localStorage.getItem('isKwgl')),
......
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