|
@@ -178,11 +178,12 @@
|
|
|
<div class="fl name">
|
|
<div class="fl name">
|
|
|
<span class="red">*</span>品牌:
|
|
<span class="red">*</span>品牌:
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <!--ng-blur="RegulonBrandBlur(Regul.pbranden)"-->
|
|
|
<div class="fl input" style="position: relative">
|
|
<div class="fl input" style="position: relative">
|
|
|
<input type="text"
|
|
<input type="text"
|
|
|
ng-change="onBrandChange(Regul.pbranden)"
|
|
ng-change="onBrandChange(Regul.pbranden)"
|
|
|
placeholder="请输入品牌名称"
|
|
placeholder="请输入品牌名称"
|
|
|
- ng-blur="RegulonBrandBlur(Regul.pbranden)"
|
|
|
|
|
|
|
+
|
|
|
ng-model="Regul.pbranden"
|
|
ng-model="Regul.pbranden"
|
|
|
class="form-control inputText" maxlength="25" ng-class="objError.pbranden ? 'danger' : '' "/>
|
|
class="form-control inputText" maxlength="25" ng-class="objError.pbranden ? 'danger' : '' "/>
|
|
|
<ul class="listUl" ng-show="Regul.BrandList.value.length > 0">
|
|
<ul class="listUl" ng-show="Regul.BrandList.value.length > 0">
|
|
@@ -211,15 +212,16 @@
|
|
|
<span class="red">*</span>型号:
|
|
<span class="red">*</span>型号:
|
|
|
</div>
|
|
</div>
|
|
|
<div class="fl input" style="position: relative;">
|
|
<div class="fl input" style="position: relative;">
|
|
|
|
|
+ <!--ng-blur="RegulonCodeBlur(Regul.pcmpcode)"-->
|
|
|
<input type="text"
|
|
<input type="text"
|
|
|
ng-change="onCodeChange(Regul.pcmpcode)"
|
|
ng-change="onCodeChange(Regul.pcmpcode)"
|
|
|
placeholder="请输入型号"
|
|
placeholder="请输入型号"
|
|
|
- ng-blur="RegulonCodeBlur(Regul.pcmpcode)"
|
|
|
|
|
|
|
+
|
|
|
ng-model="Regul.pcmpcode"
|
|
ng-model="Regul.pcmpcode"
|
|
|
ng-class="objError.pcmpcode ? 'danger' : '' "
|
|
ng-class="objError.pcmpcode ? 'danger' : '' "
|
|
|
class="form-control inputText" maxlength="100"/>
|
|
class="form-control inputText" maxlength="100"/>
|
|
|
<ul class="listUl" ng-show="Regul.CodeList.value.length > 0">
|
|
<ul class="listUl" ng-show="Regul.CodeList.value.length > 0">
|
|
|
- <li ng-repeat="item in Regul.CodeList.value" ng-click="setCode(item.nameEn)">
|
|
|
|
|
|
|
+ <li ng-repeat="item in Regul.CodeList.value" ng-click="setCode(item.code)">
|
|
|
{{item.code}}
|
|
{{item.code}}
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
@@ -278,7 +280,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="clearfix w50 fl list">
|
|
<div class="clearfix w50 fl list">
|
|
|
<div class="fl name">
|
|
<div class="fl name">
|
|
|
- 成本单价({{storeInfo.enType === 'MAINLAND' ? '¥' : '$'}}):
|
|
|
|
|
|
|
+ 成本单价({{(!storeInfo.enType || storeInfo.enType === 'MAINLAND') ? '¥' : '$'}}):
|
|
|
</div>
|
|
</div>
|
|
|
<div class="fl input">
|
|
<div class="fl input">
|
|
|
<!-- 可编辑状态 oninput="if(value.length>6)value=value.slice(0,6)" -->
|
|
<!-- 可编辑状态 oninput="if(value.length>6)value=value.slice(0,6)" -->
|