|
|
|
@ -559,11 +559,11 @@ export const InquiryScreen = () => {
|
|
|
|
|
}} |
|
|
|
|
> |
|
|
|
|
<Text |
|
|
|
|
style={{ color: "#006fe1", fontWeight: "bold", fontSize: 16 }} |
|
|
|
|
style={{ color: "#006fe1", fontWeight: "bold", fontSize: fontSize(16) }} |
|
|
|
|
> |
|
|
|
|
Devis en cours |
|
|
|
|
</Text> |
|
|
|
|
<Text style={{ color: "#006fe1", fontSize: 14 }}> |
|
|
|
|
<Text style={{ color: "#006fe1", fontSize: fontSize(14) }}> |
|
|
|
|
{inquiry.create_time || new Date().toLocaleString()} |
|
|
|
|
</Text> |
|
|
|
|
</View> |
|
|
|
@ -595,7 +595,7 @@ export const InquiryScreen = () => {
|
|
|
|
|
<Text |
|
|
|
|
style={{ |
|
|
|
|
fontWeight: "bold", |
|
|
|
|
fontSize: 18, |
|
|
|
|
fontSize: fontSize(18), |
|
|
|
|
marginBottom: 8, |
|
|
|
|
}} |
|
|
|
|
> |
|
|
|
@ -603,18 +603,18 @@ export const InquiryScreen = () => {
|
|
|
|
|
</Text> |
|
|
|
|
<View style={{ flexDirection: "row", marginBottom: 8 }}> |
|
|
|
|
<View> |
|
|
|
|
<Text style={{ color: "#888", fontSize: 14 }}> |
|
|
|
|
<Text style={{ color: "#888", fontSize: fontSize(14) }}> |
|
|
|
|
Quantité |
|
|
|
|
</Text> |
|
|
|
|
<Text style={{ fontSize: 16, fontWeight: "bold" }}> |
|
|
|
|
<Text style={{ fontSize: fontSize(16), fontWeight: "bold" }}> |
|
|
|
|
{inquiry.quantity || "--"} |
|
|
|
|
</Text> |
|
|
|
|
</View> |
|
|
|
|
<View style={{ marginLeft: 32 }}> |
|
|
|
|
<Text style={{ color: "#888", fontSize: 14 }}> |
|
|
|
|
<Text style={{ color: "#888", fontSize: fontSize(14) }}> |
|
|
|
|
Matière |
|
|
|
|
</Text> |
|
|
|
|
<Text style={{ fontSize: 16, fontWeight: "bold" }}> |
|
|
|
|
<Text style={{ fontSize: fontSize(16), fontWeight: "bold" }}> |
|
|
|
|
{inquiry.material || "--"} |
|
|
|
|
</Text> |
|
|
|
|
</View> |
|
|
|
@ -627,11 +627,11 @@ export const InquiryScreen = () => {
|
|
|
|
|
}} |
|
|
|
|
> |
|
|
|
|
<Text |
|
|
|
|
style={{ color: "#888", fontSize: 14, marginRight: 8 }} |
|
|
|
|
style={{ color: "#888", fontSize: fontSize(14), marginRight: 8 }} |
|
|
|
|
> |
|
|
|
|
Lien |
|
|
|
|
</Text> |
|
|
|
|
<Text style={{ flex: 1, fontSize: 14 }} numberOfLines={1}> |
|
|
|
|
<Text style={{ flex: 1, fontSize: fontSize(14) }} numberOfLines={1}> |
|
|
|
|
{inquiry.link || "无"} |
|
|
|
|
</Text> |
|
|
|
|
<View style={{ flexDirection: "row", alignItems: "center", marginLeft: 8 }}> |
|
|
|
@ -643,11 +643,11 @@ export const InquiryScreen = () => {
|
|
|
|
|
</View> |
|
|
|
|
<View style={{ flexDirection: "row", alignItems: "center" }}> |
|
|
|
|
<Text |
|
|
|
|
style={{ color: "#888", fontSize: 14, marginRight: 8 }} |
|
|
|
|
style={{ color: "#888", fontSize: fontSize(14), marginRight: 8 }} |
|
|
|
|
> |
|
|
|
|
Remarque |
|
|
|
|
</Text> |
|
|
|
|
<Text style={{ flex: 1, fontSize: 14 }} numberOfLines={1}> |
|
|
|
|
<Text style={{ flex: 1, fontSize: fontSize(14) }} numberOfLines={1}> |
|
|
|
|
{inquiry.remark || "无"} |
|
|
|
|
</Text> |
|
|
|
|
<View style={{ flexDirection: "row", alignItems: "center", marginLeft: 8 }}> |
|
|
|
@ -719,11 +719,11 @@ export const InquiryScreen = () => {
|
|
|
|
|
}} |
|
|
|
|
> |
|
|
|
|
<Text |
|
|
|
|
style={{ color: "#006fe1", fontWeight: "bold", fontSize: 16 }} |
|
|
|
|
style={{ color: "#006fe1", fontWeight: "bold", fontSize: fontSize(16) }} |
|
|
|
|
> |
|
|
|
|
Devis terminé |
|
|
|
|
</Text> |
|
|
|
|
<Text style={{ color: "#006fe1", fontSize: 14 }}> |
|
|
|
|
<Text style={{ color: "#006fe1", fontSize: fontSize(14) }}> |
|
|
|
|
{inquiry.create_time || new Date().toLocaleString()} |
|
|
|
|
</Text> |
|
|
|
|
</View> |
|
|
|
@ -755,7 +755,7 @@ export const InquiryScreen = () => {
|
|
|
|
|
<Text |
|
|
|
|
style={{ |
|
|
|
|
fontWeight: "bold", |
|
|
|
|
fontSize: 18, |
|
|
|
|
fontSize: fontSize(18), |
|
|
|
|
marginBottom: 8, |
|
|
|
|
}} |
|
|
|
|
> |
|
|
|
@ -763,18 +763,18 @@ export const InquiryScreen = () => {
|
|
|
|
|
</Text> |
|
|
|
|
<View style={{ flexDirection: "row", marginBottom: 8 }}> |
|
|
|
|
<View> |
|
|
|
|
<Text style={{ color: "#888", fontSize: 14 }}> |
|
|
|
|
<Text style={{ color: "#888", fontSize: fontSize(14) }}> |
|
|
|
|
Quantité |
|
|
|
|
</Text> |
|
|
|
|
<Text style={{ fontSize: 16, fontWeight: "bold" }}> |
|
|
|
|
<Text style={{ fontSize: fontSize(16), fontWeight: "bold" }}> |
|
|
|
|
{inquiry.quantity || "--"} |
|
|
|
|
</Text> |
|
|
|
|
</View> |
|
|
|
|
<View style={{ marginLeft: 32 }}> |
|
|
|
|
<Text style={{ color: "#888", fontSize: 14 }}> |
|
|
|
|
<Text style={{ color: "#888", fontSize: fontSize(14) }}> |
|
|
|
|
Matière |
|
|
|
|
</Text> |
|
|
|
|
<Text style={{ fontSize: 16, fontWeight: "bold" }}> |
|
|
|
|
<Text style={{ fontSize: fontSize(16), fontWeight: "bold" }}> |
|
|
|
|
{inquiry.material || "--"} |
|
|
|
|
</Text> |
|
|
|
|
</View> |
|
|
|
@ -787,11 +787,11 @@ export const InquiryScreen = () => {
|
|
|
|
|
}} |
|
|
|
|
> |
|
|
|
|
<Text |
|
|
|
|
style={{ color: "#888", fontSize: 14, marginRight: 8 }} |
|
|
|
|
style={{ color: "#888", fontSize: fontSize(14), marginRight: 8 }} |
|
|
|
|
> |
|
|
|
|
Lien |
|
|
|
|
</Text> |
|
|
|
|
<Text style={{ flex: 1, fontSize: 14 }} numberOfLines={1}> |
|
|
|
|
<Text style={{ flex: 1, fontSize: fontSize(14) }} numberOfLines={1}> |
|
|
|
|
{inquiry.link || "无"} |
|
|
|
|
</Text> |
|
|
|
|
<View style={{ flexDirection: "row", alignItems: "center", marginLeft: 8 }}> |
|
|
|
@ -803,11 +803,11 @@ export const InquiryScreen = () => {
|
|
|
|
|
</View> |
|
|
|
|
<View style={{ flexDirection: "row", alignItems: "center" }}> |
|
|
|
|
<Text |
|
|
|
|
style={{ color: "#888", fontSize: 14, marginRight: 8 }} |
|
|
|
|
style={{ color: "#888", fontSize: fontSize(14), marginRight: 8 }} |
|
|
|
|
> |
|
|
|
|
Remarque |
|
|
|
|
</Text> |
|
|
|
|
<Text style={{ flex: 1, fontSize: 14 }} numberOfLines={1}> |
|
|
|
|
<Text style={{ flex: 1, fontSize: fontSize(14) }} numberOfLines={1}> |
|
|
|
|
{inquiry.remark || "无"} |
|
|
|
|
</Text> |
|
|
|
|
<View style={{ flexDirection: "row", alignItems: "center", marginLeft: 8 }}> |
|
|
|
|