初次对接
This commit is contained in:
@@ -18,30 +18,30 @@
|
||||
<el-input-number v-model="row.notSendQty" size="small" />
|
||||
</div>
|
||||
</template>
|
||||
<template #chengNuoJiaoQi="{ row }">
|
||||
<div style="display: flex; align-items: center; justify-content: center">
|
||||
<el-date-picker
|
||||
v-model="row.chengNuoJiaoQi"
|
||||
type="date"
|
||||
size="small"
|
||||
style="width: 100%"
|
||||
format="YYYY/MM/DD"
|
||||
@change="batchSetChengNuoJiaoQiFun([{ id: row.id, newTime: row.chengNuoJiaoQi }])"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
<template #newChengNuoJiaoQi="{ row }">
|
||||
<div style="display: flex; align-items: center; justify-content: center">
|
||||
<el-date-picker
|
||||
v-model="row.newChengNuoJiaoQi"
|
||||
type="date"
|
||||
size="small"
|
||||
style="width: 100%"
|
||||
format="YYYY/MM/DD"
|
||||
@change="batchSetNewChengNuoJiaoQiFun([{ id: row.id, newTime: row.newChengNuoJiaoQi }])"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
<!-- <template #chengNuoJiaoQi="{ row }">-->
|
||||
<!-- <div style="display: flex; align-items: center; justify-content: center">-->
|
||||
<!-- <el-date-picker-->
|
||||
<!-- v-model="row.chengNuoJiaoQi"-->
|
||||
<!-- type="date"-->
|
||||
<!-- size="small"-->
|
||||
<!-- style="width: 100%"-->
|
||||
<!-- format="YYYY/MM/DD"-->
|
||||
<!-- @change="batchSetChengNuoJiaoQiFun([{ id: row.id, newTime: row.chengNuoJiaoQi }])"-->
|
||||
<!-- />-->
|
||||
<!-- </div>-->
|
||||
<!-- </template>-->
|
||||
<!-- <template #newChengNuoJiaoQi="{ row }">-->
|
||||
<!-- <div style="display: flex; align-items: center; justify-content: center">-->
|
||||
<!-- <el-date-picker-->
|
||||
<!-- v-model="row.newChengNuoJiaoQi"-->
|
||||
<!-- type="date"-->
|
||||
<!-- size="small"-->
|
||||
<!-- style="width: 100%"-->
|
||||
<!-- format="YYYY/MM/DD"-->
|
||||
<!-- @change="batchSetNewChengNuoJiaoQiFun([{ id: row.id, newTime: row.newChengNuoJiaoQi }])"-->
|
||||
<!-- />-->
|
||||
<!-- </div>-->
|
||||
<!-- </template>-->
|
||||
<template #menu-left>
|
||||
<div class="selectBoxes">
|
||||
<el-date-picker
|
||||
@@ -198,6 +198,7 @@ const batchAddInvoiceOrderFun = () => {
|
||||
arr.push({
|
||||
id: item.id,
|
||||
qty: item.notSendQty,
|
||||
fSupplierLot:item.fSupplierLot
|
||||
});
|
||||
});
|
||||
listApi()
|
||||
|
||||
Reference in New Issue
Block a user