Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 8m15s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 8m15s
* develop: fix: async await fix:q-input maxlength fix currency fix(command): edit-salary
This commit is contained in:
commit
c2b021e243
10 changed files with 599 additions and 29 deletions
|
|
@ -346,7 +346,7 @@ watch(
|
|||
keep-color
|
||||
color="primary"
|
||||
dense
|
||||
:disable="commandType"
|
||||
:disable="commandType ? false : true"
|
||||
v-model="scope.selected"
|
||||
/>
|
||||
</template>
|
||||
|
|
@ -357,7 +357,7 @@ watch(
|
|||
keep-color
|
||||
color="primary"
|
||||
dense
|
||||
:disable="commandType"
|
||||
:disable="commandType ? false : true"
|
||||
v-model="props.selected"
|
||||
/>
|
||||
</q-td>
|
||||
|
|
|
|||
|
|
@ -774,7 +774,6 @@ function onSubmitDate() {
|
|||
*/
|
||||
function openModalOrder(val: boolean) {
|
||||
// ยังไม่ได้ดัก ส่ง ไป ทั้ง object #e.draft == "รอส่งตัว" &&
|
||||
console.log(rowsOrder.value);
|
||||
|
||||
rowsOrder.value = rows.value.filter(
|
||||
(e: any) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue