Merge branch 'ymf' of https://newgitea.sxczgkj.cn/czg_team/cashier-web into gyq
This commit is contained in:
commit
dc0cd2076c
|
|
@ -1 +1 @@
|
||||||
npx --no-install commitlint --edit $1
|
# npx --no-install commitlint --edit $1
|
||||||
|
|
|
||||||
|
|
@ -123,6 +123,7 @@ const basicForm = reactive({
|
||||||
function editPlan(row, index) {
|
function editPlan(row, index) {
|
||||||
refDialogPlans.value.open(toRaw(row), index);
|
refDialogPlans.value.open(toRaw(row), index);
|
||||||
}
|
}
|
||||||
|
|
||||||
function returnDeliverDate(row) {
|
function returnDeliverDate(row) {
|
||||||
if (row.deliverDate === "advance") {
|
if (row.deliverDate === "advance") {
|
||||||
return "提前" + Math.abs(row.deliverTime) + "天";
|
return "提前" + Math.abs(row.deliverTime) + "天";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue