Merge branch 'master' into 7404-fixNegativeQuantity
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
commit
4e7a96442a
|
@ -1,7 +1,7 @@
|
|||
export * from './module';
|
||||
|
||||
import './main';
|
||||
import './summary';
|
||||
import './descriptor';
|
||||
import './descriptor-popover';
|
||||
import './descriptor-menu';
|
||||
import './summary';
|
||||
|
|
|
@ -34,6 +34,12 @@
|
|||
"params": {
|
||||
"invoice-out": "$ctrl.invoiceOut"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "/:id",
|
||||
"state": "invoiceOut.card",
|
||||
"abstract": true,
|
||||
"component": "vn-invoice-out-card"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -37,6 +37,7 @@ module.exports = Self => {
|
|||
'name',
|
||||
'subName',
|
||||
'itemPackingTypeFk',
|
||||
'size',
|
||||
'tag5',
|
||||
'value5',
|
||||
'tag6',
|
||||
|
|
Loading…
Reference in New Issue