|
@@ -87,17 +87,23 @@
|
|
|
<span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【加急】</span>
|
|
|
<img :src="ls" style="width: 20px; height: 20px; margin: 0 3px" />
|
|
|
<span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【零售】</span>
|
|
|
+ <img :src="yjs" style="width: 20px; height: 20px; margin: 0 3px" />
|
|
|
+ <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【已结算】</span>
|
|
|
</div>
|
|
|
<div class="tubiao2">
|
|
|
<span style="margin-right: 4px; font-weight: bold; font-size: 12px; opacity: 0">工单标识说明:</span>
|
|
|
- <img :src="yjs" style="width: 20px; height: 20px; margin: 0 3px" />
|
|
|
- <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【已结算】</span>
|
|
|
<img :src="ywg" style="width: 20px; height: 20px; margin: 0 3px" />
|
|
|
<span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【已完工】</span>
|
|
|
<img :src="yc" style="width: 20px; height: 20px; margin: 0 3px" />
|
|
|
<span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【异常】</span>
|
|
|
<img :src="zj" style="width: 20px; height: 20px; margin: 0 3px" />
|
|
|
<span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【自建工单】</span>
|
|
|
+ <img :src="pjsq" style="width: 20px; height: 20px; margin: 0 3px" />
|
|
|
+ <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【配件申请】</span>
|
|
|
+ <img :src="pjdh" style="width: 20px; height: 20px; margin: 0 3px" />
|
|
|
+ <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【配件到货】</span>
|
|
|
+ <img :src="pjqx" style="width: 20px; height: 20px; margin: 0 3px" />
|
|
|
+ <span style="margin-right: 4px; font-size: 12px; display: inline-block; width: 76px">【配件取消】</span>
|
|
|
</div>
|
|
|
</template-page>
|
|
|
<!-- 工单详情 -->
|
|
@@ -146,6 +152,9 @@ import yjs from '@/assets/order/已结算@2x.png'
|
|
|
import ywg from '@/assets/order/已完工待结算@2x@2x.png'
|
|
|
import yc from '@/assets/order/异常@2x.png'
|
|
|
import zj from '@/assets/order/自建@2x.png'
|
|
|
+import pjsq from '@/assets/order/配件申请中@2x.png'
|
|
|
+import pjdh from '@/assets/order/配件已到货@2x.png'
|
|
|
+import pjqx from '@/assets/order/配件已取消@2x.png'
|
|
|
export default {
|
|
|
components: {
|
|
|
TemplatePage,
|
|
@@ -165,6 +174,9 @@ export default {
|
|
|
ywg,
|
|
|
yc,
|
|
|
zj,
|
|
|
+ pjsq,
|
|
|
+ pjdh,
|
|
|
+ pjqx,
|
|
|
id: this.$route.query.id || '',
|
|
|
// 创建表单
|
|
|
createFormBool: false,
|