提交 f153000c 编写于 作者: doc_wei's avatar doc_wei

feat: parentOrderId替换成fromId

上级 8c21df8f
......@@ -24,7 +24,7 @@ layui.config({
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' },
{ field: 'oddNumber', title: '单据编号', align: 'left', width: 250, templet: function (d) {
var str = d.oddNumber;
if (!isNull(d.parentOrderId)) {
if (!isNull(d.fromId)) {
str += '<span class="state-new">[转]</span>';
}
return str;
......
......@@ -24,7 +24,7 @@ layui.config({
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' },
{ field: 'oddNumber', title: '单据编号', align: 'left', width: 250, templet: function (d) {
var str = d.oddNumber;
if (!isNull(d.parentOrderId)) {
if (!isNull(d.fromId)) {
str += '<span class="state-new">[转]</span>';
}
return str;
......
......@@ -24,7 +24,7 @@ layui.config({
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' },
{ field: 'oddNumber', title: '单据编号', align: 'left', width: 250, templet: function (d) {
var str = d.oddNumber;
if (!isNull(d.parentOrderId)){
if (!isNull(d.fromId)){
str += '<span class="state-new">[转]</span>';
}
return str;
......
......@@ -24,7 +24,7 @@ layui.config({
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' },
{ field: 'oddNumber', title: '单据编号', align: 'left', width: 250, templet: function (d) {
var str = d.oddNumber;
if (!isNull(d.parentOrderId)){
if (!isNull(d.fromId)) {
str += '<span class="state-new">[转]</span>';
}
return str;
......
......@@ -26,7 +26,7 @@ layui.config({
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' },
{ field: 'oddNumber', title: '单号', align: 'left', width: 220, templet: function (d) {
var str = '<a lay-event="details" class="notice-title-click">' + d.oddNumber + '</a>';
if (!isNull(d.parentOrderId)) {
if (!isNull(d.fromId)) {
str += '<span class="state-new">[转]</span>';
}
return str;
......
......@@ -26,7 +26,7 @@ layui.config({
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' },
{ field: 'oddNumber', title: '单据编号', align: 'left', width: 250, templet: function (d) {
var str = '<a lay-event="details" class="notice-title-click">' + d.oddNumber + '</a>';
if (!isNull(d.parentOrderId)) {
if (!isNull(d.fromId)) {
str += '<span class="state-new">[转]</span>';
}
return str;
......
......@@ -26,7 +26,7 @@ layui.config({
{ title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers' },
{ field: 'oddNumber', title: '单据编号', align: 'left', width: 250, templet: function (d) {
var str = '<a lay-event="details" class="notice-title-click">' + d.oddNumber + '</a>';
if (!isNull(d.parentOrderId)) {
if (!isNull(d.fromId)) {
str += '<span class="state-new">[转]</span>';
}
return str;
......
......@@ -9,7 +9,7 @@
<body style="background-color: rgb(242, 242, 242);">
<div class="layui-fluid">
<form class="layui-form" action="">
<div class="layui-col-xs12 margin-top-10 layui-col-space15">
<div class="margin-top-10 layui-col-space15">
<div class="layui-col-sm6 layui-col-md3">
<div class="layui-card">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册