| | |
| | | style="width: 240px" |
| | | placeholder="请输入" |
| | | clearable/> |
| | | <span class="search_title ml10">来源:</span> |
| | | <el-select v-model="searchForm.recordType" |
| | | style="width: 240px" |
| | | placeholder="请选择" |
| | | clearable> |
| | | <el-option v-for="item in stockRecordTypeOptions" |
| | | :key="item.value" |
| | | :label="item.label" |
| | | :value="item.value"/> |
| | | </el-select> |
| | | <!-- <span class="search_title ml10">来源:</span>--> |
| | | <!-- <el-select v-model="searchForm.recordType"--> |
| | | <!-- style="width: 240px"--> |
| | | <!-- placeholder="请选择"--> |
| | | <!-- clearable>--> |
| | | <!-- <el-option v-for="item in stockRecordTypeOptions"--> |
| | | <!-- :key="item.value"--> |
| | | <!-- :label="item.label"--> |
| | | <!-- :value="item.value"/>--> |
| | | <!-- </el-select>--> |
| | | <el-button type="primary" |
| | | @click="handleQuery" |
| | | style="margin-left: 10px">搜索 |
| | |
| | | <el-table-column label="单位" |
| | | prop="unit" |
| | | show-overflow-tooltip/> |
| | | <el-table-column label="入库数量" |
| | | prop="stockInNum" |
| | | <el-table-column label="数量" |
| | | prop="qualitity" |
| | | show-overflow-tooltip/> |
| | | <el-table-column label="车牌号" |
| | | prop="licensePlateNo" |
| | | v-if="type === '0'" |
| | | show-overflow-tooltip/> |
| | | <el-table-column label="毛重(吨)" |
| | | prop="grossWeight" |
| | | v-if="type === '0'" |
| | | show-overflow-tooltip/> |
| | | <el-table-column label="皮重(吨)" |
| | | prop="tareWeight" |
| | | v-if="type === '0'" |
| | | show-overflow-tooltip/> |
| | | <el-table-column label="净重(吨)" |
| | | prop="netWeight" |
| | | v-if="type === '0'" |
| | | <el-table-column label="采购员" |
| | | prop="purchaser" |
| | | show-overflow-tooltip/> |
| | | <el-table-column label="入库人" |
| | | prop="createBy" |
| | | show-overflow-tooltip/> |
| | | <el-table-column label="来源" |
| | | <!-- <el-table-column label="来源" |
| | | prop="recordType" |
| | | show-overflow-tooltip> |
| | | <template #default="scope"> |
| | | {{ getRecordType(scope.row.recordType) }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="过磅日期" |
| | | prop="weighingDate" |
| | | v-if="type === '0'" |
| | | show-overflow-tooltip/> |
| | | <el-table-column label="过磅员" |
| | | prop="weighingOperator" |
| | | v-if="type === '0'" |
| | | show-overflow-tooltip/> |
| | | <el-table-column label="操作" |
| | | </el-table-column> --> |
| | | <!-- <el-table-column label="操作" |
| | | width="120" |
| | | align="center"> |
| | | <template #default="scope"> |
| | |
| | | size="mini" |
| | | @click="handlePreview(scope.row)">导出过磅单</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | </el-table> |
| | | <div style="margin-top: 12px; display: flex; justify-content: flex-end;"> |
| | | <pagination v-show="total > 0" |