Commit c9347998 authored by 周毅's avatar 周毅

修改包装作业url到定制

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