Commit 3f6d6d2b authored by tanjunxin's avatar tanjunxin

fix: 包装标签打印增加入库时间字段

parent dbfb118b
......@@ -310,6 +310,12 @@
{{ scope.row.isSurplus ? '是' : '否' }}
</template>
</el-table-column>
<el-table-column
label="入库时间"
prop="warehouseTime"
align="center"
width="160"
/>
</el-table>
<pagination
......@@ -405,7 +411,7 @@ export default {
},
methods: {
//人员选择返回
onUserSelected(row){
onUserSelected(row){
this.produceForm.checkBy = row.nickName
},
//点击人员选择按钮
......
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