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

调整

parent 595a4b82
...@@ -56,10 +56,6 @@ ...@@ -56,10 +56,6 @@
width: 140 width: 140
}, },
{ {
title: "邮件",
field: "email",
width: 140
},{
title: "备注", title: "备注",
field: "bz", field: "bz",
width: 200 width: 200
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
width: 140, width: 140,
"transform": { "transform": {
"url": "wms/jcsj/rq/init/kczt", "url": "wms/jcsj/rq/init/kczt",
"label": "bmmc", "label": "name",
"value": "id" "value": "id"
} }
}, },
......
...@@ -73,6 +73,11 @@ ...@@ -73,6 +73,11 @@
"value": "id" "value": "id"
} }
}, },
{
title: "来源单号",
field: "rktzDjid",
width: 180
},
{ {
title: "状态", title: "状态",
field: "zt", field: "zt",
......
...@@ -44,6 +44,9 @@ ...@@ -44,6 +44,9 @@
}, },
data() { data() {
return { return {
form:{
phgl:'Y'
},
editColItemList: [{ editColItemList: [{
label: '物料编码', label: '物料编码',
prop: 'code', prop: 'code',
...@@ -96,13 +99,14 @@ ...@@ -96,13 +99,14 @@
} }
}, },
{ // {
label: '批号管理', // readonly:true,
prop: 'phgl', // label: '批号管理',
span: 12, // prop: 'phgl',
type: 'checkbox', // span: 12,
value: 'N' // type: 'checkbox',
}, // value: 'Y'
// },
{ {
label: '库存期限', label: '库存期限',
prop: 'kcqx', prop: 'kcqx',
...@@ -119,6 +123,13 @@ ...@@ -119,6 +123,13 @@
src: "lxyl/jcsj/wlxx/init/wlz" src: "lxyl/jcsj/wlxx/init/wlz"
} }
}, },
// 重检期限
{
label: '重检期限(天)',
prop: 'cjqx',
span: 12,
type: 'inputNumber',
},
{ {
label: '备注', label: '备注',
prop: 'bz', prop: 'bz',
......
...@@ -39,8 +39,8 @@ module.exports = { ...@@ -39,8 +39,8 @@ module.exports = {
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.30.254:18080/dmg`, // target: `http://192.168.30.254:18080/dmg`,
// target: `http://192.168.30.254:28084/erp`, // target: `http://192.168.30.254:28084/erp`,
target: `http://192.168.30.104:9080/lxyl`, // target: `http://192.168.30.104:9080/lxyl`,
// target: `http://localhost:9080/lxyl`, target: `http://localhost:9080/lxyl`,
// target:'http://192.168.30.105:9081/erp', // target:'http://192.168.30.105:9081/erp',
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
......
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