|
@@ -107,13 +107,23 @@
|
|
|
#order-detail-list .table-default td{
|
|
#order-detail-list .table-default td{
|
|
|
border-bottom: #ddd 1px solid;
|
|
border-bottom: #ddd 1px solid;
|
|
|
}
|
|
}
|
|
|
|
|
+.pro-list-tab .col-md-2 {
|
|
|
|
|
+ width: 160px;
|
|
|
|
|
+ margin-left: 5px;
|
|
|
|
|
+}
|
|
|
|
|
+.pro-list-tab .col-md-4 {
|
|
|
|
|
+ width: 30%;
|
|
|
|
|
+}
|
|
|
|
|
+.table>tbody+tbody{
|
|
|
|
|
+ border-top: 0;
|
|
|
|
|
+}
|
|
|
</style>
|
|
</style>
|
|
|
<div class="wrap">
|
|
<div class="wrap">
|
|
|
<div class="content">
|
|
<div class="content">
|
|
|
<div class="com_head"><span>物料导入</span><span class="fr"><em>录入人:{{user.userName}}</em><time>日期:{{time}}</time></span></div>
|
|
<div class="com_head"><span>物料导入</span><span class="fr"><em>录入人:{{user.userName}}</em><time>日期:{{time}}</time></span></div>
|
|
|
<!--产品资料新增-->
|
|
<!--产品资料新增-->
|
|
|
<div class="pro-add-tab pro-add-data clearfix">
|
|
<div class="pro-add-tab pro-add-data clearfix">
|
|
|
- <div class="com_title01 sty01" style="margin-bottom: 15px;"><span>基本信息<em>*</em></span></div>
|
|
|
|
|
|
|
+ <div class="com_title01 sty01" style="margin-bottom: 15px;"><span>导入信息<em>*</em></span></div>
|
|
|
<div class="pro-list-tab row">
|
|
<div class="pro-list-tab row">
|
|
|
<div class="col-md-2">物料编号:</div>
|
|
<div class="col-md-2">物料编号:</div>
|
|
|
<div class="col-md-4">
|
|
<div class="col-md-4">
|
|
@@ -170,64 +180,13 @@
|
|
|
<div class="col-md-2">状态:</div>
|
|
<div class="col-md-2">状态:</div>
|
|
|
<div class="col-md-4">有效</div>
|
|
<div class="col-md-4">有效</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <!-- <dl>
|
|
|
|
|
- <dd>
|
|
|
|
|
- <div class="fl">物料编号:</div>
|
|
|
|
|
- <div class="fr"><input type="text" ng-model="prodInfo.code" style="cursor: pointer;" required="true" ng-readonly="!prodInfo.$editing"><span>(建议与您系统的产品编号保持一致,便于追溯)</span></div>
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dd>
|
|
|
|
|
- <div class="fl">物料名称:</div>
|
|
|
|
|
- <div class="fr">
|
|
|
|
|
- <input type="text" ng-model="prodInfo.title" ng-class="{'readonly-pointer': !prodInfo.$editing}" required="true" ng-readonly="!prodInfo.$editing" ng-if="prodInfo.kind == null">
|
|
|
|
|
- <input type="text" ng-model="prodInfo.kind" ng-class="{'readonly-pointer': !prodInfo.$editing}" required="true" readonly="readonly" ng-if="prodInfo.kind != null">
|
|
|
|
|
- </div>
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dd>
|
|
|
|
|
- <div class="fl">物料型号:</div>
|
|
|
|
|
- <div class="fr">
|
|
|
|
|
- <input type="text" ng-model="prodInfo.cmpCode" ng-class="{'readonly-pointer': !prodInfo.$editing}" required="true" ng-readonly="!prodInfo.$editing" ng-click="selectKind(prodInfo.pcmpcode)" ng-disabled="!prodInfo.$editing" ng-if="prodInfo.pcmpcode == null">
|
|
|
|
|
- <input type="text" ng-model="prodInfo.pcmpcode" ng-class="{'readonly-pointer': !prodInfo.$editing}" readonly="readonly" ng-disabled="!prodInfo.$editing" ng-if="prodInfo.pcmpcode != null">
|
|
|
|
|
- <span>(请填写详细)</span></div>
|
|
|
|
|
- </dd>
|
|
|
|
|
- <!– <dd>
|
|
|
|
|
- <div class="fl">原厂型号:</div>
|
|
|
|
|
- <div class="fr"><input type="text" ng-readonly="prodInfo.cmpUuId != null" placeholder="点击选择原厂型号" style="cursor: pointer;" ng-model="prodInfo.cmpCode" ng-click="selectKind(prodInfo.cmpCode)" ng-disabled="!prodInfo.$editing"><span></span></div>
|
|
|
|
|
- </dd> –>
|
|
|
|
|
- <dd ng-if="prodInfo.pbranden == null">
|
|
|
|
|
- <div class="fl">品牌:</div>
|
|
|
|
|
- <div class="fr"><input type="text" ng-model="prodInfo.brand" type="text" placeholder="品牌" style="cursor: pointer;" ng-readonly="prodInfo.cmpUuId != null"><span></span></div>
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dd ng-if="prodInfo.pbranden != null">
|
|
|
|
|
- <div class="fl">品牌:</div>
|
|
|
|
|
- <div class="fr"><input type="text" ng-model="prodInfo.pbranden" type="text" placeholder="品牌" style="cursor: pointer;" readonly><span></span></div>
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dd>
|
|
|
|
|
- <div class="fl">单位:</div>
|
|
|
|
|
- <div class="fr"><input type="text" ng-model="prodInfo.unit" placeholder="单位" style="cursor: pointer;" ng-readonly="!prodInfo.$editing" list="unit"><span>(请填写详细)</span></div>
|
|
|
|
|
- <datalist id="unit">
|
|
|
|
|
- <option value="PCS">
|
|
|
|
|
- <option value="KG">
|
|
|
|
|
- <option value="L">
|
|
|
|
|
- <option value="M">
|
|
|
|
|
- </datalist>
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dd>
|
|
|
|
|
- <div class="fl">最小包装量: </div>
|
|
|
|
|
- <div class="fr"><input type="text" ng-model="prodInfo.minPack" placeholder="最小包装量" style="cursor: pointer;" ng-readonly="!prodInfo.$editing" ng-pattern="/^\+?[1-9]\d*$/"></div>
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dd>
|
|
|
|
|
- <div class="fl">最小订货量:</div>
|
|
|
|
|
- <div class="fr"><input type="text" ng-model="prodInfo.minOrder" placeholder="最小订货量" style="cursor: pointer;" ng-readonly="!prodInfo.$editing" ng-pattern="/^\+?[1-9]\d*$/"></div>
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dd>
|
|
|
|
|
- <div class="fl">交货周期:</div>
|
|
|
|
|
- <div class="fr"><input type="text" ng-model="prodInfo.leadtime" placeholder="交货周期" style="cursor: pointer;" ng-readonly="!prodInfo.$editing" ng-pattern="/^\+?[1-9]\d*$/"></div>
|
|
|
|
|
- </dd>
|
|
|
|
|
- <dd>
|
|
|
|
|
- <div class="fl">状态:</div>
|
|
|
|
|
- <div class="fr">有效</div>
|
|
|
|
|
- </dd>
|
|
|
|
|
- </dl>-->
|
|
|
|
|
|
|
+ <div class="com_title01 sty01" style="margin-bottom: 15px;" ng-if="matchresults.length > 0"><span>标准信息</span></div>
|
|
|
|
|
+ <div class="pro-list-tab row" style="padding-bottom: 5px;" ng-repeat = "result in matchresults ">
|
|
|
|
|
+ <div class="col-md-2" style="padding-right: 0;">标准产品名称(类目):</div>
|
|
|
|
|
+ <div class="col-md-4"><input type="text" ng-model="result.kindcn"></div>
|
|
|
|
|
+ <div class="col-md-2">标准品牌:</div>
|
|
|
|
|
+ <div class="col-md-4"><input type="text" ng-model="result.branden"></div>
|
|
|
|
|
+ </div>
|
|
|
<div class="com_title01"><span>图片和详细说明</span></div>
|
|
<div class="com_title01"><span>图片和详细说明</span></div>
|
|
|
<dl>
|
|
<dl>
|
|
|
<dd class="upload-pro">
|
|
<dd class="upload-pro">
|