|
|
|
@ -523,8 +523,8 @@ export default {
|
|
|
|
|
searchResultDate: 'vn-ticket-summary [label=Landed] span',
|
|
|
|
|
topbarSearch: 'vn-searchbar',
|
|
|
|
|
moreMenu: 'vn-ticket-index vn-icon-button[icon=more_vert]',
|
|
|
|
|
fourthWeeklyTicket: 'vn-ticket-weekly-index vn-card smart-table slot-table tr:nth-child(4)',
|
|
|
|
|
fiveWeeklyTicket: 'vn-ticket-weekly-index vn-card smart-table slot-table tr:nth-child(5)',
|
|
|
|
|
fourthWeeklyTicket: 'vn-ticket-weekly-index vn-card smart-table slot-table tr:nth-child(5)',
|
|
|
|
|
fiveWeeklyTicket: 'vn-ticket-weekly-index vn-card smart-table slot-table tr:nth-child(6)',
|
|
|
|
|
weeklyTicket: 'vn-ticket-weekly-index vn-card smart-table slot-table table tbody tr',
|
|
|
|
|
firstWeeklyTicketDeleteIcon: 'vn-ticket-weekly-index vn-card smart-table slot-table tr:nth-child(2) vn-icon-button[icon="delete"]',
|
|
|
|
|
firstWeeklyTicketAgency: 'vn-ticket-weekly-index vn-card smart-table slot-table tr:nth-child(2) [ng-model="weekly.agencyModeFk"]',
|
|
|
|
@ -606,16 +606,16 @@ export default {
|
|
|
|
|
firstSaleThumbnailImage: 'vn-ticket-sale:nth-child(1) vn-tr:nth-child(1) vn-td:nth-child(3) > img',
|
|
|
|
|
firstSaleZoomedImage: 'body > div > div > img',
|
|
|
|
|
firstSaleQuantity: 'vn-ticket-sale [ng-model="sale.quantity"]',
|
|
|
|
|
firstSaleQuantityCell: 'vn-ticket-sale vn-tr:nth-child(2) > vn-td-editable:nth-child(7)',
|
|
|
|
|
firstSaleQuantityCell: 'vn-ticket-sale vn-tr:nth-child(1) > vn-td-editable:nth-child(7)',
|
|
|
|
|
firstSalePrice: 'vn-ticket-sale vn-table vn-tr:nth-child(1) > vn-td:nth-child(9) > span',
|
|
|
|
|
firstSalePriceInput: '.vn-popover.shown input[ng-model="$ctrl.field"]',
|
|
|
|
|
firstSaleDiscount: 'vn-ticket-sale vn-table vn-tr:nth-child(1) > vn-td:nth-child(10) > span',
|
|
|
|
|
firstSaleDiscountInput: '.vn-popover.shown [ng-model="$ctrl.field"]',
|
|
|
|
|
saveSaleDiscountButton: '.vn-popover.shown vn-button[label="Save"]',
|
|
|
|
|
firstSaleImport: 'vn-ticket-sale:nth-child(3) vn-td:nth-child(11)',
|
|
|
|
|
firstSaleReservedIcon: 'vn-ticket-sale vn-tr:nth-child(2) > vn-td:nth-child(2) > vn-icon:nth-child(3)',
|
|
|
|
|
firstSaleImport: 'vn-ticket-sale:nth-child(1) vn-td:nth-child(11)',
|
|
|
|
|
firstSaleReservedIcon: 'vn-ticket-sale vn-tr:nth-child(1) > vn-td:nth-child(2) > vn-icon:nth-child(3)',
|
|
|
|
|
firstSaleColour: 'vn-ticket-sale vn-tr:nth-child(1) vn-fetched-tags section',
|
|
|
|
|
firstSaleCheckbox: 'vn-ticket-sale vn-tr:nth-child(2) vn-check[ng-model="sale.checked"]',
|
|
|
|
|
firstSaleCheckbox: 'vn-ticket-sale vn-tr:nth-child(1) vn-check[ng-model="sale.checked"]',
|
|
|
|
|
secondSaleText: 'vn-table div > vn-tbody > vn-tr:nth-child(2)',
|
|
|
|
|
secondSaleId: 'vn-ticket-sale:nth-child(2) vn-td-editable:nth-child(4) text > span',
|
|
|
|
|
secondSaleIdAutocomplete: 'vn-ticket-sale vn-tr:nth-child(2) vn-autocomplete[ng-model="sale.itemFk"]',
|
|
|
|
@ -625,9 +625,9 @@ export default {
|
|
|
|
|
secondSaleConceptInput: 'vn-ticket-sale vn-tbody > :nth-child(2) > vn-td-editable.ng-isolate-scope.selected vn-textfield',
|
|
|
|
|
totalImport: 'vn-ticket-sale vn-one.taxes > p:nth-child(3) > strong',
|
|
|
|
|
selectAllSalesCheckbox: 'vn-ticket-sale vn-thead vn-check',
|
|
|
|
|
secondSaleCheckbox: 'vn-ticket-sale vn-tr:nth-child(3) vn-check[ng-model="sale.checked"]',
|
|
|
|
|
thirdSaleCheckbox: 'vn-ticket-sale vn-tr:nth-child(4) vn-check[ng-model="sale.checked"]',
|
|
|
|
|
fourthSaleCheckbox: 'vn-ticket-sale vn-tr:nth-child(5) vn-check[ng-model="sale.checked"]',
|
|
|
|
|
secondSaleCheckbox: 'vn-ticket-sale vn-tr:nth-child(2) vn-check[ng-model="sale.checked"]',
|
|
|
|
|
thirdSaleCheckbox: 'vn-ticket-sale vn-tr:nth-child(3) vn-check[ng-model="sale.checked"]',
|
|
|
|
|
fourthSaleCheckbox: 'vn-ticket-sale vn-tr:nth-child(4) vn-check[ng-model="sale.checked"]',
|
|
|
|
|
deleteSaleButton: 'vn-ticket-sale vn-tool-bar > vn-button[icon="delete"]',
|
|
|
|
|
transferSaleButton: 'vn-ticket-sale vn-tool-bar > vn-button[icon="call_split"]',
|
|
|
|
|
moveToTicketInput: 'form vn-input-number[ng-model="$ctrl.transfer.ticketId"] input',
|
|
|
|
@ -1216,7 +1216,7 @@ export default {
|
|
|
|
|
addTagButton: 'vn-icon-button[vn-tooltip="Add tag"]',
|
|
|
|
|
itemTagInput: 'vn-autocomplete[ng-model="itemTag.tagFk"]',
|
|
|
|
|
itemTagValueInput: 'vn-autocomplete[ng-model="itemTag.value"]',
|
|
|
|
|
firstBuy: 'vn-entry-latest-buys tbody > tr:nth-child(1)',
|
|
|
|
|
firstBuy: 'vn-entry-latest-buys tbody > tr:nth-child(2)',
|
|
|
|
|
allBuysCheckBox: 'vn-entry-latest-buys thead vn-check',
|
|
|
|
|
secondBuyCheckBox: 'vn-entry-latest-buys tbody tr:nth-child(2) vn-check[ng-model="buy.checked"]',
|
|
|
|
|
editBuysButton: 'vn-entry-latest-buys vn-button[icon="edit"]',
|
|
|
|
|