Commit 47a1ed66 by wusiyi

feat:清空时清空时间范围,添加列表入库单号和备货单号展示

parent ba86f2b7
...@@ -54,6 +54,7 @@ export interface InterWarehouseBase { ...@@ -54,6 +54,7 @@ export interface InterWarehouseBase {
rejectReason?: string | null rejectReason?: string | null
number?: number | string | null number?: number | string | null
supplierItemNo?: string | null supplierItemNo?: string | null
sourceOn?: string | null //备货单号or入库单号
} }
// 主表列表ts // 主表列表ts
export interface InterWarehousePage extends InterWarehouseBase { } export interface InterWarehousePage extends InterWarehouseBase { }
......
...@@ -184,6 +184,14 @@ ...@@ -184,6 +184,14 @@
align="center" align="center"
></ElTableColumn> ></ElTableColumn>
<ElTableColumn <ElTableColumn
label="备货单号"
show-overflow-tooltip
prop="sourceOn"
width="130"
header-align="center"
align="center"
></ElTableColumn>
<ElTableColumn
label="单据状态" label="单据状态"
width="130" width="130"
prop="billStatusTxt" prop="billStatusTxt"
......
...@@ -105,7 +105,9 @@ ...@@ -105,7 +105,9 @@
</ElButton> </ElButton>
</ElFormItem> </ElFormItem>
<ElFormItem> <ElFormItem>
<ElButton @click="resetSearchForm">重置</ElButton> <ElButton @click="resetSearchForm(), (tradingTime = [])">
重置
</ElButton>
</ElFormItem> </ElFormItem>
<ElFormItem> <ElFormItem>
<el-button type="success" @click="handleExport"> <el-button type="success" @click="handleExport">
...@@ -212,6 +214,14 @@ ...@@ -212,6 +214,14 @@
align="center" align="center"
/> />
<ElTableColumn <ElTableColumn
label="入库单号"
show-overflow-tooltip
prop="sourceOn"
width="130"
header-align="center"
align="center"
/>
<ElTableColumn
label="单据状态" label="单据状态"
width="100" width="100"
prop="billStatusTxt" prop="billStatusTxt"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment