Commit 3f6d6d2b authored by tanjunxin's avatar tanjunxin

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

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