|
@@ -22,11 +22,6 @@
|
|
|
<el-button type="primary" icon="edit" class="bt" @click="pd_lcdlistonClick">流程单查询</el-button>
|
|
<el-button type="primary" icon="edit" class="bt" @click="pd_lcdlistonClick">流程单查询</el-button>
|
|
|
<el-button type="primary" icon="edit" class="bt" @click="exportExcel">导出Excel</el-button>
|
|
<el-button type="primary" icon="edit" class="bt" @click="exportExcel">导出Excel</el-button>
|
|
|
<el-button type="primary" icon="edit" class="bt" @click="ygdy">超节损员工打印</el-button>
|
|
<el-button type="primary" icon="edit" class="bt" @click="ygdy">超节损员工打印</el-button>
|
|
|
- 123
|
|
|
|
|
- {{qwer}}
|
|
|
|
|
- <p> {{yinjianhao['value']}}</p>
|
|
|
|
|
- <p> 999</p>
|
|
|
|
|
-
|
|
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
|
|
@@ -562,9 +557,7 @@ const handleNodeClick = async (node) => {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
-const yinjianhao = ref('')
|
|
|
|
|
|
|
|
|
|
-const qwer = '852'
|
|
|
|
|
// 显示下方表格
|
|
// 显示下方表格
|
|
|
const showOrderSuperLossGy = async() => {
|
|
const showOrderSuperLossGy = async() => {
|
|
|
jjcp_yjno.value = currentRow.value['jjcp_yjno']
|
|
jjcp_yjno.value = currentRow.value['jjcp_yjno']
|
|
@@ -586,9 +579,6 @@ const showOrderSuperLossGy = async() => {
|
|
|
: `${item.Gy0_gxmc}〖${item.Add_gxmc}〗`,
|
|
: `${item.Gy0_gxmc}〖${item.Add_gxmc}〗`,
|
|
|
}))
|
|
}))
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- yinjianhao.value = '666';
|
|
|
|
|
- console.log(yinjianhao.value)
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 定位
|
|
// 定位
|