|
|
@@ -113,22 +113,31 @@ Page({
|
|
|
|
|
|
],
|
|
|
price: [{ //采购价
|
|
|
+ tip:mixins.$t("purchasePricetip"),
|
|
|
code: 'pricePurchase',
|
|
|
type: 'number',
|
|
|
title: mixins.$t("purchasePrice"),
|
|
|
}, { //零售价
|
|
|
+ tip:mixins.$t("retailPricetip"),
|
|
|
code: 'priceStandard',
|
|
|
type: 'number',
|
|
|
title: mixins.$t("retailPrice"),
|
|
|
}, { //批发价
|
|
|
+ tip:mixins.$t("wholesalePricetip"),
|
|
|
code: 'priceWholesale',
|
|
|
type: 'number',
|
|
|
title: mixins.$t("wholesalePrice"),
|
|
|
}, { //销售限价
|
|
|
+ tip:mixins.$t("SaleSPriceLimittip"),
|
|
|
code: 'priceLimited',
|
|
|
type: 'number',
|
|
|
title: mixins.$t("SaleSPriceLimit"),
|
|
|
- }, ],
|
|
|
+ }, { //其他价
|
|
|
+ tip: mixins.$t("otherPriceLimittip"),
|
|
|
+ code: 'priceOther',
|
|
|
+ type: 'number',
|
|
|
+ title: mixins.$t("otherPriceLimit"),
|
|
|
+ },],
|
|
|
|
|
|
other: [{
|
|
|
code: 'remarks',
|