|
@@ -159,7 +159,7 @@
|
|
<span>{{ scope.row.enginOrderType == 'HOME' || scope.row.enginOrderType == 'TRADE' ?
|
|
<span>{{ scope.row.enginOrderType == 'HOME' || scope.row.enginOrderType == 'TRADE' ?
|
|
scope.row.enginOrderNo
|
|
scope.row.enginOrderNo
|
|
: scope.row.mainOrderId
|
|
: scope.row.mainOrderId
|
|
-
|
|
|
|
|
|
+
|
|
}}</span>
|
|
}}</span>
|
|
|
|
|
|
</template>
|
|
</template>
|
|
@@ -278,7 +278,13 @@
|
|
show-overflow-tooltip></el-table-column>
|
|
show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="文件编号" sortable prop="itemFileNo" min-width="100" show-overflow-tooltip>
|
|
<el-table-column align="left" label="文件编号" sortable prop="itemFileNo" min-width="100" show-overflow-tooltip>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
-
|
|
|
|
|
|
+ <el-table-column align="left" label="预约提货打印状态" sortable prop="printStatus" min-width="150" show-overflow-tooltip>
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{
|
|
|
|
+ scope.row.printStatus ==1?`打印`:` 未打印`
|
|
|
|
+ }}
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
|
|
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|