|
@@ -43,7 +43,7 @@
|
|
|
<img v-if="status == 3" width="18" height="18" src="../../../public/img/radio-check.png"
|
|
|
alt="" />入库记录
|
|
|
</div>
|
|
|
- <el-date-picker style="margin: 0 10px 0 0" class="dataClass" value-format='yyyy-MM-dd' v-model="value2" @change='datechange' type="daterange" align="right" unlink-panels range-separator="至"
|
|
|
+ <el-date-picker style="margin: 0 10px 0 0" class="dataClass" value-format='yyyy-MM-dd' v-model="value2" @change='datechange' type="daterange" align="right" range-separator="至"
|
|
|
start-placeholder="出入库日期起" end-placeholder="出入库日期止" >
|
|
|
</el-date-picker>
|
|
|
<el-table show-summary :summary-method="getSummaries" ref="tableData" :data="warehouseList.records" height="560" v-show="this.warehouseType== '1'">
|