|
|
|
@ -71,7 +71,7 @@ |
|
|
|
<el-form-item label="传输状态"> |
|
|
|
<el-select v-model="searchData.syncedFlag" placeholder="请选择" clearable style="width: 100%"> |
|
|
|
<el-option label="已传输" value="Y"></el-option> |
|
|
|
<el-option label="未传输" value="N"></el-option> |
|
|
|
<el-option label="待传输" value="N"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
@ -313,6 +313,10 @@ export default { |
|
|
|
partSpec: this.searchData.partSpec, |
|
|
|
startDate: this.searchData.transactionDateRange && this.searchData.transactionDateRange[0] ? this.searchData.transactionDateRange[0] : '', |
|
|
|
endDate: this.searchData.transactionDateRange && this.searchData.transactionDateRange[1] ? this.searchData.transactionDateRange[1] : '', |
|
|
|
documentNo: this.searchData.documentNo, |
|
|
|
orderNo: this.searchData.orderNo, |
|
|
|
orderLineNo: this.searchData.orderLineNo, |
|
|
|
syncedFlag: this.searchData.syncedFlag, |
|
|
|
page: this.pageIndex, |
|
|
|
limit: this.pageSize |
|
|
|
} |
|
|
|
|