国际采购

This commit is contained in:
‘huanghaiixia’
2026-02-04 17:59:39 +08:00
parent 98564e7a5f
commit 9ded452de5
13 changed files with 1069 additions and 108 deletions

View File

@ -182,8 +182,8 @@
const userStore = useUserStore();
const userInfo = userStore.getUserInfo;
const tableName = 'ContractSales';
const columnName = 'ContractSales'
const tableName = 'ContractSalesLng';
const columnName = 'ContractSalesLng'
const formType = ref('2'); // 0 新建 1 修改 2 查看
const formRef = ref();
@ -566,19 +566,6 @@
margin-bottom: 12px;
border-bottom: 1px solid #eee;
}
.redStyle {
color: red;
}
.iconStyle {
position: absolute;
color: rgba(0, 0, 0, 0.45);
// top: 0;
}
.tbStyle {
border: 1px dashed #d9d9d9;
padding: 10px;
margin-bottom: 10px;
}
h4 {
margin-top: 10px;