Sfoglia il codice sorgente

修改库存管理bug

shenjj 7 anni fa
parent
commit
0eec7915bb

+ 7 - 7
src/main/webapp/resources/view/vendor/forstore/purchase_detail.html

@@ -428,7 +428,7 @@
 						<span class="wd01">单价</span>
 						<span class="wd01">单价</span>
 						<span style="width: 10%;">数量</span>
 						<span style="width: 10%;">数量</span>
 						<span class="wd01">小计</span>
 						<span class="wd01">小计</span>
-						<span class="wd01">物料编码</span>
+						<!--<span class="wd01">物料编码</span>-->
 						<span class="wd01">备注</span>
 						<span class="wd01">备注</span>
 					</dt>
 					</dt>
 					<!--<dd>-->
 					<!--<dd>-->
@@ -512,12 +512,12 @@
 							<span ng-show="!isChange" class="wd01 red" ng-bind="detail.taxUnitPrice * detail.number | formateNumber : 6 | currencySysmbol : detail.currencyName"></span>
 							<span ng-show="!isChange" class="wd01 red" ng-bind="detail.taxUnitPrice * detail.number | formateNumber : 6 | currencySysmbol : detail.currencyName"></span>
 							<span ng-show="isChange" class="wd01 red" ng-bind="detail.detailTotal | formateNumber : 6 | currencySysmbol : detail.currencyName"></span>
 							<span ng-show="isChange" class="wd01 red" ng-bind="detail.detailTotal | formateNumber : 6 | currencySysmbol : detail.currencyName"></span>
 							<!--物料编码-->
 							<!--物料编码-->
-							<span class="wd01" style="line-height: 18px;">
-								<em ng-if="!detail.goodsnumber">&nbsp;</em>
-								<div class="text-area" ng-if="detail.goodsnumber">
-									<i ng-bind="detail.goodsnumber">金石为开取数据五块钱叫稍微亲上加亲</i>
-								</div>
-							</span>
+							<!--<span class="wd01" style="line-height: 18px;">-->
+								<!--<em ng-if="!detail.goodsnumber">&nbsp;</em>-->
+								<!--<div class="text-area" ng-if="detail.goodsnumber">-->
+									<!--<i ng-bind="detail.goodsnumber">金石为开取数据五块钱叫稍微亲上加亲</i>-->
+								<!--</div>-->
+							<!--</span>-->
 							<span class="wd01" style="line-height: 18px;">
 							<span class="wd01" style="line-height: 18px;">
 								<em ng-if="!detail.remark">&nbsp;</em>
 								<em ng-if="!detail.remark">&nbsp;</em>
 								<div class="text-area" ng-if="detail.remark">
 								<div class="text-area" ng-if="detail.remark">

+ 1 - 1
src/main/webapp/resources/view/vendor/forstore/vendor_material.html

@@ -1459,7 +1459,7 @@
 														</div>
 														</div>
 														<div class="plusBtn" style="font-size: 14px;color: #333;background: #fff;border-top: 1px solid #dcdcdc;position:relative" ng-repeat="price in productUpOff.goods.prices">
 														<div class="plusBtn" style="font-size: 14px;color: #333;background: #fff;border-top: 1px solid #dcdcdc;position:relative" ng-repeat="price in productUpOff.goods.prices">
 															<span class="fl w50" style="width: 50%;border-right:1px solid #dcdcdc">
 															<span class="fl w50" style="width: 50%;border-right:1px solid #dcdcdc">
-																<input text="text" style="width: 100%;outline: 0;border: 0;text-align: center;height: 30px" maxlength="8" ng-disabled="$index === 0" ng-readonly="$index === 0" ng-model="price.start" ng-blur="productPriceInfoBlur($index, price.start)" />
+																<input text="text" style="width: 100%;outline: 0;border: 0;text-align: center;height: 30px" maxlength="9" ng-disabled="$index === 0" ng-readonly="$index === 0" ng-model="price.start" ng-blur="productPriceInfoBlur($index, price.start)" />
 															</span>
 															</span>
 															<span class="fl w50" style="width: 50%">
 															<span class="fl w50" style="width: 50%">
 																<input text="text" autocomplete="off" validata-price ng-blur="changePrices(productUpOff.goods.prices, price.rMBPrice, $index)" oninput="if(value.length>11)value=value.slice(0,11)" style="width: 100%;outline: 0;border: 0;text-align: center;height: 30px" ng-model="price.rMBPrice" />
 																<input text="text" autocomplete="off" validata-price ng-blur="changePrices(productUpOff.goods.prices, price.rMBPrice, $index)" oninput="if(value.length>11)value=value.slice(0,11)" style="width: 100%;outline: 0;border: 0;text-align: center;height: 30px" ng-model="price.rMBPrice" />