Commit 4e8110fb by qiaoyanqi

查询加东西

parent 31a133f4
......@@ -58,6 +58,8 @@ export default {
} else {
GMS.vbus.$emit("resetBillData", data.data.id,state);
}
}else{
GMS.vbus.$Message.info('请返回单据id');
}
if (data.data && data.data.message) {
GMS.vbus.$Message.info(data.data.message);
......
......@@ -6,7 +6,7 @@ export default {
let name = GMS.$hideContainer.addComponent(addInfoModal, {}, function (c) {
let BILLID = param.param.billId||'BILLID';
let BILLNAME = param.param.billName||'BILLNAME';
let BILLEDITNAME = param.param.billDefineName||'BILLEDITNAME';
let BILLEDITNAME = param.param.viewName||param.param.billDefineName||'BILLEDITNAME';
GMS.showDetailAction = true;//详情,点击确定按钮。记录此参数
component = c;
c.bill = bill;
......
......@@ -1439,6 +1439,12 @@ export default {
"key": "billName",
"type": "String",
},{
"isRequired": true,
"ref": "columnField",
"type": "field",
"title": "页面名称",
"key": "viewName"
},{
"isRequired": false,
"title": "单据界面",
"key": "billDefineName",
......
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