Explorar o código

打印小票添加客服身份证

wangchao %!s(int64=3) %!d(string=hai) anos
pai
achega
14dae43077
Modificáronse 2 ficheiros con 10 adicións e 0 borrados
  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)