瀏覽代碼

打印小票添加客服身份证

wangchao 3 年之前
父節點
當前提交
14dae43077
共有 2 個文件被更改,包括 10 次插入0 次删除
  1. 5 0
      pages/erpbusiness/jjsendCommand.vue
  2. 5 0
      pages/erpbusiness/sendCommand.vue

+ 5 - 0
pages/erpbusiness/jjsendCommand.vue

@@ -204,6 +204,11 @@
 				command.setLeftMargin(30)
 				command.setText("客户姓名:" + that.gridList.customer);
 				command.setPrint();
+				//客户身份证
+				command.setSelectJustification(0); //居左
+				command.setLeftMargin(30)
+				command.setText("客户身份证:" + that.gridList.customerNumberCard);
+				command.setPrint();
 				//客户电话
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)

+ 5 - 0
pages/erpbusiness/sendCommand.vue

@@ -203,6 +203,11 @@
 				command.setLeftMargin(30)
 				command.setText("客户姓名:" + that.gridList.customerName);
 				command.setPrint();
+				//客户身份证
+				command.setSelectJustification(0); //居左
+				command.setLeftMargin(30)
+				command.setText("客户身份证:" + that.gridList.customerNumberCard);
+				command.setPrint();
 				//客户电话
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)