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

调整

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